Category Archives: Import/Export

Import and Export Functionality.

Unloading from oracle to load into Netezza.

Found a very useful utility to unload information from oracle in flatfile format. This makes it simple to load into Netezza. I’ll complete this when I can.

Posted in Commands, External Tables, Import/Export, Netezza, nzload, Oracle | Tagged , , , , , , | Comments Off

Impdp reports invalid privileges.

A clients import returned the following information using impdp. GRANT FLASHBACK ARCHIVE ADMINISTER TO “MYUSER” ORA-39083: Object type SYSTEM_GRANT failed to create with error: ORA-00990: missing or invalid privilege Failing sql is: GRANT ALTER DATABASE LINK TO “MYUSER” ORA-39083: Object … Continue reading

Posted in datapump | Tagged , , , , | Comments Off

ORA-39001: invalid argument value with dbms_datapump

DBMS_DATAPUMP, usage and errors.

Posted in datapump | Comments Off

Export fails over mounted drive.

Kept getting an error running an export. ORA-39002: invalid operation ORA-39070: Unable to open the log file. ORA-29283: invalid file operation ORA-06512: at “SYS.UTL_FILE”, line 536 ORA-29283: invalid file operation

Posted in datapump | Tagged , , , , , , , , , | Comments Off

Expdp on Windows.

On windows, it is harder to define the parameters for an export, here’s a working example which performs the datapump export on a database.

Posted in datapump, Import/Export, Oracle | Comments Off

dbms_datapump 10g

DBMS_DATAPUMP The DBMS_DATAPUMP package is used to move all, or part of, a database between databases, including both data and metadata, or for backups.

Posted in datapump, Import/Export, Oracle | Tagged , , , , | Comments Off

Importing specific object types, oracle 10g

Oracle 10g has the option to import only the object types you require from an export, using the INCLUDE parameter in the argument.

Posted in datapump, Import/Export, Oracle | Comments Off