Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: sanity check
Hi Bill,
You are missing a BIG thing as u are trying to open a older version of the database(815,816) using higher version oracle binaries(817).
U need to upgrade your lower release databases first!
its quite straight forward .. here is a brief high level for you ..
install binaries in new home for 817
copy old init to dbs and remove obselete parameters
set env vars for newly installed 817(including SID)
start sql*plus and connect as internal and run
--> @uold_release.sql
{ where uold_release.sql is the release from which you
are upgrading}
e.g for upgrading from 815 2 817 use: @u0801050.sql e.g for upgrading from 815 2 817 use: @u0801060.sql
for detailed step by step instructions refer to enclosed link :
hth
Deepak
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Fri Nov 16 2001 - 14:32:42 CST
![]() |
![]() |