In Oracle SQL Developer some Objects (e.g. Tables) are not Displayed in the Navigator
(Doc ID 364055.1)
Last updated on MARCH 03, 2025
Applies to:
Oracle SQL Developer - Version 1.2.1 to 1.5.4Oracle Database Cloud Schema Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
In Oracle SQL Developer, some objects (e.g. tables) under particular user / schema are not displayed in the tables listing.
In SQL*Plus, the objects are listed fine when issuing a SQL statement like:
SQL> SELECT owner, object_type, object_name FROM all_objects
WHERE object_type='TABLE' AND owner='<MYUSER>'
WHERE object_type='TABLE' AND owner='<MYUSER>'
/
If a connection is made to another database instance via Oracle SQL Developer the objects may be displayed fine.
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 |