List of tables in a schema
809045Nov 16 2010 — edited Nov 16 2010I have see list of tables in a schema. But i am not able to see.
i tried using
select * from tabs.
SELECT * FROM USER_TABLES
select table_name from all_tables
I need to see only tables belong to a schema.
help me