Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: upgrading to Oracle8 - couple of questions

Re: upgrading to Oracle8 - couple of questions

From: rockcogar <rock_cogarNOroSPAM_at_my-deja.com.invalid>
Date: Tue, 08 Feb 2000 10:16:08 -0800
Message-ID: <016d2b20.11f03f78@usw-ex0103-019.remarq.com>


It is not really very hard. Here is how I do such upgrades using the exp/imp method.

create the schema export using the exp program zip it (makes it 10% or original size)
write script to create tablespaces
write script to create user
write script to grants
burn the files to a CD
put CD in target server
copy files from CD to folder on server HD uzip zipped files
run tablespaces create script
run user create script
run grants script
run imp program to populate your schema

Rock

Received on Tue Feb 08 2000 - 12:16:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US