Datapump Work Orders
Datapump Work Orders
*****************************
FR000070 Please take the consistent backup of vdscd using parfile. VDSCD
FLASHBACK_SCN
SCN used to reset session snapshot.
GET_SYSTEM_CHANGE_NUMBER
------------------------
8243886
SQL>
FLASHBACK_SCN=8243886
FLASHBACK_TIME
Time used to find the closest corresponding SCN value.
flashback_time=systimestamp
flashback_time=”to_timestamp(’03-09-2014 14:41:00′, ‘DD-MM-YYYY HH24:MI:SS’)”
userid=' / as sysdba'
directory= datapump
parallel=2
dumpfile=CR413_CD_01052024.dmp
logfile=CR001_CD_01052024.log
schemas=CR001_CD
FLASHBACK_SCN=8243886
FR000071--Please take the backup of vdscad database and Splitting dumpfile into
multiple locations-VDSCAD
FR000072--Please take the backup of dbworxz database and Splitting dumpfile into
multiple locations.-DBWORXZ
-----------------------------------------------------------------------------------
-------------------------
create multiple directories in os level and database level, in par file
dumpfile=directory1:dumpfile1,directory2:dumpfile2
mkdir -p /home/oracle/dumpfiles
mkdir -p /home/oracle/dumpfiles2
sql> create or replace directory expdpfull as '/home/oracle/dumpfiles';
sql> create or replace directory expdpfull2 as '/home/oracle/dumpfiles2';
sql> grant read,write on directory expdpfull to public;
sql> grant read,write on directory expdpfull2 to public;
cat expdpfull_01022024.par
userid='/ as sysdba'
full =y
parallel=2
dumpfile=expdpfull:expdpfull1_01022024.dmp,expdpfull2:expdpfull2_01022024dmp
file size= 10m
log file= expdpfull:expdpfull_01022024.log
Source :
Database : vdsct
Schema :<cr413_ct>
Target :
Database : vdscd
Schema : <cr413_cd>. VDSCD
step1: connect to source server vdsct as oracle
. oraenv vdsct
--------------------------
Before Export on Source:
--------------------------
cp cr413_ct_01022024.dmp cr413_ct_01022024.dmp.bkp
cat impdp_cr413_cp_01022024.par
userid = '/ as sysdba'
directory = datapump
dumpfile= cr413_ct_01022024.dmp
logfile = cr413_cp_01022024_imp.log
remap_schema = cr413_ct:cr413_cp
FR000074 Transfer schema across database using db links without dump file.
Source :
Database : vdscat
Schema : <*cat>
Target :
Database : vdscad
Schema : <*_cad>. VDSCAD
***********************************************************************************
*
FR000075 Please do tablespace level refresh from to
Source :
Database : vdscp
Schema : <*_cp>
Target :
Database : vdscu
Schema : <*_cu> VDSCU
Target :
Database : qrcc
Schema : <*_qr>
Object name : tb1. QRCC
cat expdp_object_01022024.par
.oraenv qrcc
cp expobject_cr413_db_01022024.dmp expobject_cr413_db_01022024.dmp.bkp
cat impdp_object_cr413_qr_01022024.par