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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: User rights

Re: User rights

From: Vitalis Jerome <vitalisman_at_gmail.com>
Date: Fri, 29 Apr 2005 14:59:06 +0200
Message-ID: <68b128550504290559abe15e1@mail.gmail.com>


On 4/29/05, Michael.Fleck_at_lvr.de <Michael.Fleck_at_lvr.de> wrote:
> Hi list members,

>=20

> we have some people in our departments, which do some user
> administration. The employees of this department work with oracle
> applications. Ths support people in the department want to know, which
> access a user has to what tables, indexes etc.
> Which role or system-rights do I have to grant to the support people in
> the department. With DBA rights they get the right information. I tried
> the roles SELECT_ANY_CATALOG and EXECUTE_ANY_CATALOG and the
> SELECT_ANY_DICTIONARY right, but none of them worked.
>=20

> Any ideas, which right I have to grant?
>=20

> Best regards,
> Michael Fleck=3D20

Hi Michael,

Which queries do the support guys exactly use for this purpose? They can't only query dba_catalog since this won't tell them which objects a user can access. They must be using some queries against DBA_TAB_PRIVS and the like.
If you can get their queries, it might be easier to find the right sufficient role or privileges.

Regards,
Jerome

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Apr 29 2005 - 09:03:38 CDT

Original text of this message

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