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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
SQL> select x; select x * ERROR at line 1: ORA-00923: FROM keyword not found where expected SCOTT@LSC62/10.1.0.2 SQL> alter session set nls_language=french; Session modifiée. SQL> select x; select x * ERREUR à la ligne 1 : ORA-00923: mot-clé FROM absent à l'emplacement prévu
SQL> select x; select x * ERROR at line 1: ORA-00923: FROM keyword not found where expected SQL> select sysdate from dual; SYSDATE --------- 08-JUL-04 SQL> alter session set nls_language = french nls_date_language=french; Session altered. SQL> select * from nls_session_parameters 2 ; PARAMETER VALUE ------------------------------ ---------------------------------------- NLS_LANGUAGE FRENCH NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS_NUMERIC_CHARACTERS ., NLS_CALENDAR GREGORIAN NLS_DATE_FORMAT DD-MON-RR NLS_DATE_LANGUAGE FRENCH NLS_SORT FRENCH NLS_TIME_FORMAT HH.MI.SSXFF AM NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR NLS_DUAL_CURRENCY $ NLS_COMP BINARY NLS_LENGTH_SEMANTICS BYTE NLS_NCHAR_CONV_EXCP FALSE 17 rows selected. SQL> select sysdate from dual; SYSDATE ----------- 08-JUIL.-04 SQL> select x; select x * ERROR at line 1: ORA-00923: FROM keyword not found where expected SQL> select * from v$version; BANNER ---------------------------------------------------------------- Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production PL/SQL Release 9.2.0.3.0 - Production CORE 9.2.0.3.0 Production TNS for Solaris: Version 9.2.0.3.0 - Production NLSRTL Version 9.2.0.3.0 - Production
find $ORACLE_HOME -name "sp1*.msb"/app/oracle/product/9.2.0.5/sqlplus/mesg/sp1us.msb /app/oracle/product/9.2.0.5/sqlplus/mesg/sp1d.msb /app/oracle/product/9.2.0.5/sqlplus/mesg/sp1f.msb /app/oracle/product/9.2.0.5/sqlplus/mesg/sp1i.msb
find $ORACLE_HOME -name "sp1*.msb"/tech/oracle/product/v920/sqlplus/mesg/sp1us.msb