Compiling and running SQL statements when connected as the SYSDBA returns 'ORA-00942 Table does not exist'. Objects can be viewed in the schema broswer but when trying to query any objects, error 'ORA-00942' is returned.
Being connected as a sysdba will on point the user to the SYS schema when trying to query any object in the User schema
Workaround 1:
Connect as Normal when creating a new session.
Workaround 2:
Add the schema name to any object before running the script.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center