Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle fatal error.
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"
ORA-00603: ORACLE server session terminated by fatal e
And the following is from the trace log:
Node name: trex Release: 5.6 Version: Generic_105181-05 Machine: sun4u
Any help is appreciated. Received on Mon Dec 21 1998 - 13:44:33 CST
![]() |
![]() |