Home » RDBMS Server » Networking and Gateways » ORA-00603: ORACLE server session terminated by fatal error
ORA-00603: ORACLE server session terminated by fatal error [message #367821] Thu, 14 September 2000 11:39
Brett Mayer
Messages: 2
Registered: September 2000
Junior Member
Another Oracle Newbie question here..

There has been a few times that this script has worked but 95% of the time, I dont know why I get this error which makes me down the entire server at times just trying to create a database.
Once again any help is appreciated

SVRMGR> #
SVRMGR> # Start the < heat > instance ( ORACLE_SID here must be set to < heat >
SVRMGR> #
SVRMGR>
SVRMGR> connect internal/heat
Connected.
SVRMGR> startup nomount pfile=oracle8:\oranw803\database\heat\initheat.ora
ORACLE instance started.
Total System Global Area 34302216 bytes
Fixed Size 39104 bytes
Variable Size 7917640 bytes
Database Buffers 26214400 bytes
Redo Buffers 131072 bytes
SVRMGR>
SVRMGR> #
SVRMGR> # Create the <heat> database.
SVRMGR> #
SVRMGR>
SVRMGR> create database "heat"
2> maxinstances 3
3> maxlogfiles 50
4> maxdatafiles 250
5>
6> character set "US7ASCII"
7>
8> datafile
9> 'oracle8:\data01\heat\system.dbf' size 50m
10> logfile
11> group 1 ( 'oracle8:\data01\heat\redo1a.rdo',
12> 'oracle8:\data02\heat\redo1b.rdo' ) size 5m,
13> group 2 ( 'oracle8:\data02\heat\redo2a.rdo',
14> 'oracle8:\data03\heat\redo2b.rdo' ) size 5m,
15> group 3 ( 'oracle8:\data03\heat\redo3a.rdo',
16> 'oracle8:\data01\heat\redo3b.rdo' ) size 5m ;
create database "heat"
*
ORA-00603: ORACLE server session terminated by fatal error
SVRMGR>
SVRMGR> spool off
Previous Topic: UtPLSQL Project for Developers
Next Topic: ORA-12154 ERROR . PLEASE HELP
Goto Forum:
  


Current Time: Thu Mar 28 12:00:21 CDT 2024