Exp/Imp to Expdp/Impdp
Hi all,
I do not have any particular knowledge of Oracle.
But after a migration Oracle 10g to a 12c release, I got old scripts of export and import that use deprecated commands "exp" and "imp".
I wanted now to use the new commandes "expdp" and "impdp" and I need help because I'm not really sure of what I'm doing.
The goal is to export from a production database to a test database. They are all two in release 12c.
Here is the old script of export:
SET ORACLE_SID=PROD
Cmd /c exp SYSADM/******** parfile=D:\Export\ExportPROD.txt