i want export 50gb data in datapump it will take 2 hours time to complete that how can u export that tell me script ???

Answer Posted / mohapatra.gouranga@gmail.com

You should implement parallelisim
e.g.,
expdp full=y directory=data_pump dumpfile=dumpfile%U.dmp
logfile=logfile_exp.log parallel=5 filesize=10G
exclude=statistics

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me

3811


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

1986


how to restore files with rman?

1753


What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA

617


what is the last version,the release date of that version and fix pack of ibm db2 udb?

1526






What is dcl? : sql server DBA

652


how can you communicate with operating system files from oracle?

564


What is replication? : sql server DBA

630


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

1498


What are the recovery models for a database? : sql server DBA

593


i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?

1640


What are the commands you'd issue to show the explain plan for "select * from dual"?

1733


Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit

1838


How do you troubleshoot errors in a sql server agent job? : sql server DBA

569


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

2180