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: Oracle 7.3.4 Upgrade failed ...

Re: Oracle 7.3.4 Upgrade failed ...

From: Michael Ivanov <ivanovmj_at_niiefa.spb.su>
Date: Tue, 30 Nov 1999 16:58:02 +0300
Message-ID: <3843D7EA.2E8C508C@niiefa.spb.su>

Brian Yan wrote:

> Hi I had a problem when I tried to upgrade Oracle from 7.3.3 to 7.3.4:
>
> Platform: Sun Solaris
> Problem Description: This UNIX server hosts three oracle instances
> 1). Autosys
> 2). DTWP (production)
> 3). DTWT (Testing)
>
> After we finished all the upgrade procedures, the first two started
> just fine. However, When I issued the following to start up the third:
> >ORACLE_SID=DTWT
>

Wrong.
You need next:
export ORACLE_SID=DTWM

     (if you use Bourne Shell or setenv ORACLE_SID DTWM for csh) svrmgrl
or

ORACLE_SID=DTWM; svrmgrl for bsh

> >svrmgrl
> >connect internal
> It shows me connected. But when I select name from v$database, I got
> DTWP instead of DTWT. I connected to PRODUCTION although I set
> ORACLE_SID to DTWT!!!
>
> Does anyone has experience of this? What possibly caused this problem.
>
> Thank you for your help!
>
> Brian
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

--

 Best regards.

 Michael Ivanov - Computer System Support Group Head  NIIEFA, Sovietsky pr. 1, Metallostroy, Saint Petersburg, 189631, RF

                E-mail: ivanovmj_at_niiefa.spb.su
                phone: +7 812 4627863
                fax:    +7 812 4644629



Received on Tue Nov 30 1999 - 07:58:02 CST

Original text of this message

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