Top "Datapump" questions

A server based bulk import and export facility in Oracle

Why do I get ORA-39001: invalid argument value when I try to impdp in Oracle 12c?

When I run this command in Oracle 12c SE2: impdp system/Oracle_1@pdborcl directory=DATA_PUMP_DIR dumpfile=mydb.dmp …

oracle import oracle12c datapump
Oracle 12c datapump error when exporting from 11g database

I am using the following in cmd. expdp system/*****@11.11.1.11:1521/orcl schemas=HR directory=DATADIR dumpfile=HR_20150625.dmp logfile=HR_20150625.log …

oracle11g oracle12c datapump
oracle data pump import ORA-39002 with ORA-39070, ORA-29283 and others on Windows 10

I am using data pump to perform an import on 4 .dmp files and keep on receiving the set of errors …

oracle oracle12c datapump
How to exclude certain tables from Oracle datapump export

I have a large number of user schemas in my Oracle database. I wish to export the table data for …

oracle oracle11g datapump expdp
Export from Oracle 10g database with 11g client

Database Version : 10g Enterprise Edition Release 10.2.0.4.0 Client Version: 11g Enterprise Edition Release 11.2.0.1.0 (windows 7 64bit) When I try to export (exp) …

oracle oracle10g oracle11gr2 datapump
How to restore dump file in Oracle 12c

I want to restore a database in oracle 12c. I have done something for it but while importing data I …

oracle datapump
ORA-39122: Unprivileged users may not perform REMAP_SCHEMA remappings

When I'm trying to run impdp command in sqlplus, I got below error. ORA-31631: privileges are required ORA-39122: Unprivileged users …

oracle11g datapump impdp
How to use Data Pump utilities without a tnsnames.ora file

I want to be able to run expdp and impdp by directly specifying the connection parameters instead of a TNS …

oracle command-line tnsnames datapump
Oracle data pump import into existing table

i need an efficient way to copy data from one database to another. Both are based on Oracle 11g. Step: (…

sql oracle datapump impdp
Oracle data pump impdp to remote server

We have a dump file that we want to import to an Amazon rds server. This is what I did: …

database oracle datapump impdp