Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Help: ORA 01034 message error

Re: Help: ORA 01034 message error

From: Ralf Zwanziger <goldensurfer_at_gmx.de>
Date: Tue, 13 Mar 2001 10:06:35 GMT
Message-ID: <3aadf099.97699955@news.fth.sbs.de>

On Mon, 12 Mar 2001 10:42:13 -0400, "Neftali Figueroa" <jlma_at_cpajlma.com> wrote:

>When creating a new database Oracle shows the message "ORA 01034 Oracle not
>available".
> I would appreaciate any help if anyone knows about this.

This error means, that you try to connect to a database that is not in open-state. After CREATE DATABASE you have to startup the database: Start svrmgrl and do a connect internal or start SQLPlus as sysdba and open the database:

alter database mount;
alter database open;

Bye,
Ralf Received on Tue Mar 13 2001 - 04:06:35 CST

Original text of this message

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