Database Security Products (MOSC)

MOSC Banner

Auduting Sqlplus/Sql Developer sessions

edited Feb 11, 2020 7:15AM in Database Security Products (MOSC) 12 commentsAnswered

Hi All,

I am hoping someone can help or provide guidance.

We are on 11.2.0.4 Standard Edition and want to put something in place to capture Insert/Update/Delete requests from SQLPLUS/SqlDeveloper.

I would also like to capture package/trigger changes too but not sure this is possible (certainly not found anything useful yet).

I was initially looking to use Auditing, but I am not sure we can enable auditing for SQLPLUS/SqlDeveloper sessions only, plus for specific users.

A LOGON system trigger maybe another option and using something like this:

select program

        from v$session

        where

                sys_context('USERENV','SESSIONID') = audsid

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center