Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: upgrades, conversions and ora-600's! oh my!
If you do decide to go the exp/imp route, there are a lot of things you
can do to speed it up significantly - here are some notes on things you
might want to try. Unfortunately, if you do a character set conversion,
I'm not sure if you can use direct=y since I believe it requires the exp
character set to match that of the database, but maybe you can still do
the conversion on the import side.
On Export:
On Import:
o COMMIT=N
o STATISTICS=NONE
o ANALYZE=N
o RECALCULATE_STATISTICS=N
o Increase size of online logs
o Use LMTs
o INDEXES=N (followed with INDEXFILE=Y and then parallel, nologging creation of indexes after completion of table imports)
o Set _disable_logging=TRUE
o Set _wait_for_sync=FALSE
From: Robyn [mailto:robyn.sands_at_gmail.com]
I am slowly accepting that we may have to recreate the databases.
if anyone has a specific suggestion on rebuilding a 2 TB database with minimal downtime, please drop me a line.
Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Aug 17 2007 - 18:05:03 CDT
![]() |
![]() |