| | |
How can i view tables in the databse
Please support our Oracle advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
The following will give you information on all tables:
Many of those of course will be system tables, not application tables.
And depending on the user you are, you may not be able to execute the query (you may not have the privileges) and may not be able to access all tables you get returned.
Oracle Syntax (Toggle Plain Text)
SELECT * FROM sys.ALL_ALL_TABLES;
Many of those of course will be system tables, not application tables.
And depending on the user you are, you may not be able to execute the query (you may not have the privileges) and may not be able to access all tables you get returned.
Last edited by jwenting; Aug 16th, 2008 at 11:10 am.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
If you are just interested in viewing the names and not the other info about tables, you can use
Oracle Syntax (Toggle Plain Text)
SELECT * FROM tab
Learn to appreciate and appreciate to learn.
![]() |
Other Threads in the Oracle Forum
- Previous Thread: !! Size of a table
- Next Thread: How to shorten the sum of values from fields?
| Thread Tools | Search this Thread |
2009predictions acquisition amazon.com bartz bernanke cia citrix cloudcomputing crm database dell economy editor enterprise enterprise2.0 enterprisesoftware federalreserve forbes hp ibm intellipedia internet larryellison layoffs linux loughridge mediawiki michaeljackson microsoft neverland nortel notebooks oil operatingsystem oracle palm rimm saas salesforce sap seagate socialcomputing sql sun sybase technologystocks virtualiron virtualization vmware wiki wikipedia xen yahoo zoho






