Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error 00933 - "SQL command not properly ended"

Christian PitetDec 3 2020

Hi,
I have a simple select statement.

SELECT RAW_DATE "Date", RAW_VALUE * 1000 "Value"
FROM NVL(:P33_PLUVIOMETRE, 'SAFEGE.MSR_4982@EMMASAFE.NTSIVOA');

But it returns 00933. 00000 - "SQL command not properly ended". Value if the bind variable is SAFEGE.MSR_4982@EMMASAFE.NTSIVOA. I tried to put quotes between the name of the bind varaible but the error remains. Any help appreciated.
Regards,
Christian

This post has been answered by Frank Kulash on Dec 3 2020
Jump to Answer
Comments
Post Details
Added on Dec 3 2020
9 comments
894 views