IN_CONTEXT_SET - 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_CONTEXT_SET stored procedure is used to set the value for any of the supported attributes for the specified identifier of the IN_CONTEXT namespace. The list of supported attributes is aligned with the fields of the IN_CONTEXT_ATTR record type.

Parameter Description
ATTRIBUTE_NAME Type: INPUT
Datatype: VARCHAR2(128)
Default Value: None
Description The name of the attribute being set for the identifier.
Options

Reference the IN_CONTEXT_ATTR record type for options.

ATTRIBUTE_VALUE Type: OUTPUT
Datatype: VARCHAR2(257)
Default Value: NONE
Description: The value of the attribute being set for the identifier.
Options

Reference the IN_CONTEXT_ATTR record type for options.

IDENTIFIER Type: OUTPUT
Datatype VARCHAR2(128)
Default Value: IN_DB_UTIL
Description The identifier of the IN_CONTEXT namespace.
Options

IN_DB_UTIL

SYNC

UPGRADE

Exceptions

Examples

IN_DB_UTIL.IN_CONTEXT_SET(ATTRIBUTE_NAME, ATTRIBUTE_VALUE, IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('STATUS', 'EXECUTING', IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('START_TIME', SYSTIMESTAMP, IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('MAX_MINUTES', 60, IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('OPERATION', 'CREATE_INDEXES', IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('OBJECT', 'IN_DOC', IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('SUBOBJECT', 'DOC_IDX2', IDENTIFIER); 
IN_DB_UTIL.IN_CONTEXT_SET('TABLESPACE', 'INDX', IDENTIFIER);