A server based bulk import and export facility in Oracle
I am using the following command to export my sequence to a dump file in Oracle: expdp user/pwd DIRECTORY=…
oracle export datapumpI have a dump file which contains several tables (A, B, C). How can I rename these tables (A -&…
oracle remap datapumpThe exclude parameter can be used to filter out schema objects during export in Oracle Data Pump. EXCLUDE=object_type[:…
oracle datapumpGiven an Oracle datapump file is it possible to find/retrieve the used tablespaces without accessing the original/source schema? …
oracle datapumpI 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 datapumpI'm using Data Pump to export/import data, one requirement is to import data to a sql file. The OS …
oracle import datapumpI'm trying to import a few files with a published Oracle Data Pump perl script: dumpinfo.pl After successfully importing …
oracle oracle11g oracle11gr2 recover datapumpWhen 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 datapumpI have two databases, one is production and second is a test. I want to export from production database and …
oracle10g oracle11g datapumpI'm trying to import the Oracle BISAMPLE.dmp schema and I've got this error ( unable to open the log file )
oracle datapump