Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Get all available tables?
Only a DBA can list all tables.
You can list all tables accessable by yourself from all_tables. This includes your own tables and those to which you have been granted access.
You can list all tables owned by yourself from user_tables.
knez wrote:
> How can I get a list of all available tables and if possible rights to my
> Oracle 7.3.3 database.
>
> Thanks
Received on Fri Oct 16 1998 - 19:35:02 CDT