Unable to view Tables from PL/SQL Developer

Shanks

Member
Hi,
After upgrading to PL/SQL 8.0.1.1502, I am unable to see the tables under my table view. I have checked my access permission to the data base also and they are fine. I checked the option 'Use DBA views if available' and log off and on but still I am not able to view tables or views.
I am able to run queries from the SQL screen.

Can anyone suggest why this is happening after upgrading to this version ?

Thanks
Shanks
 
If your previous version was 7.1 or earlier, then maybe you are overlooking the user selector at the top of the Object Browser? By default it is set to , so that you will only see tables owned by the currently connected user. Set it to the corresponding owner or to to see other tables.
 
Back
Top