The IN_CALLSTACK_TRIM stored procedure is responsible for decrementing the call stack depth for the specified identifier when the IN_SESSION_CLEAR procedure is executed during session tear down.
The call stack for each identifier is stored in memory using a global variable defined with the IN_CALLSTACK_TABLE table type.
The IN_CALLSTACK_TRIM procedure should never need to be manually executed.
Parameter | Description | |
---|---|---|
IDENTIFIER | Type: | INPUT |
Datatype: | VARCHAR2(128) | |
Default Value: | IN_DB_UTIL | |
Description | Specifies the identifier for which to trim the call stack. | |
Options |
IN_DB_UTIL SYNC UPGRADE |
Exceptions
Example
IN_CALLSTACK_TRIM(V_IDENTIFIER);