Home » RDBMS Server » Server Administration » DATABASE CREATION (10G, Window XP)
DATABASE CREATION [message #536236] Mon, 19 December 2011 23:20 Go to next message
Bilal Khan
Messages: 128
Registered: April 2010
Location: Pakistan
Senior Member
Dear all.
i wana create database in oracle 10g, but it display error mesage.
i follow following steps

C:\SET ORACLE_SID = ALI

THEN CREATE PASSWORD FILE,AND STARTUP THE PFILE, THEN RUN FOLLOWING CODE TO CREATE THE DATABASE.
CREATE DATABASE ali
logfile
GROUP 1('C:\ali\log_01_ali.rdo') size 15M,
 GROUP 2 ('C:\ali\log_02_ali.rdo') size 15M,
GROUP 3 ('C:\ali\log_03_ali.rdo') size 15M
DATAFILE 'C:\ali\SYSTEM_01_ali.DBF' SIZE 100M
undo tablespace undotbs1 
datafile 'c:\ali\undo01.dbf' SIZE 10M
sysaux datafile 'C:\ali\sysaux01.dbf' SIZE 10M
default temporary tablespace temp
tempfile 'C:\ali1\temp_01_ali.dbf' size 20M
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K
/

BUT IT GENERATE ERROR MESSAGE
HERE THE LOG FILE IS

Dump file e:\oracle\rdbms\trace\alert_ali.log
Wed Dec 18 12:52:14 2002
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Windows XP Version V5.1 Service Pack 2
CPU                 : 2 - type 586
Process Affinity    : 0x00000000
Memory (Avail/Total): Ph:299M/503M, Ph+PgF:1784M/1986M, VA:1941M/2047M
The value of parameter db_block_buffers is below
the required minimum
The new value is ((4MB * the number of cpus)/db_block_size)
Wed Dec 18 12:52:14 2002
Starting ORACLE instance (normal)
Wed Dec 18 12:52:14 2002
System parameter db_block_buffers enabled without VLM on.
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Shared memory segment for instance monitoring created
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_1 parameter default value as E:\Oracle\RDBMS
Autotune of undo retention is turned on. 
IMODE=BR
ILAT =10
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.1.0.
System parameters with non-default values:
  control_files            = C:\ALI\CONTROL01.ORA, C:\ALI\CONTROL02.ORA
  db_block_buffers         = 2048
  db_block_size            = 4096
  undo_management          = AUTO
  undo_tablespace          = undtbs
  remote_login_passwordfile= SHARED
  instance_name            = ali
  db_name                  = ali
Wed Dec 18 12:52:14 2002
WARNING:Shared I/O Pool created with size=0 set size=0
PMON started with pid=2, OS id=1340
PSP0 started with pid=3, OS id=3724
MMAN started with pid=4, OS id=3652
DBW0 started with pid=5, OS id=2372
LGWR started with pid=6, OS id=1632
CKPT started with pid=7, OS id=3844
SMON started with pid=8, OS id=3648
RECO started with pid=9, OS id=3688
MMON started with pid=10, OS id=2132
MMNL started with pid=11, OS id=972
Wed Dec 18 12:52:34 2002
CREATE DATABASE ali
logfile GROUP 1('C:\ali\log_01_ali.rdo') size 15M,
 GROUP 2 ('C:\ali\log_02_ali.rdo') size 15M,
GROUP 3 ('C:\ali\log_03_ali.rdo') size 15M
DATAFILE 'C:\ali\SYSTEM_01_ali.DBF' SIZE 100M
UNDO TABLESPACE UNDO
DATAFILE 'C:\ali\undo_01_ali.DBF' SIZE 40m
sysaux datafile 'C:\ali\sysaux01.dbf' SIZE 10M
default temporary tablespace temp
tempfile 'C:\ali1\temp_01_ali.dbf' size 20M
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K
Wed Dec 18 12:52:38 2002
Database mounted in Exclusive Mode
Wed Dec 18 12:52:50 2002
Successful mount of redo thread 1, with mount id 143894482
Assigning activation ID 143894482 (0x893a7d2)
Thread 1 opened at log sequence 1
  Current log# 1 seq# 1 mem# 0: C:\ALI\LOG_01_ALI.RDO
Successful open of redo thread 1
Wed Dec 18 12:52:50 2002
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Wed Dec 18 12:52:50 2002
SMON: enabling cache recovery
Wed Dec 18 12:52:50 2002
create tablespace SYSTEM datafile  'C:\ali\SYSTEM_01_ali.DBF' SIZE 100M

  default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online

Wed Dec 18 12:53:21 2002
Completed: create tablespace SYSTEM datafile  'C:\ali\SYSTEM_01_ali.DBF' SIZE 100M
  default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
Wed Dec 18 12:53:21 2002
create rollback segment SYSTEM tablespace SYSTEM
  storage (initial 50K next 50K)

Completed: create rollback segment SYSTEM tablespace SYSTEM
  storage (initial 50K next 50K)
Wed Dec 18 12:53:28 2002
CREATE UNDO TABLESPACE UNDO DATAFILE  'C:\ali\undo_01_ali.DBF' SIZE 40m


Wed Dec 18 12:53:35 2002
ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDO DATAFILE  'C:\ali\undo_01_ali.DBF' SIZE 40m
...
Wed Dec 18 12:53:35 2002
Errors in file e:\oracle\rdbms\trace\ali_ora_3596.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'undtbs' does not exist or of wrong type

Wed Dec 18 12:53:35 2002
Errors in file e:\oracle\rdbms\trace\ali_ora_3596.trc:
ORA-01501: CREATE DATABASE failed
ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5792
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'undtbs' does not exist or of wrong type

Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_pmon_1340.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_reco_3688.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_smon_3648.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_ckpt_3844.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_lgwr_1632.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_dbw0_2372.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_mman_3652.trc:
ORA-01519: error while processing file '' near line 

Wed Dec 18 12:53:36 2002
Errors in file e:\oracle\rdbms\trace\ali_psp0_3724.trc:
ORA-01519: error while processing file '' near line 

Instance terminated by USER, pid = 3596
ORA-1092 signalled during: CREATE DATABASE ali
logfile GROUP 1('C:\ali\log_01_ali.rdo') size 15M,
 GROUP 2 ('C:\ali\log_02_ali.rdo') size 15M,
GROUP 3 ('C:\ali\log_03_ali.rdo') size 15M
DATAFILE 'C:\ali\SYSTEM_01_ali.DBF' SIZE 100M
UNDO TABLESPACE UNDO
DATAFILE 'C:\ali\undo_01_ali.DBF' SIZE 40m
sysaux datafile 'C:\ali\sysaux01.dbf' SIZE 10M
default temporary tablespace temp
tempfile 'C:\ali1\temp_01_ali.dbf' size 20M
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K...



PLEASE HELP ME TO IDENTIFY THE PROBLEM,
Re: DATABASE CREATION [message #536237 is a reply to message #536236] Mon, 19 December 2011 23:24 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
undo tablespace undotbs1

Quote:
undo_tablespace = undtbs


Regards
Michel
Re: DATABASE CREATION [message #536239 is a reply to message #536237] Mon, 19 December 2011 23:28 Go to previous messageGo to next message
Bilal Khan
Messages: 128
Registered: April 2010
Location: Pakistan
Senior Member
Whats wrong with undo tablespace
Re: DATABASE CREATION [message #536241 is a reply to message #536239] Mon, 19 December 2011 23:53 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Whats wrong with undo tablespace
the spelling is not consistent
Re: DATABASE CREATION [message #536244 is a reply to message #536241] Tue, 20 December 2011 00:32 Go to previous messageGo to next message
Bilal Khan
Messages: 128
Registered: April 2010
Location: Pakistan
Senior Member

undo tablespace undotbs1 
datafile 'c:\ali\undo01.dbf' SIZE 10M

is it mean that the name of tablespace must be "undotbs"?
Re: DATABASE CREATION [message #536250 is a reply to message #536244] Tue, 20 December 2011 00:58 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Both statements must refer the same undo tablespace name.
File name is irrelevant.

Regards
Michel

[Updated on: Tue, 20 December 2011 00:59]

Report message to a moderator

Re: DATABASE CREATION [message #536420 is a reply to message #536250] Tue, 20 December 2011 22:08 Go to previous message
Bilal Khan
Messages: 128
Registered: April 2010
Location: Pakistan
Senior Member
Thanks Michel, now its working properly, and database is created successfully. Once again thanks, whithout your help i can never identify this error, but your help me alot, so nice of u. Once again Thanks
Previous Topic: Adding Datafiles to Tablespace
Next Topic: ORA-01092: ORACLE instance terminated. Disconnection forced
Goto Forum:
  


Current Time: Thu Apr 25 01:49:21 CDT 2024