Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Table/Index Names of a User
hi,
In article <5lfbet$5d0_at_client2.news.psi.net>, rao_at_sparc10 (Rao Uppuluri) writes:
> Hi
>
> I am using Oracle 7.3.2 for Solaris. I am new to Oracle and I am
> wondering if there is a way to know the table_names and index_names
> that a users owns from the system tables through a query.
use the views
user_tables and user_indexes
![]() |
![]() |