Home » RDBMS Server » Server Administration » How can FGA audit the statements of sysdba (aix,oracle 10g)
How can FGA audit the statements of sysdba [message #555924] Wed, 30 May 2012 00:00 Go to next message
supersimba2011
Messages: 4
Registered: May 2012
Junior Member
Hi:
I find the dbms_fga can not audit the statements of sysdba.
eg:
scott:
SQL> select * from emp;

I
----------
1
2
3

SQL> select db_user,timestamp,sql_text from dba_fga_audit_trail;

DB_USER TIMESTAMP SQL_TEXT
------------------------------ ----------------- ----------------------------------------------------------------------------------------------------
SCOTT 20111103 18:14:42 select * from emp

============================================================================
SQL> show user
USER is "SYS"
SQL> select * from scott.emp;

I
----------
1
2
3

SQL>

SQL> /

DB_USER TIMESTAMP SQL_TEXT
------------------------------ ----------------- ----------------------------------------------------------------------------------------------------
SCOTT 20111103 18:14:42 select * from emp

How can i audit the statements of sys?
Re: How can FGA audit the statements of sysdba [message #555926 is a reply to message #555924] Wed, 30 May 2012 00:07 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Please read and follow the forum guidelines, to enable us to help you:

http://www.orafaq.com/forum/t/88153/0/
Re: How can FGA audit the statements of sysdba [message #555927 is a reply to message #555926] Wed, 30 May 2012 00:14 Go to previous messageGo to next message
supersimba2011
Messages: 4
Registered: May 2012
Junior Member
Thanks , but i had not found the answer
Re: How can FGA audit the statements of sysdba [message #555931 is a reply to message #555927] Wed, 30 May 2012 01:08 Go to previous messageGo to next message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Of course, the link is not about your question, it is about how you MUST post it.

Quote:
How can i audit the statements of sys?


show parameter audit


Regards
Michel
Re: How can FGA audit the statements of sysdba [message #555935 is a reply to message #555931] Wed, 30 May 2012 01:15 Go to previous messageGo to next message
supersimba2011
Messages: 4
Registered: May 2012
Junior Member
Hi,Michel:
audit_sys_operations boolean FALSE
audit_syslog_level string
audit_trail string NONE

But,I can not open the audit
Re: How can FGA audit the statements of sysdba [message #555939 is a reply to message #555935] Wed, 30 May 2012 01:20 Go to previous messageGo to next message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
So you have the answer to your question "How can i audit the statements of sys?": set "audit_sys_operations" to TRUE.
SYS is outside the standard audit system, it is not impacted by it, it has its own parameter.

Regards
Michel
Re: How can FGA audit the statements of sysdba [message #555975 is a reply to message #555939] Wed, 30 May 2012 05:48 Go to previous message
supersimba2011
Messages: 4
Registered: May 2012
Junior Member
Thanks,Michel
Previous Topic: MMNL trace genration
Next Topic: database cant be started
Goto Forum:
  


Current Time: Fri Apr 19 10:11:30 CDT 2024