ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Enables verification of dimension relationships and provides an alternative to the Enterprise Manager Dimension Wizard for displaying a dimension definition
Verifies that the relationships specified in a DIMENSION are correct. Offending rowids are stored in advisor repository.
This overload is for compatibility with 10g and newer databases.
Overload 1
dbms_dimension.validate_dimension(
dimension IN VARCHAR2,
incremental IN BOOLEAN := TRUE,
check_nulls IN BOOLEAN := FALSE,
statement_id IN VARCHAR2 := NULL);
Verifies that the relationships specified in a DIMENSION are correct. Offending rowids are stored in advisor repository.
This overload is for compatibility with 8i and 9i databases.
Overload 2
dbms_dimension.validate_dimension(
dimension_name IN VARCHAR2,
check_nulls IN BOOLEAN := FALSE,
statement_id IN VARCHAR2 := NULL);