tables are not getting displayed under schema in sqldeveloper [message #608363] |
Wed, 19 February 2014 03:28 |
prejib
Messages: 126 Registered: March 2009 Location: India
|
Senior Member |
|
|
Hi ,
I am connecting to a schema - catalog having 100s of tables through sql developer . When I expand the 'tables' under the connection , the tables are not getting displayed. If check the same through Toad , I am able to see the same . Can you please help me to solve this issue since the dev team is facing this issue . Version detials are given below
Oracle Version
SQL> select banner from v$version;
BANNER
------------------------------------------------------------------
Oracle Database 11g Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
SQL DEVELOPER
--------------
About
-----
Oracle SQL Developer 3.0.04
Version 3.0.04
Build MAIN-04.34
Copyright © 2005, 2011 Oracle. All Rights Reserved.
IDE Version: 11.1.1.4.37.59.31
Product ID: oracle.sqldeveloper
Product Version: 11.1.2.04.34
Version
-------
Component Version
========= =======
Java(TM) Platform 1.6.0_11
Oracle IDE 3.0.04.34
Versioning Support 3.0.04.34
Count of records in schema
---------------------------
SQL> show user
USER is "CATA"
SQL> select count(*) from tab;
COUNT(*)
----------
753
SQL>
|
|
|
|
|
|
|
|
|