dbTalk Databases Forums  

PL SQL developer display user tables that are not empty

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss PL SQL developer display user tables that are not empty in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
noelloen
 
Posts: n/a

Default PL SQL developer display user tables that are not empty - 11-26-2007 , 09:41 AM






Hi

How can i display user tables that are not empty using PL SQL
developer? or
How can i display user tables that are empty using PL SQL developer?

thanks

Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: PL SQL developer display user tables that are not empty - 11-26-2007 , 10:23 AM






noelloen wrote:
Quote:
Hi

How can i display user tables that are not empty using PL SQL
developer? or
How can i display user tables that are empty using PL SQL developer?

thanks
Define "display"?

desc <table_name>

SELECT *
FROM <table_name>;

PS: Any question you ask here should contain a version number.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #3  
Old   
shakespeare
 
Posts: n/a

Default Re: PL SQL developer display user tables that are not empty - 11-27-2007 , 02:35 AM




"noelloen" <noel.yim (AT) gmail (DOT) com> schreef in bericht
news:ee0a2d21-773a-4ebb-a7df-e9390e8e2b01 (AT) o6g2000hsd (DOT) googlegroups.com...
Quote:
Hi

How can i display user tables that are not empty using PL SQL
developer? or
How can i display user tables that are empty using PL SQL developer?

thanks
In Pl/SQL developer you can't, it can only filter on columns in the
"ALL_OBJECTS" table.
Table being empty is not a column in that table.


Shakespeare




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.