Importing data into the information repository


You can use BMC Database Automation to import data into the information repository. The import procedure uses Oracle Data Pump.

The input parameter for the import procedure is Import Directory, which is the Oracle directory that contains the files to be imported.

Information
Example

SET SERVEROUTPUT ON SIZE 1000000
DECLARE
 IMPORT_DIRECTORY VARCHAR2(200);
BEGIN
 IMPORT_DIRECTORY := 'CMDB_EXPORT_DIR';
 IMPORT_CMDB_DATA ( IMPORT_DIRECTORY );
END;
/

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Database Automation 8.5