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 -> Oracle fatal error.

Oracle fatal error.

From: <kelvinw_at_asymetrix.com>
Date: Mon, 21 Dec 1998 19:44:33 GMT
Message-ID: <367e99ac.609899549@news>

Hi,

I have tried to install the Oracle 7.3.4 in a Sun box running Solaris 2.6. The oracle user's physical home directory is mapped to the /home/oracle using the auto_home feature. When I tried to create the first database, I got a fatal error as follows:

	SVRMGR> @cr_lib0.sql
	Echo                            ON
	SVRMGR>
	SVRMGR> CONNECT INTERNAL
	Connected to an idle instance.
	SVRMGR>
	SVRMGR> STARTUP NOMOUNT 					
	PFILE=/export/home4/oracle/data/script/initlib0.ora
	ORACLE instance started.
	Total System Global Area       9283624 bytes
	Fixed Size                       39816 bytes
	Variable Size                  6958240 bytes
	Database Buffers               2252800 bytes
	Redo Buffers                     32768 bytes
	SVRMGR>
	SVRMGR> CREATE DATABASE lib0
    2>         LOGFILE 	'/export/home4/oracle/data/lib0/redo01.log'
SIZE 10M,
     3>                 '/export/home4/oracle/data/lib0/redo02.log'
SIZE 10M
    4>        DATAFILE '/export/home4/oracle/data/lib0/system00.dbf'
     5>            SIZE 25M AUTOEXTEND ON NEXT 5M MAXSIZE UNLIMITED
     6>     MAXLOGFILES 16
     7>    MAXDATAFILES 128
     8>    MAXINSTANCES 1
     9>   CHARACTER SET "WE8ISO8859P1"

    10> /
CREATE DATABASE lib0
*

        ORA-00603: ORACLE server session terminated by fatal e

And the following is from the trace log:



 more libr_ora_535.trc
Dump file /export/home4/oracle/data/lib0/trace/libr_ora_535.trc Oracle7 Server Release 7.3.4.0.1 - Production With the distributed, replication and Spatial Data options PL/SQL Release 2.3.4.0.0 - Production
ORACLE_HOME = /opt/oracle/product/734
System name: SunOS
Node name:      trex
Release:        5.6
Version:        Generic_105181-05
Machine:        sun4u

Instance name: libr
Redo thread mounted by this instance: 1 Oracle process number: 8
Unix process pid: 535, image: oracle

Any help is appreciated. Received on Mon Dec 21 1998 - 13:44:33 CST

Original text of this message

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