The ATTACH_SESSION stored procedure attaches the target program session to the debugging session.
Syntax
DBMS_DEBUG.ATTACH_SESSION (
debug_session_id IN VARCHAR2,
diagnostics IN BINARY_INTEGER := 0);
Parameters
| Parameter | Description |
|---|---|
| debug_session_id | The debug ID from the call to INITIALIZE in the target session. |
| diagnostics | The diagnostic output if it is not 0. The value of this parameter cannot be 1. |