SQL> set numwidth 20
SQL> select dbms_flashback.get_system_change_number() from dual;
DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER()
-----------------------------------------
8331188817820
$> expdp sgreports/sgreports tables=sgreports.test2 directory=expdir logfile=test2.log dumpfile=test2.dmp flashback_scn=8331188817820
On the destination system:
1. As the system user, create the Oracle directory for the export dump file. Make sure the physical directory exists on the filesystem.
-
Copy the export dump file, test.dmp from the source system to /oracle/ora_backup
-
scp test2.dmp oracle@nazar.prc.sun.com:/oracle/ora_backup
3. Import the application schema:
$> impdp system/sys directory=impdir dumpfile=test2.dmp logfile=test2.log
793

被折叠的 条评论
为什么被折叠?



