Home » RDBMS Server » Security » proxy users - DBA_AUDIT_TRAIL (11gR2)
|
|
|
|
|
|
|
|
|
|
|
Re: proxy users - DBA_AUDIT_TRAIL [message #634059 is a reply to message #634043] |
Tue, 03 March 2015 12:49   |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You just need to enable te audit of the proxy. For example,
audit select table on emp by scott on behalf of fred;
--update: sorry, I had slightly wrong syntax. You can't audit access to a table, only use of a privilege.
So it would have to be:
audit select table by scott on behalf of fred;
[Updated on: Tue, 03 March 2015 17:12] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Sat May 03 12:50:06 CDT 2025
|