select *from Object_Type;
hi i used this code to get the table list . but when i run this code oracle express edition, it shows that table or view doesn't exist...any suggestions?????
nw i just find out the answer.....for oracle the code is...
SELECT * FROM all_objects WHERE object_type = 'TABLE';
thanks a lot....
extracting all defined table list in sql
Page 1 of 11 Replies - 2157 Views - Last Post: 31 July 2012 - 07:39 PM
Replies To: extracting all defined table list in sql
#2
Re: extracting all defined table list in sql
Posted 31 July 2012 - 07:39 PM
you can also
SELECT * FROM all_tables
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote




|