Code Hungry
Code Hungry

Reputation: 4000

How to check activity log of Oracle SQL Developer

I want to monitor Activity Logs on Oracle SQL Developer Tool, using F8 key i am getting SQL history.

I want user session-wise data like who (user) have executed which query or any operation from GUI.

Upvotes: 5

Views: 34345

Answers (1)

Nancy Guruswamy
Nancy Guruswamy

Reputation: 277

To view sessions:

In SQL Developer, click Tools, then Monitor Sessions.

In the Select Connection dialog box, select a connection to SYSTEM (or another account with full DBA privileges)

A Sessions tab is displayed

enter image description here

Upvotes: 6

Related Questions