Oracle full export(expdp) ile Yedek Alma İşlemi
sqlplus ta çalıştır.
1.create user xxxx identified by xxx;
2.grant dba to xxxx ;
3.create or replace directory dc as ‘….’;
cmd de çalıştır
expdp xxx/xxx@cozumpacs directory=dtpump dumpfile=yedek.dmp logfile=yedek.log full=yes
impdp user/pasword@database_alias directory=drctory_name dumpfile=dumpfile_name
NOT:yıldızlı yerler şifreniz ve username’nizdir.
Emin Yardım