Thursday, September 9, 2010

oracle : display all tables in database


SELECT owner, table_name FROM all_tables order by OWNER ;

No comments:

Post a Comment