Top "Impdp" questions

Having trouble exporting and importing Oracle tables

I'm using Oracle 11 and I'm having trouble moving tables between two databases. I've successfully exported a datadumb as follows: expdp.…

sql database oracle impdp
How Can I import or open a .dmp file?

Update: I tried the impdp command and it's giving me that it cannot create a user. I tried creating the …

oracle impdp imp oracle-dump
Oracle: using impdp from a full DB expdp

I’ve got a full Dump of an Database (all schema, system etc...) Now I want to import just one …

oracle import impdp
How do I append data with Oracle's impdp?

Does impdp always truncate the table before it loads the data even if I don't recreate the meta data? If …

oracle impdp
Using impdp/expdp with RDS Oracle on AWS

I'm very new to Amazon web services, especially using their RDS system. I have set up an Oracle database (11.2) and …

amazon-web-services oracle11g sqlplus rds impdp
impdp with PARALLEL not working

I would like to load Oracle dump files in parallel. I have 23 cores on my machine. All the dump files …

database oracle impdp
Oracle impdp : UDI-00013 Message 13 not found

Using Oracle impdp I'm getting error message: UDI-00013 Message 13 not found No message file for product=RDBMS, facility=UDI How …

database oracle impdp
Oracle impdp running way too long

I'm trying to import a schema into an oracle instance, that's running in a docker container (hopefully this is not …

oracle docker cpu-usage impdp
Configure Dockerfile to use impdp command when the container is created

I am using wnameless/oracle-xe-11g docker image to create a new image file. And when I create a container …

docker oracle11g dockerfile impdp
How to export users in Oracle with its roles and system privileges using expdp?

I am trying to export a schema/user in Oracle with its roles and system privileges. I don't want to …

oracle impdp expdp oracle-dump