The SET_TIMEOUT function sets the timeout value and returns the new timeout value.
Syntax
DBMS_DEBUG.SET_TIMEOUT (
timeout BINARY_INTEGER)
RETURN BINARY_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| timeout | The timeout value for the communication between the target session and the debugging session. |