problem in creating database

From: lkw <lkw_at_axiomatique.com>
Date: Wed, 20 Dec 2000 17:18:43 +0800
Message-ID: <91ptke$pq9$1_at_violet.singnet.com.sg>


[Quoted] hi all,

[Quoted] when i try to create another database, i encounter error below. what could be the reason?

[Quoted] [Quoted] SVRMGR> _at_/appln/oracle/product/8.1.5/makedb.sql Connected.
ORA-27146: post/wait initialization failed create database TEST
*
ORA-03114: not connected to ORACLE

below is my makedb.sql file.

>connect internal
>startup nomount pfile=/appln/oracle/product/8.1.5/dbs/initTEST.ora
>create database TEST
> maxinstances 12
> maxlogfiles 32
> maxdatafiles 1022
> character set "US7ASCII"
> datafile
> '/appln/oracle/oradata/TEST/SYSTEM_01.DBF' size 50M
> logfile
> '/appln/oracle/oradata/TEST/RLOG_01.DBF' size 10M,
> '/appln/oracle/oradata/TEST/RLOG_02.DBF' size 10M;

hope that everybody can help me, the problem has with me for more than 1 day.
[Quoted] ....thanks alot.

lkw. Received on Wed Dec 20 2000 - 10:18:43 CET

Original text of this message