SP2-0575: Use Of Oracle Sql Feature Not In Sql92 Entry Level when Connecting to SQL*Plus
(Doc ID 316638.1)
Last updated on APRIL 27, 2021
Applies to:
SQL*Plus - Version 9.2.0.5 to 11.2.0.2 [Release 9.2 to 11.2]Information in this document applies to any platform.
Symptoms
ERRORS
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level
SYMPTOMS
When trying to log into SQL*Plus as "sqlplus /" as my <SID>admin userid,
it should be connecting as my OPS$<SID>admin user; however, it does not. Instead, it throws error:
"SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level".
When trying to retrieve data from any table immediately after doing "sqlplus /", Oracle says "not connected".
NOTE: If execute "select * from user_sys_privs;" immediately after connecting as sysdba and only run this query and not one for table DUAL, get segmentation fault. For example:
SQL> select * from user_sys_privs;
Segmentation Fault (core dumped)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |