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: DB Not launched!!

Re: DB Not launched!!

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Mon, 12 Jul 1999 18:21:23 +0200
Message-ID: <931796448.28049.0.pluto.d4ee154e@news.demon.nl>


Hi Bertrand,

First look for any error messages in the <sid>alrt.log file. That file is in your background_dump_dest directory, this is a parameter in init<sid>.ora
Alternatively
define ORACLE_SID
define ORACLE_HOME
run svrmgrl
do a connect internal
In a correct install this will work always. The message returned is connected to an idle instance.
Now do a startup mount (this is done to verify all the files you need are really there)
If that is successfull issue
alter database <db_name> open

Hth,

Sybrand Bakker, Oracle DBA

Bertrand LEFEBVRE <blefebvre_at_dial.oleane.com> wrote in message news:378A1043.EABBA7C5_at_dial.oleane.com...
> I've installed Oracle for Linux and I'm tring to start the databases
> logging in as oracle (who is the owner) and typing dbstart .. and then
> nothing. With sqlplus I've got no ORACLE...
>
> Help ..
>
Received on Mon Jul 12 1999 - 11:21:23 CDT

Original text of this message

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