Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Phew ... Finally Migrated
Raj,
Thanks for sharing this.
When COMMIT=y, and if the table has columns with LONG datatype (among a few
others), IMP will not use array inserts (BUFFER=) and will commit each row.
Committing each row for large tables with these datatypes adversely affects
import times.
In such cases, setting COMMIT=n and using a large value for BUFFER will
speed up import, but one must also have large enough rollback/undo
tablespace.
-----Original Message-----
Sent: Monday, October 14, 2002 10:24 AM
To: Multiple recipients of list ORACLE-L
Over the weekend we migrated all our production systems on 9201 on AIX.
I know it is not all that important, but thought I'd let everyone know. I also learned the magic of commit=y/n setting on imp. I have one table (it had a long column) that was taking 6600 seconds to import with commit=y. After looking up Metalink, I changes the commit=y to commit=n, the same import finishes in 1010 seconds.
I have 14G of undo tablespace, so I changed commit=n for import on all tables with long columns ... the time for import was reduced dramatically.
Raj
QOTD: Any clod can have facts, but having an opinion is an art!
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Deshpande, Kirti
INET: kirti.deshpande_at_verizon.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Oct 14 2002 - 12:28:33 CDT
![]() |
![]() |