Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Help: ORA 01034 message error
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
![]() |
![]() |