Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OPER Privileges
Dean Mah wrote:
> How do I find out what privileges people in the oper group have?
>
> Config: Oracle 7.3.2 on AIX 4.1
>
> Dean
If you are a member of the oper group, connect to the database with SQL, run:
select * from session_privs;
If oper is a role -
select * from role_sys_privs where role = 'oper'; To see all system privilege grants made to roles and users -
select * from sys.dba_sys_privs;
Terrie
LLNL
Received on Wed Apr 01 1998 - 00:00:00 CST
![]() |
![]() |