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: ORA-01034 error during database creation

Re: ORA-01034 error during database creation

From: Stephan Bressler <stephan.bressler_at_siemens.com>
Date: Mon, 31 Mar 2003 15:30:34 +0200
Message-ID: <b69fqt$3u$1@news.mch.sbs.de>


Hi,

seems your instance is not running --- or with a different sid, maybe ILSMAST (upper case)?

Stephan

"Chloe Crowder" <chloe.crowder_at_bl.uk> wrote in message news:b69evp$lml$1_at_south.jnrs.ja.net...
> Having installed 8.1.7 on Solaris I attempted to create a database using
> DCA. This started creating the database and then gave:-
> ORA-01034: ORACLE not available.
>
> Looking in /data/Ora8i/admin/ilsmast/create I found a log file and script.
I
> assume the script is what was created and the log file the result. The
> script starts off:-
>
> #!/bin/sh
> ORACLE_SID=ilsmast
> export ORACLE_SID
>
> /data/Ora8i/bin/svrmgrl << EOF
> spool /data/Ora8i/admin/ilsmast/create/crdb2.log
> connect internal
> @/data/Ora8i/rdbms/admin/catalog.sql;
>
> REM ********** ALTER SYSTEM TABLESPACE *********
> ALTER TABLESPACE SYSTEM
> DEFAULT STORAGE ( INITIAL 64K NEXT 64K MINEXTENTS 1 MAXEXTENTS UNLIMITED
> PCTINCR
> EASE 50);
> ALTER TABLESPACE SYSTEM
> MINIMUM EXTENT 64K;
>
> and the log file:-
>
> Connected.
> create or replace
> *
> ORA-01034: ORACLE not available
> create or replace
> *
> ORA-01034: ORACLE not available
> grant execute on STANDARD to public
> *
> ORA-01034: ORACLE not available
> create or replace view v_$dlm_misc as select * from v$dlm_misc
>
>
> The documentation on the error message implies that there should be other
> error messages to help identify the cause, but no. Can anyone offer any
> insight?
>
> Chloe Crowder
>
>
Received on Mon Mar 31 2003 - 07:30:34 CST

Original text of this message

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