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;