Top "Datapump" questions

A server based bulk import and export facility in Oracle

Export sequence in Oracle using "expdp"

I am using the following command to export my sequence to a dump file in Oracle: expdp user/pwd DIRECTORY=…

oracle export datapump
How to rename multiple table names with REMAP_TABLE

I have a dump file which contains several tables (A, B, C). How can I rename these tables (A -&…

oracle remap datapump
Excluding a particular table partition during data pump export

The exclude parameter can be used to filter out schema objects during export in Oracle Data Pump. EXCLUDE=object_type[:…

oracle datapump
Find tablespaces used within datapump dump file

Given an Oracle datapump file is it possible to find/retrieve the used tablespaces without accessing the original/source schema? …

oracle datapump
Is it possible to export all schemas in a database with oracle data pump?

I am using Oracle 11g 11.2.0.1.0 and I'm trying to find a way of using data pump to export ALL schemas …

database oracle datapump
Oracle Data Pump import to a sql file error :ORA-31655 no data or metadata objects

I'm using Data Pump to export/import data, one requirement is to import data to a sql file. The OS …

oracle import datapump
is it possible to recover the Oracle Data Pump master table?

I'm trying to import a few files with a published Oracle Data Pump perl script: dumpinfo.pl After successfully importing …

oracle oracle11g oracle11gr2 recover datapump
Unable to allocate x bytes of shared memory

When I'm trying to backup my oracle database, I got below error. UDE-04031: operation generated ORACLE error 4031 ORA-04031: unable to …

oracle11g oracle-xe datapump
import and export using impdp/expdp in oracle10g/11g

I have two databases, one is production and second is a test. I want to export from production database and …

oracle10g oracle11g datapump
Datapump import is unable to open the log file

I'm trying to import the Oracle BISAMPLE.dmp schema and I've got this error ( unable to open the log file )

oracle datapump