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: rights on data dictionary views

Re: rights on data dictionary views

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Wed, 08 Jan 2003 17:31:36 +0100
Message-ID: <8hko1v0lmmag8b95an3qm945c3qe7uh3aa@4ax.com>


On Wed, 08 Jan 2003 16:44:44 +0100, Markus Boehmer <markus.boehmer_at_schaefer-shop.de> wrote:

>I have to find out how to make a user with nearly no rights to get
>information about the table names and structures of some other users.

So use ALL_TABLES and ALL_TAB_COLUMNS where owner = 'FOO'

and try studying the structure of the datadictionary instead of trying to hack yourself a way out.

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Wed Jan 08 2003 - 10:31:36 CST

Original text of this message

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