Session altered.
This would invoke a process state dump immediately. It’s the same as running ORADEBUG DUMP PROCESSSTATE 10 command.
Few more interesting bits:
Event syntax can understand numbers in hex as well if you prefix them with “0x”:
SQL> alter session set events '0x273E trace name context forever, level 0xC';
Previous Next
.