SELECT owner, table_name FROM dba_tables
if you need only user tables:
SELECT table_name FROM user_tables
No comments:
Post a Comment