Debugging - 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

If additional logging is necessary for debugging purposes, the package can be compiled with the DEBUG parameter equal to ‘YES’. Depending on the procedure, this can result in a very verbose execution that contains state change information and call stack details and other background call details to assist with debugging certain issues.

-- Enable/Disable Additional Debugging Information. 
-- 'YES' = Enable Debugging Output During Execution  

DEBUG VARCHAR2(3) := UPPER('YES');