Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can one improve Import/ Export performance?

0
Posted

How can one improve Import/ Export performance?

0

EXPORT: • Set the BUFFER parameter to a high value (e.g. 2Mb — entered as an integer “2000000”) • Set the RECORDLENGTH parameter to a high value (e.g. 64Kb — entered as an integer “64000”) • Use DIRECT=yes (direct mode export) • Stop unnecessary applications to free-up resources for your job. • If you run multiple export sessions, ensure they write to different physical disks. • DO NOT export to an NFS mounted filesystem. It will take forever. IMPORT: • Create an indexfile so that you can create indexes AFTER you have imported data. Do this by setting INDEXFILE to a filename and then import. No data will be imported but a file containing index definitions will be created. You must edit this file afterwards and supply the passwords for the schemas on all CONNECT statements. • Place the file to be imported on a separate physical disk from the oracle data files • Increase DB_CACHE_SIZE (DB_BLOCK_BUFFERS prior to 9i) considerably in the init$SID.ora file • Set the LOG_BUFFER to a big val

0

Asked in Computers & Accessories at 6:19 AM on December 31, 2008 Tags: improve, import, export, performance

0

EXPORT: . Set the BUFFER parameter to a high value (e.g. 2M) . Set the RECORDLENGTH parameter to a high value (e.g. 64K) . Stop unnecessary applications to free-up resources for your job. . If you run multiple export sessions, ensure they write to different physical disks. . DO NOT export to an NFS mounted filesystem. It will take forever. IMPORT: . Create an indexfile so that you can create indexes AFTER you have imported data. Do this by setting INDEXFILE to a filename and then import. No data will be imported but a file containing index definitions will be created. You must edit this file afterwards and supply the passwords for the schemas on all CONNECT statements. . Place the file to be imported on a separate physical disk from the oracle data files . Increase DB_CACHE_SIZE (DB_BLOCK_BUFFERS prior to 9i) considerably in the init$SID.ora file . Set the LOG_BUFFER to a big value and restart oracle. . Stop redo log archiving if it is running (ALTER DATABASE NOARCHIVELOG;) . Create a

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123