Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Auditing, how to capture sql statement issued

RE: Auditing, how to capture sql statement issued

From: Jamadagni, Rajendra <rajendra.jamadagni_at_espn.com>
Date: Tue, 16 Jan 2001 11:48:59 -0500
Message-Id: <10743.126799@fatcity.com>


Wouldn't it be possible to write a daemon kind of program that scan v$sqltext for things that you are looking for?

Initialize the daemon process ....

1. Scan the v$sqltext for strings that you are looking for
2. save the datetime of current scan.
3. Sleep for few seconds
4. Go to step 1

If you find something offensive, locate the offending user using the sid# and serial# and you can find what program they are using to fire off queries.

HTH Some ....
Raj



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
QOTD: Any clod can have facts, but having an opinion is an art ! Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify ESPN at (860) 766-2000 and delete this e-mail message from your computer, Thank you.


Received on Tue Jan 16 2001 - 10:48:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US