Oracle Database Administration, Performance Tuning, Backup Recovery
DBMS_JOB Package
Oracle DBMS_JOB package is a built-in package that is used as an API/Interface to manage the Oracle job queue. The oracle job queue is the mechanism that is used to schedule the execution of various PL/SQL Blocks or Procedures at predefined intervals of time.
 
DBMS_IOT Package
Oracle DBMS_IOT package creates a table into which references to the chained rows for an index organized table can be placed using the ANALYZE command. 
 
DBMS_DDL Package
Oracle DBMS_DDL package allows you to execute a DDL statement directly from a PL/SQL block or program. 
 
DBMS_METADATA Package
DBMS_METADATA package provides a way for you to retrieve metadata from the database dictionary as XML or creation DDL and to submit the XML to re-create the object. 
 
ora-19007-and-xml-schema

ORA-19007 error is thrown by oracle if your XML Schema document does not match the expected schema name. Typically this error occurs due to issues in the XML Schema instance declaration.

 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 21 - 25 of 69