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: Create Database ...

Re: Create Database ...

From: Jones <jonesc_at_gmail.gcn.net.tw>
Date: Thu, 11 Jun 1998 10:01:54 GMT
Message-ID: <357faaca.23939332@news.seed.net.tw>


Thanks for your help! Now I can startup an instance:



SVRMGR> connect internal/test
Connected
SVRMGR> startup nomount pfile=D:\OraNT\DATABASE\initTest.ora . . .
SVRMGR> create database Test
     2>     controlfile reuse
     3>     logfile 'D:\OraNT\DATABASE\TEST\log1Test.ora' size 10M reuse,
     4>             'D:\OraNT\DATABASE\TEST\log2Test.ora' size 10M reuse
     5>     datafile 'D:\OraNT\DATABASE\TEST\sys1Test.ora' size 100M reuse
     6> autoextend on
     7>       next 5M maxsize 50M
     8>     character set WE8ISO8859P1;
create database Test
*
ORA-01501: CREATE DATABASE ??
ORA-01519: ????? '%RDBMS80%\ADMIN\SQL.BSQ' ?? 207 ????????
ORA-00604: ??? SQL ?? 1 ????
ORA-02494: ? MAXSIZE ????????????????

===========================================================
Here I got two problems:
1. Some errors occurred when creating database as shown above, in fact, the controlfile and logfiles are sucessful created. 2. Some strange characters shown in the error message (question mark as shown above), I am using Chinese-Edition Oracle and NT Server.

Thanks for any help!

Regards,
Jones Received on Thu Jun 11 1998 - 05:01:54 CDT

Original text of this message

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