DBA Data[Home] [Help]

SYS.VALIDATE_SDO dependencies on DBA_XML_SCHEMAS

Line 21: select count(*) into cnt from dba_xml_schemas where OWNER = 'MDSYS';

17: dbms_registry.invalid('SDO');
18: return;
19: end if;
20:
21: select count(*) into cnt from dba_xml_schemas where OWNER = 'MDSYS';
22:
23: if cnt < 5 then
24: dbms_registry.invalid('SDO');
25: return;