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: sdg <stefano1_at_att.net>
Date: Sun, 27 Apr 2003 19:39:47 GMT
Message-ID: <3EAC311A.8C812AAE@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
Received on Sun Apr 27 2003 - 14:39:47 CDT

Original text of this message

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