Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to show all tables in DB?

Status
Not open for further replies.

BEJW

Programmer
Mar 25, 2003
13
US
Hi,

I want to know how to show all table names in DB using SQL?

Thanks a lot.
Jeannie
 
Hi

connect as SYSDBA and

select table_name, owner from dba_tables;
Regards
Allan
Icq: 346225948
! If you can't prove it - don't bother try to teach me !
 
Thanks.AOLEURO I got them.

Jeannie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top