Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Taking backup using EXPDP of 15TB schema backup.

PrasanthkumarReddy.MAug 1 2013 — edited Aug 13 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2013
Added on Aug 1 2013
19 comments
3,382 views