Oracle Database Administration, Performance Tuning, Backup Recovery
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.
|
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.
|
|
Oracle DBMS_DDL package allows you to execute a DDL statement directly from a PL/SQL block or program.
|
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 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 |