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: connect question

Re: connect question

From: Jack <nospam_at_nospam.com>
Date: Wed, 30 Apr 2003 03:05:19 GMT
Message-ID: <P3Hra.5548$yv1.772557@news2.telusplanet.net>


Ryan is right. The only way to bounce an instance is to connect sys thru SINGLE line of command, i.e., conn / as sysdba or conn sys/change_on_install as sysdba

The TWO line manner i.e.,
conn sys as sysdba
password: change_on_install
won't work until database is open.

That's life. Oracle made it arbitrary.

"Ryan Gaffuri" <rgaffuri_at_cox.net> wrote in message news:1efdad5b.0304280304.868eff7_at_posting.google.com...
> sdg <stefano1_at_att.net> wrote in message
news:<3EAC311A.8C812AAE_at_att.net>...
> > I get to the startup on the second method, and that is where I use
> > startup. My question is why 'not' using a password in the connect string
> > gets me an error where using a password in the connect string does
not....
> > it get me to the connected to idle instance where I enter the startup
> > info.
> >
> >
> > Ryan wrote:
> >
> > > "sdg" <nospan_at_noway.org> wrote in message
> > > news:3EABEA99.EB596171_at_noway.org...
> > > > Using 8.1.7.0.0
> > > >
> > > > When I use SQLPlus to start database following happens and I can not
> > > > determine if this is correct.
> > > >
> > > > Connect abc as sysdba
> > > > Enter password: ******
> > > > ERROR:
> > > > ORA-01034: ORACLE not available
> > > > ORA-27101: shared memory realm does not exist
> > > >
> > > > connect abc/password as sysdba
> > > > Connected to an idle instance.
> > > > SQL>
> > > >
> > > > Entering the password as opposed to not causes this error and is
> > > > correct?
> > > >
> > > >
> > > >
> > >
> > > you need to startup the database.
> > >
> > > go to the command line of the server.
> > >
> > > sqlplus
> > > / as SYSDBA
> > > startup
> > >
> > > then try to connect
> > >
> > > or try sys/change_on_install as SYSDBA

>

> Id have to guess at this one and I may be wrong. possibly because the
> instance isnt started so the rules are slightly different for logging
> in. dunno. never bothered to figure it out.
Received on Tue Apr 29 2003 - 22:05:19 CDT

Original text of this message

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