Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose
Real Application Security Validation Utilities
AUTHID
CURRENT_USER
Data Types
This is the table used to store the identified inconsistencies. The table will be truncated each time when a validation routine is called by user.
code The message code.
description The description of the identified inconsistency.
object The object where the inconsistency is identified.
The wholepath that leads to the object in the validation is recorded.
note Additional information that may help user to identify the inconsistency.
*******************************************************************************/
CREATE GLOBAL TEMPORARY TABLE XS$VALIDATION_TABLE (
code NUMBER,
description VARCHAR2(4000),
object VARCHAR2(4000),
note VARCHAR2(4000))
ON COMMIT PRESERVE ROWS;