Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to do...

Re: How to do...

From: Mark D Powell <mark.powell_at_eds.com>
Date: 19 Dec 2001 08:32:02 -0800
Message-ID: <178d2795.0112190832.7ff0ec31@posting.google.com>


mqben_at_aol.com (MqBen) wrote in message news:<20011219014648.14751.00000598_at_mb-bj.aol.com>...
> 1.How to do to know all the schema that a user can see in a database after his
> login?
>
> 2. How to do to know all the tables that he can see?
>
> 3. How to do to know indexes build on a table?
>
> 4. How to retrieve the script of creation of a table?
>
> And all things with sql command....
>
> If you have any idea....thanks for your attention.

This type of information is available in the Oracle rdbms dictionary tables/views:

For information of Tables/Indexes/Constrains see http://www.jlcomp.demon.co.uk/faq/object_info.html

For security related views see
http://www.jlcomp.demon.co.uk/faq/privileges.html

Received on Wed Dec 19 2001 - 10:32:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US