Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auditing select statements to a specific table?

Status
Not open for further replies.

ajhull

IS-IT--Management
Aug 11, 2001
45
CA
I am aware of FGA, but FGA will not tell me what the select statement was.

My customer needs to know what records in the table were accessed and by whom.

Triggers won't work because those are only for update, delete and update.

I was thinking that the solution would be to link dba_audit_object to v$sqlarea (if possible) and filtering by returned view by object name.

Is there a way to do this?

Adrian
Certified DBA/Developer
 
If you have Oracle9i, log miner may do some or all of things you require.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top