IN_CALLSTACK_TRIM - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database IN_DB_UTIL Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package for Oracle Server
Release
Foundation 24.1
License

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);