Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to identify which user executed a particular query through plsql developer.

MKJ10930279Feb 25 2015 — edited Feb 25 2015

Hi All,

In our AWR report we have found sql_id  '8bpb5zbn3yuxa' executing through pl/sql developer since yesterday every hour, but couldn't figure out which user is executing the query as the view v$active_session_history does not have any entry for sql_id '8bpb5zbn3yuxa'  executed through pl/sql developer, instead for same sql_id the module coulmn shows value "app.exe" (which is our application module name.) for yesterday's date.

The veiws v$sql and v$sqlarea shows MODULE=PL/SQL Developer for the same sql_id for yesterday's and today's date.

Now, i want help in identifying the user who executed this query through pl/sql developer.

Thanks to all in Advance.

Regards,

Mukesh kumar jha

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2015
Added on Feb 25 2015
17 comments
3,024 views