Sir ,
I was trying to create database manually in oracle 10g
I created instance set oracle_sid=new
I created instance..
everthing is fine....
In
startup nomount
Oracle instance started.
when I used the script to create the database here is the error
error at line 1
ora-01092:Oracle instance terminated. Disconnection forced
----------------------
Below is my create databse script, alertlog and initnew.ora
please help me to create database successfuly?
create databse script:
create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M;
==========================
==========
==========
alertlog
Dump file c:\oracle\product\10.2.0\a
dmin\new\b
dump\alert
_new.log
Tue Aug 19 19:06:42 2008
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:660M/1917M, Ph+PgF:2051M/3965M, VA:1939M/2047M
Tue Aug 19 19:06:42 2008
Starting ORACLE instance (normal)
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_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
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:
processes = 150
__shared_pool_size = 176160768
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 0
sga_target = 574619648
control_files = C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL01
.CTL, C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL02
.CTL, C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL03
.CTL
db_block_size = 8192
__db_cache_size = 381681664
compatible = 10.2.0.1.0
db_file_multiblock_read_co
unt= 16
db_recovery_file_dest = C:\oracle\product\10.2.0\f
lash_recov
ery_area
db_recovery_file_dest_size
= 2147483648
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile=
EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=newXDB)
local_listener = LISTENER_NEW
job_queue_processes = 10
audit_file_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\A
DUMP
background_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\B
DUMP
user_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\U
DUMP
core_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\C
DUMP
db_name = new
open_cursors = 300
pga_aggregate_target = 189792256
PMON started with pid=2, OS id=2592
PSP0 started with pid=3, OS id=3296
MMAN started with pid=4, OS id=6080
DBW0 started with pid=5, OS id=4076
LGWR started with pid=6, OS id=4516
CKPT started with pid=7, OS id=2656
SMON started with pid=8, OS id=3964
RECO started with pid=9, OS id=5268
CJQ0 started with pid=10, OS id=4008
MMON started with pid=11, OS id=5740
Tue Aug 19 19:06:42 2008
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PR
OTOCOL=TCP
))'...
Tue Aug 19 19:06:42 2008
starting up 1 shared server(s) ...
MMNL started with pid=12, OS id=5804
Tue Aug 19 19:24:28 2008
create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M
Tue Aug 19 19:24:31 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\u
dump\new_o
ra_2072.tr
c:
ORA-00200: control file could not be created
ORA-00202: control file: 'C:\ORACLE\PRODUCT\10.2.0\
ORADATA\NE
W\CONTROL0
1.CTL'
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
Tue Aug 19 19:24:31 2008
ORA-1501 signalled during: create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M...
Tue Aug 19 19:27:04 2008
create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M
Tue Aug 19 19:27:06 2008
Database mounted in Exclusive Mode
Tue Aug 19 19:27:08 2008
Successful mount of redo thread 1, with mount id 2144538056
Assigning activation ID 2144538056 (0x7fd30dc8)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\REDO1.LOG
Successful open of redo thread 1
Tue Aug 19 19:27:08 2008
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Tue Aug 19 19:27:08 2008
SMON: enabling cache recovery
Tue Aug 19 19:27:08 2008
create tablespace SYSTEM datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
EXTENT MANAGEMENT LOCAL online
Tue Aug 19 19:27:10 2008
Completed: create tablespace SYSTEM datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
EXTENT MANAGEMENT LOCAL online
Tue Aug 19 19:27:10 2008
create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Completed: create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Tue Aug 19 19:27:14 2008
Thread 1 advanced to log sequence 2
Current log# 2 seq# 2 mem# 0: C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\REDO2.LOG
Tue Aug 19 19:27:16 2008
CREATE UNDO TABLESPACE UNDO DATAFILE 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
Tue Aug 19 19:27:17 2008
ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDO DATAFILE 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
...
Tue Aug 19 19:27:17 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\u
dump\new_o
ra_2072.tr
c:
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
Tue Aug 19 19:27:17 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\u
dump\new_o
ra_2072.tr
c:
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 'UNDOTBS1' does not exist or of wrong type
Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Tue Aug 19 19:27:17 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_p
mon_2592.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:18 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_r
eco_5268.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:18 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_s
mon_3964.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:18 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_c
kpt_2656.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:18 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_l
gwr_4516.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:19 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_d
bw0_4076.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:19 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_m
man_6080.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:27:19 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_p
sp0_3296.t
rc:
ORA-01519: error while processing file '' near line
Instance terminated by USER, pid = 2072
ORA-1092 signalled during: create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M...
Tue Aug 19 19:45:21 2008
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
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:
processes = 150
__shared_pool_size = 176160768
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 0
sga_target = 574619648
control_files = C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL01
.CTL, C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL02
.CTL, C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL03
.CTL
db_block_size = 8192
__db_cache_size = 381681664
compatible = 10.2.0.1.0
db_file_multiblock_read_co
unt= 16
db_recovery_file_dest = C:\oracle\product\10.2.0\f
lash_recov
ery_area
db_recovery_file_dest_size
= 2147483648
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile=
EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=newXDB)
local_listener = LISTENER_NEW
job_queue_processes = 10
audit_file_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\A
DUMP
background_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\B
DUMP
user_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\U
DUMP
core_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\C
DUMP
db_name = new
open_cursors = 300
pga_aggregate_target = 189792256
PMON started with pid=2, OS id=5876
PSP0 started with pid=3, OS id=2492
MMAN started with pid=4, OS id=5000
DBW0 started with pid=5, OS id=4080
LGWR started with pid=6, OS id=2260
CKPT started with pid=7, OS id=5612
SMON started with pid=8, OS id=5868
RECO started with pid=9, OS id=2008
CJQ0 started with pid=10, OS id=4784
MMON started with pid=11, OS id=2180
Tue Aug 19 19:45:22 2008
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PR
OTOCOL=TCP
))'...
Tue Aug 19 19:45:22 2008
starting up 1 shared server(s) ...
Tue Aug 19 19:45:22 2008
ALTER DATABASE MOUNT
MMNL started with pid=12, OS id=5244
Tue Aug 19 19:45:26 2008
Setting recovery target incarnation to 1
ORA-1079 signalled during: ALTER DATABASE MOUNT...
Tue Aug 19 19:46:43 2008
Starting ORACLE instance (normal)
Shutting down instance: further logons disabled
Tue Aug 19 19:46:50 2008
Stopping background process CJQ0
Tue Aug 19 19:46:51 2008
Stopping background process MMNL
Tue Aug 19 19:46:52 2008
Stopping background process MMON
Tue Aug 19 19:46:52 2008
Shutting down instance (immediate)
License high water mark = 1
Tue Aug 19 19:46:52 2008
Stopping Job queue slave processes
Tue Aug 19 19:46:52 2008
Job queue slave processes stopped
Waiting for dispatcher 'D000' to shutdown
All dispatchers and shared servers shutdown
Tue Aug 19 19:46:53 2008
ALTER DATABASE CLOSE NORMAL
ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Tue Aug 19 19:53:08 2008
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
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:
processes = 150
__shared_pool_size = 176160768
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 0
sga_target = 574619648
control_files = C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL01
.CTL, C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL02
.CTL, C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\CONTROL03
.CTL
db_block_size = 8192
__db_cache_size = 381681664
compatible = 10.2.0.1.0
db_file_multiblock_read_co
unt= 16
db_recovery_file_dest = C:\oracle\product\10.2.0\f
lash_recov
ery_area
db_recovery_file_dest_size
= 2147483648
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile=
EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=newXDB)
local_listener = LISTENER_NEW
job_queue_processes = 10
audit_file_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\A
DUMP
background_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\B
DUMP
user_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\U
DUMP
core_dump_dest = C:\ORACLE\PRODUCT\10.2.0\A
DMIN\NEW\C
DUMP
db_name = new
open_cursors = 300
pga_aggregate_target = 189792256
PMON started with pid=2, OS id=5156
PSP0 started with pid=3, OS id=5024
MMAN started with pid=4, OS id=2988
DBW0 started with pid=5, OS id=3848
LGWR started with pid=6, OS id=3076
CKPT started with pid=7, OS id=352
SMON started with pid=8, OS id=4536
RECO started with pid=9, OS id=5200
CJQ0 started with pid=10, OS id=128
MMON started with pid=11, OS id=4440
Tue Aug 19 19:53:09 2008
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PR
OTOCOL=TCP
))'...
Tue Aug 19 19:53:09 2008
starting up 1 shared server(s) ...
MMNL started with pid=12, OS id=4648
Tue Aug 19 19:53:41 2008
create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M
Tue Aug 19 19:53:42 2008
Database mounted in Exclusive Mode
Tue Aug 19 19:53:44 2008
Successful mount of redo thread 1, with mount id 2144556293
Assigning activation ID 2144556293 (0x7fd35505)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\REDO1.LOG
Successful open of redo thread 1
Tue Aug 19 19:53:45 2008
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Tue Aug 19 19:53:45 2008
SMON: enabling cache recovery
Tue Aug 19 19:53:46 2008
create tablespace SYSTEM datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
EXTENT MANAGEMENT LOCAL online
Tue Aug 19 19:53:48 2008
Completed: create tablespace SYSTEM datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
EXTENT MANAGEMENT LOCAL online
Tue Aug 19 19:53:48 2008
create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Completed: create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Tue Aug 19 19:53:52 2008
Thread 1 advanced to log sequence 2
Current log# 2 seq# 2 mem# 0: C:\ORACLE\PRODUCT\10.2.0\O
RADATA\NEW
\REDO2.LOG
Tue Aug 19 19:53:54 2008
CREATE UNDO TABLESPACE UNDO DATAFILE 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
Tue Aug 19 19:53:55 2008
ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDO DATAFILE 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
...
Tue Aug 19 19:53:55 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\u
dump\new_o
ra_3040.tr
c:
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
Tue Aug 19 19:53:55 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\u
dump\new_o
ra_3040.tr
c:
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 'UNDOTBS1' does not exist or of wrong type
Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Tue Aug 19 19:53:55 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_p
mon_5156.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:55 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_r
eco_5200.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:55 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_s
mon_4536.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:56 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_c
kpt_352.tr
c:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:56 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_l
gwr_3076.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:56 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_d
bw0_3848.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:57 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_m
man_2988.t
rc:
ORA-01519: error while processing file '' near line
Tue Aug 19 19:53:57 2008
Errors in file c:\oracle\product\10.2.0\a
dmin\new\b
dump\new_p
sp0_5024.t
rc:
ORA-01519: error while processing file '' near line
Instance terminated by USER, pid = 3040
ORA-1092 signalled during: create database new
logfile group 1 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo1.l
og') size 10M,
group 2 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo2.l
og') size 10M,
group 3 ('C:\oracle\product\10.2.0
\oradata\n
ew\redo3.l
og') size 10M
character set WE8ISO8859P1
national character set utf8
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\system.d
bf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\sysaux.d
bf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile 'C:\oracle\product\10.2.0\
oradata\ne
w\undo.dbf
'
size 10M
default temporary tablespace temp
tempfile 'C:\oracle\product\10.2.0\
oradata\ne
w\temp.dbf
'
size 10M...
==========================
==========
========
initnew.ora
new.__db_cache_size=381681
664
new.__java_pool_size=41943
04
new.__large_pool_size=4194
304
new.__shared_pool_size=176
160768
new.__streams_pool_size=0
*.audit_file_dest='C:\orac
le\product
\10.2.0\ad
min\new\ad
ump'
*.background_dump_dest='C:
\oracle\pr
oduct\10.2
.0\admin\n
ew\bdump'
*.compatible='10.2.0.1.0'
*.control_files='C:\oracle
\product\1
0.2.0\orad
ata\new\co
ntrol01.ct
l','C:\ora
cle\produc
t\10.2.0\o
radata\new
\control02
.ctl','C:\
oracle\pro
duct\10.2.
0\oradata\
new\contro
l03.ctl'
*.core_dump_dest='C:\oracl
e\product\
10.2.0\adm
in\new\cdu
mp'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_
count=16
*.db_name='new'
*.db_recovery_file_dest='C
:\oracle\p
roduct\10.
2.0\flash_
recovery_a
rea'
*.db_recovery_file_dest_si
ze=2147483
648
*.dispatchers='(PROTOCOL=T
CP) (SERVICE=newXDB)'
*.job_queue_processes=10
*.local_listener='LISTENER
_NEW'
*.open_cursors=300
*.pga_aggregate_target=189
792256
*.processes=150
*.remote_login_passwordfil
e='EXCLUSI
VE'
*.sga_target=571473920
*.undo_management='AUTO'
*.undo_tablespace='UNDOTBS
1'
*.user_dump_dest='C:\oracl
e\product\
10.2.0\adm
in\new\udu
mp'
==========================
==========
==========
please help me thanks
Start Free Trial