If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Export / Import in Oracle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-03, 05:02
kasi kasi is offline
Registered User
 
Join Date: Jan 2003
Posts: 6
Export / Import in Oracle

Hi

I am having Oracle 7.3.4 database which is 45GB and running in Sun enterprise 3000 , 2 GB RAM. Can anyone tell me with your experience ...

1. How much time the import of database will take ?

2. I am planning to export the table to oracle 9i database in another server of same configuration. How long the export would take.


thanks for you help
Reply With Quote
  #2 (permalink)  
Old 01-21-03, 12:21
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
the export is the fastest if you run export with direct=y recordlength=65000

but import will possibly last 45 min for every GB. And then it is best
to import with indexes=n
and make the redologs as large as you can to avoid many log switches.
after the job has finished loading the rows and primary indexes you can submit a job to build the indexes in parallel and no logging - therefore it necessary to manipulate the generated file for the indexes with an sed command to replace the string logging with nologging parallel

hope this helps

grb
Reply With Quote
  #3 (permalink)  
Old 01-21-03, 14:47
Ad Dieleman Ad Dieleman is offline
Registered User
 
Join Date: Jan 2003
Location: Dordrecht, The Netherlands
Posts: 95
> the export is the fastest if you run export with direct=y

Just so you know: I have done exports on an Oracle 7.3.4/SCO-Unix V5 system and these exports were dramatically slower with the "direct=y" option. With "direct=n" speed was about 15 min./GB. I did not pursue this any further at the time.

Ad Dieleman.
Reply With Quote
  #4 (permalink)  
Old 01-21-03, 15:23
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
__________________
Jeff Hunter
http://marist89.*************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On