Upgrade Oracle v7 to 10g through 9.2
697255Aug 19 2010 — edited Aug 23 2010Hi all,
I'm trying to upgrade an oracle 7.3.4 database to 10.2.0.4, I'm using 9.2.0.8 as an intermediate, but when trying to run mig, I'm having this error
./mig PFILE=\"initipmig.ora\" SPOOL=\"migra.log\"
ORA-01009: missing mandatory parameter
./mig
ORA-01009: missing mandatory parameter
./mig PFILE=\"initipmig.ora\" SPOOL=\"migra.log\" DBNAME=ipmig NEW_DBNAME=ip10g
ORA-01009: missing mandatory parameter
./mig PFILE=\"initipmig.ora\" SPOOL=\"migra.log\" DBNAME=\"ipmig\" NEW_DBNAME=\"ip10g\" NLS_NCHAR=US7ASCII CHECK_ONLY=false NO_SPACE_CHECK=true MULTIPLIER=15
ORA-01009: missing mandatory parameter
does anybody have any idea?
i'm using this note as a guide
http://download.oracle.com/docs/cd/A97630_01/server.920/a96530/upgrade.htm#1008864
http://download.oracle.com/docs/cd/A97630_01/server.920/a96530/migutili.htm#1007215
thanks in advance.
Edited by: rachisa on Aug 19, 2010 4:03 PM