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: Start Oracle 8.1 on sparc Solaris 8 boot

Re: Start Oracle 8.1 on sparc Solaris 8 boot

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/06/14
Message-ID: <961019343.8599.0.pluto.d4ee154e@news.demon.nl>#1/1

Manually you do this by
sqlplus /nolog
connect internal
startup

I have a feeling the /nolog switch is missing, otherwise sqlplus will connect automatically and never reach the connect internal line. I read somewhere the dbstart procedure *IS* buggy and bugs in dbstart occurred before, so, just give it a shot.

Hth,

Sybrand Bakker, Oracle DBA

"John Barry" <jb_at_zedak.nospam.com> wrote in message news:8i8p92$hf4$1_at_dfw-ixnews3.ix.netcom.com...
> Hi, All.
>
> Recently a sparc machine failed to stop/start Oracle 8.1 on shutdown/boot.
>
> Starting oracle is via call to link to /etc/init.d/dbora, which calls
>
> "su - oracle -c "$ORA_HOME/bin/dbstart",
>
> which in turn should call
>
> "sqlplus <<EOF
> connect internal
> startup
> EOF"
>
> The only way we've been able to start the Oracle instance is with svrmgrl,
> which dbstart calls
> for Oracle versions 7.3 and 8.0
>
> Anyone else encounter this behavior, or want to clue us as to how to set
 it
> right?
>
> TIA,
> John
>
>
Received on Wed Jun 14 2000 - 00:00:00 CDT

Original text of this message

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