The following will give you information on all tables:
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.
Reputation Points: 1658
Solved Threads: 331
duckman
Offline 7,719 posts
since Nov 2004