Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: User rights
On 4/29/05, Michael.Fleck_at_lvr.de <Michael.Fleck_at_lvr.de> wrote:
> Thanks a lot.
>=20
> Our problem is, that we use a GUI-based third party tool for these guys =
=3D
> in our department. I don't know which queries lie behind the button for =
=3D
> the user rights. I gave the users Select on DBA_TAB_PRIVS and =3D
> DBA_ROLE_PRIVS, so they can query the user rights from SQL-Plus, but =3D
> with the tool this doesn't work. I think, I will contact the support =3D
> people of the tool.
>=20
trace the session of that user using that tool. easiest way is to put an after logon to database trigger for that user account (schema).
here is an example of a logon trigger:
http://www.databasejournal.com/features/oracle/article.php/3441191
here is an example of using dbms_support to start trace in session: http://www.databasejournal.com/features/oracle/article.php/3469891
hth.
Paul
>=20
>=20 >=20
>=20> > system-rights do I have to grant to the support people in the=3D20
> > access a user has to what tables, indexes etc. Which role or=3D20
>=20
>=20
>=20
>=20
--=20
#/etc/init.d/init.cssd stop
# f=3Dma, divide by 1, convert to moles.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 29 2005 - 12:45:51 CDT
![]() |
![]() |