Dumps
Events
To dump the events set for the current session
ALTER SESSION SET EVENTS 'immediate trace name events level level';
Levels are
| |
| Level |
Description |
| 1 |
Session |
| 2 |
Process |
| 4 |
System |
|
The following ORADEBUG command has the same effect
ORADEBUG DUMP EVENTS level
|