auditing is not working (merged) [message #376139] |
Tue, 16 December 2008 04:39 |
sanei05
Messages: 104 Registered: September 2008
|
Senior Member |
|
|
Hi.
Auditing is not working after all changes.
I have set AUDIT_TRAIL=DB and AUDIT_SYS_OPERATIONS=TRUE. I have bounced the database . I created a table and updated using other user login. But auditing is now working.
Below are the auditing queries.
audit all by access;
audit select table,update table,insert table,delete table by access;
SQL> select count(*) from dba_audit_trail;
COUNT(*)
----------
0
Pls assit..
|
|
|
|
Re: auditing is not working (merged) [message #376452 is a reply to message #376144] |
Wed, 17 December 2008 07:00 |
sanei05
Messages: 104 Registered: September 2008
|
Senior Member |
|
|
Hi the sql formatter formatting the below sql queries working for
audit all by access;
audit select table,update table,insert table,delete table by access;
But its sql query. it worked for me previously in other databases. but its not working new database that i created.
|
|
|
|
Re: auditing is not working (merged) [message #376461 is a reply to message #376455] |
Wed, 17 December 2008 07:32 |
sanei05
Messages: 104 Registered: September 2008
|
Senior Member |
|
|
Sorry,
The sql formatter in SQL Formatter does not works for the below sql queries.
Quote: | audit all by access;
audit select table,update table,insert table,delete table by access;
|
But the above scripts are the sql queries that worked previously..
|
|
|
Re: auditing is not working (merged) [message #376463 is a reply to message #376461] |
Wed, 17 December 2008 07:37 |
|
Michel Cadot
Messages: 68732 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
You concentrate on a detail of my post, a general remark.
The most important point is:
Quote: | Nothing prove in your post you make any audited statement.
|
And then:
Quote: | Use SQL*Plus and copy and paste your session.
|
Regards
Michel
|
|
|