Data Pump Technique
Data Pump Technique
SYNTAX:-
CREATE DIRECTORY DIRECTORY_NAME AS DIRECTORY_PATH;
After the above command go and check in the location of directory path
‘E: \exim’. There are 2 files will be there. One is Log file and another one is Dump
file.
After doing the above steps we can import this in target system in the
target system if the user ‘MLADE’ is already there means it can be imported
automatically. If the user is not there means user will be created and after dump
file is imported.
IMPDP:-IMPORT DATA PUMP
Now we are going to Import the dump file
Syntax for IMPDP is
IMPDP UN/PWD DIRECTORY = DIR DUMPFILE = DUMP_FILE_NAME.DMP
In the above syntax,
UN – User name,
PWD – Password,
DIR_OBJ_NAME – Directory to store your details of exported data.
DUMPFILE – Which file you want to store your data.
8). CHECKING
IMPORTING IS
SUCCESSFULL OR
NOT
In SQL command
prompt we can
check the IMPDP
execution is
successfully
completed or not.
Try some SQL
queries to check all the data are stored successfully or not.