Hi Everyone,
I started taking 15TB of schema backup by expdp on {Start Time: Tuesday, 30 July, 2013 23:49:20} with the below command.
**************************************************************************************************************************************************************************!!!!!
SQL>create or replace directory BACKUP_FOURGDB as '/Fourgdb_Backup/Fourgdb/Backup';
Directory created.
SQL> grant read,write on directory BACKUP_FOURGDB to fourgdb;
Grant succeeded.
$expdp fourgdb/********@mda schemas=fourgdb directory=BACKUP_FOURGDB parallel=4 dumpfile=fourg_%U.dmp logfile=expdpfourg.log cluster=N
filesize=1000g Job_name=mdafourgdb
**************************************************************************************************************************************************************************!!!!
But still it has completed only 1.4TB, can you please tell me how to improve my backup speed.
Thanks for you help in advance.
Thanks & Regards
Prasanth