PRINT_SCHEMA_HIST - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Foundation-24.1/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Schema-Metadata-Stored-Procedures-and-Functions/PRINT_SCHEMA_HIST - 2024-04-02

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 PRINT_SCHEMA_HIST stored procedure will fetch and display the INUSER schema history from the IN_PRODUCT_MOD_HIST table.

Parameter Description
SCHEMA_NAME Type: INPUT
Datatype VARCHAR2(128)
Default Value: INUSER
Description The name of the schema. This should always be INUSER.

Exceptions

Example

SET SERVEROUTPUT ON;

EXEC IN_DB_UTIL.PRINT_SCHEMA_HIST;