Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 10g installation on windows XP

826937Dec 28 2010 — edited Dec 28 2010
Hello,

Im going to install oracle 10g on Windows XP, but getting error of "ORA-01092: Oracle instance terminated. Disconnection forced".

Here is the create database command and parameter file and alert log file for your information.

++++++++++++++++ Parameter File++++++++++++++++++++
*.audit_file_dest='D:\oracle\admin\dba16\adump'
*.background_dump_dest='D:\oracle\admin\dba16\bdump'
*.compatible='10.2.0.1.0'
*.control_files='D:\oracle\oradata\dba16\control01.ctl','D:\oracle\oradata\dba16\control02.ctl','D:\oracle\oradata\dba16\control03.ctl'
*.core_dump_dest='D:\oracle\admin\dba16\cdump'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='dba16'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=MIDDLEDBXDB)'
*.job_queue_processes=10
*.open_cursors=300
*.pga_aggregate_target=100M
*.processes=150
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_max_size=500M
*.shared_pool_size=100M
*.large_pool_size=8M
*.db_cache_size=100M
*.log_buffer=2097152
*.java_pool_size=24M
*.undo_management='AUTO'
*.undo_tablespace='undotbs'
*.user_dump_dest='D:\oracle\admin\dba16\udump'

++++++++++++++++++++ Create Database Command++++++++++++++++++

oradim -new -sid dba16 -startmode manual
orapwd file=D:\oracle\product\10.2.0\db_1\database\PWDdba16.ora password=sys123 entries=10

c:\>set ORACLE_SID=dba16
c:\>sqlplus /nolog
sql>conn sys as sysdba
sql>startup nomount pfile=D:\oracle\admin\dba16\PFILE\initdba16.ora
sql>create spfile from pfile='D:\oracle\admin\dba16\PFILE\initdba16.ora';
sql>---at nomount stage
create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M;

sql>@ORACLE_HOME\rdbms\admin\catalog.sql
sql>@ORACLE_HOME\rdbms\admin\catproc.sql
+++++++++++++++++++++++++ Alert Log File++++++++++++++++++++++++++++++++++++

Dump file d:\oracle\admin\dba16\bdump\alert_dba16.log
Tue Dec 28 10:58:10 2010
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Windows XP Version V5.1 Service Pack 3
CPU : 2 - type 586, 1 Physical Cores
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:564M/1014M, Ph+PgF:2110M/2440M, VA:1941M/2047M
Tue Dec 28 10:58:11 2010
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_1 parameter default value as D:\oracle\product\10.2.0\db_1\RDBMS
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
sga_max_size = 524288000
shared_pool_size = 104857600
large_pool_size = 8388608
java_pool_size = 25165824
control_files = D:\ORACLE\ORADATA\DBA16\CONTROL01.CTL, D:\ORACLE\ORADATA\DBA16\CONTROL02.CTL, D:\ORACLE\ORADATA\DBA16\CONTROL03.CTL
db_block_size = 8192
db_cache_size = 104857600
compatible = 10.2.0.1.0
log_buffer = 2894848
db_file_multiblock_read_count= 16
undo_management = AUTO
undo_tablespace = undotbs
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=MIDDLEDBXDB)
job_queue_processes = 10
audit_file_dest = D:\ORACLE\ADMIN\DBA16\ADUMP
background_dump_dest = D:\ORACLE\ADMIN\DBA16\BDUMP
user_dump_dest = D:\ORACLE\ADMIN\DBA16\UDUMP
core_dump_dest = D:\ORACLE\ADMIN\DBA16\CDUMP
db_name = dba16
open_cursors = 300
pga_aggregate_target = 104857600
MMAN started with pid=4, OS id=1320
PSP0 started with pid=3, OS id=3984
DBW0 started with pid=5, OS id=3044
LGWR started with pid=6, OS id=2756
CKPT started with pid=7, OS id=2956
SMON started with pid=8, OS id=1392
RECO started with pid=9, OS id=2408
CJQ0 started with pid=10, OS id=1724
MMON started with pid=11, OS id=1808
Tue Dec 28 10:58:16 2010
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=1576
Tue Dec 28 10:58:16 2010
starting up 1 shared server(s) ...
PMON started with pid=2, OS id=2852
Tue Dec 28 10:58:46 2010
create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs01.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M
Tue Dec 28 10:58:48 2010
Database mounted in Exclusive Mode
Tue Dec 28 10:59:03 2010
Successful mount of redo thread 1, with mount id 334264423
Assigning activation ID 334264423 (0x13ec7867)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: D:\ORACLE\ORADATA\DBA16\REDO1.LOG
Successful open of redo thread 1
Tue Dec 28 10:59:03 2010
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Tue Dec 28 10:59:04 2010
SMON: enabling cache recovery
Tue Dec 28 10:59:04 2010
create tablespace SYSTEM datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M

EXTENT MANAGEMENT LOCAL online

Tue Dec 28 10:59:28 2010
Completed: create tablespace SYSTEM datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M

EXTENT MANAGEMENT LOCAL online
Tue Dec 28 10:59:28 2010
create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)

Completed: create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Tue Dec 28 10:59:45 2010
CREATE UNDO TABLESPACE UNDOTBS1 DATAFILE 'D:\oracle\oradata\dba16\undotbs01.dbf'
size 200M


Tue Dec 28 10:59:55 2010
ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDOTBS1 DATAFILE 'D:\oracle\oradata\dba16\undotbs01.dbf'
size 200M

...
Tue Dec 28 10:59:55 2010
Errors in file d:\oracle\admin\dba16\udump\dba16_ora_1836.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'undotbs' does not exist or of wrong type

Tue Dec 28 10:59:55 2010
Errors in file d:\oracle\admin\dba16\udump\dba16_ora_1836.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 'undotbs' does not exist or of wrong type

Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Tue Dec 28 10:59:56 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_pmon_2852.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:56 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_ckpt_2956.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:56 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_reco_2408.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:56 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_smon_1392.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:56 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_lgwr_2756.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:56 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_dbw0_3044.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:57 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_mman_1320.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 10:59:57 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_psp0_3984.trc:
ORA-01519: error while processing file '' near line

Instance terminated by USER, pid = 1836
ORA-1092 signalled during: create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs01.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M...
Tue Dec 28 11:05:18 2010
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_1 parameter default value as D:\oracle\product\10.2.0\db_1\RDBMS
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
sga_max_size = 524288000
shared_pool_size = 104857600
large_pool_size = 8388608
java_pool_size = 25165824
control_files = D:\ORACLE\ORADATA\DBA16\CONTROL01.CTL, D:\ORACLE\ORADATA\DBA16\CONTROL02.CTL, D:\ORACLE\ORADATA\DBA16\CONTROL03.CTL
db_block_size = 8192
db_cache_size = 104857600
compatible = 10.2.0.1.0
log_buffer = 2894848
db_file_multiblock_read_count= 16
undo_management = AUTO
undo_tablespace = undotbs
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=MIDDLEDBXDB)
job_queue_processes = 10
audit_file_dest = D:\ORACLE\ADMIN\DBA16\ADUMP
background_dump_dest = D:\ORACLE\ADMIN\DBA16\BDUMP
user_dump_dest = D:\ORACLE\ADMIN\DBA16\UDUMP
core_dump_dest = D:\ORACLE\ADMIN\DBA16\CDUMP
db_name = dba16
open_cursors = 300
pga_aggregate_target = 104857600
PMON started with pid=2, OS id=2172
PSP0 started with pid=3, OS id=4020
MMAN started with pid=4, OS id=3036
DBW0 started with pid=5, OS id=2768
LGWR started with pid=6, OS id=2212
CKPT started with pid=7, OS id=2368
SMON started with pid=8, OS id=1456
RECO started with pid=9, OS id=1696
CJQ0 started with pid=10, OS id=184
MMON started with pid=11, OS id=2280
Tue Dec 28 11:05:18 2010
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=3528
Tue Dec 28 11:05:18 2010
starting up 1 shared server(s) ...
Tue Dec 28 11:05:50 2010
create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M
Tue Dec 28 11:05:53 2010
Errors in file d:\oracle\admin\dba16\udump\dba16_ora_1700.trc:
ORA-00200: control file could not be created
ORA-00202: control file: 'D:\ORACLE\ORADATA\DBA16\CONTROL01.CTL'
ORA-27038: created file already exists
OSD-04010: <create> option specified, file already exists

Tue Dec 28 11:05:53 2010
ORA-1501 signalled during: create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M...
Shutting down instance: further logons disabled
Tue Dec 28 11:08:42 2010
Stopping background process CJQ0
Tue Dec 28 11:08:42 2010
Stopping background process MMNL
Tue Dec 28 11:08:43 2010
Stopping background process MMON
Tue Dec 28 11:08:44 2010
Shutting down instance (immediate)
License high water mark = 1
Tue Dec 28 11:08:44 2010
Stopping Job queue slave processes
Tue Dec 28 11:08:44 2010
Job queue slave processes stopped
Waiting for dispatcher 'D000' to shutdown
All dispatchers and shared servers shutdown
Tue Dec 28 11:08:46 2010
alter database close normal
ORA-1507 signalled during: alter database close normal...
Dump file d:\oracle\admin\dba16\bdump\alert_dba16.log
Tue Dec 28 11:10:56 2010
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Windows XP Version V5.1 Service Pack 3
CPU : 2 - type 586, 1 Physical Cores
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:548M/1014M, Ph+PgF:2095M/2440M, VA:1941M/2047M
Tue Dec 28 11:10:56 2010
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_1 parameter default value as D:\oracle\product\10.2.0\db_1\RDBMS
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
sga_max_size = 524288000
shared_pool_size = 104857600
large_pool_size = 8388608
java_pool_size = 25165824
control_files = D:\ORACLE\ORADATA\DBA16\CONTROL01.CTL, D:\ORACLE\ORADATA\DBA16\CONTROL02.CTL, D:\ORACLE\ORADATA\DBA16\CONTROL03.CTL
db_block_size = 8192
db_cache_size = 104857600
compatible = 10.2.0.1.0
log_buffer = 2894848
db_file_multiblock_read_count= 16
undo_management = AUTO
undo_tablespace = undotbs
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=MIDDLEDBXDB)
job_queue_processes = 10
audit_file_dest = D:\ORACLE\ADMIN\DBA16\ADUMP
background_dump_dest = D:\ORACLE\ADMIN\DBA16\BDUMP
user_dump_dest = D:\ORACLE\ADMIN\DBA16\UDUMP
core_dump_dest = D:\ORACLE\ADMIN\DBA16\CDUMP
db_name = dba16
open_cursors = 300
pga_aggregate_target = 104857600
PMON started with pid=2, OS id=3656
PSP0 started with pid=3, OS id=1268
MMAN started with pid=4, OS id=3436
DBW0 started with pid=5, OS id=2052
LGWR started with pid=6, OS id=2132
CKPT started with pid=7, OS id=1520
SMON started with pid=8, OS id=2492
RECO started with pid=9, OS id=2536
CJQ0 started with pid=10, OS id=3496
MMON started with pid=11, OS id=2804
Tue Dec 28 11:10:56 2010
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=3852
Tue Dec 28 11:10:56 2010
starting up 1 shared server(s) ...
Tue Dec 28 11:11:15 2010
create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M
Tue Dec 28 11:11:16 2010
Database mounted in Exclusive Mode
Tue Dec 28 11:11:32 2010
Successful mount of redo thread 1, with mount id 334270803
Assigning activation ID 334270803 (0x13ec9153)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: D:\ORACLE\ORADATA\DBA16\REDO1.LOG
Successful open of redo thread 1
Tue Dec 28 11:11:32 2010
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Tue Dec 28 11:11:32 2010
SMON: enabling cache recovery
Tue Dec 28 11:11:32 2010
create tablespace SYSTEM datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M

EXTENT MANAGEMENT LOCAL online

Tue Dec 28 11:11:56 2010
Completed: create tablespace SYSTEM datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M

EXTENT MANAGEMENT LOCAL online
Tue Dec 28 11:11:56 2010
create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)

Completed: create rollback segment SYSTEM tablespace SYSTEM
storage (initial 50K next 50K)
Tue Dec 28 11:12:08 2010
CREATE UNDO TABLESPACE UNDOTBS1 DATAFILE 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M


Tue Dec 28 11:12:19 2010
ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDOTBS1 DATAFILE 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M

...
Tue Dec 28 11:12:19 2010
Errors in file d:\oracle\admin\dba16\udump\dba16_ora_3500.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-30012: undo tablespace 'undotbs' does not exist or of wrong type

Tue Dec 28 11:12:19 2010
Errors in file d:\oracle\admin\dba16\udump\dba16_ora_3500.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 'undotbs' does not exist or of wrong type

Error 1519 happened during db open, shutting down database
USER: terminating instance due to error 1519
Tue Dec 28 11:12:19 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_pmon_3656.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_reco_2536.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_smon_2492.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_ckpt_1520.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_psp0_1268.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_lgwr_2132.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_mman_3436.trc:
ORA-01519: error while processing file '' near line

Tue Dec 28 11:12:20 2010
Errors in file d:\oracle\admin\dba16\bdump\dba16_dbw0_2052.trc:
ORA-01519: error while processing file '' near line

Instance terminated by USER, pid = 3500
ORA-1092 signalled during: create database dba16
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
logfile group 1 ('D:\oracle\oradata\dba16\redo1.log') size 100M,
group 2 ('D:\oracle\oradata\dba16\redo2.log') size 100M,
group 3 ('D:\oracle\oradata\dba16\redo3.log') size 100M
character set WE8ISO8859P1
national character set utf8
datafile 'D:\oracle\oradata\dba16\system01.dbf'
size 500M
extent management local
sysaux datafile 'D:\oracle\oradata\dba16\sysaux01.dbf'
size 300M
undo tablespace UNDOTBS1
datafile 'D:\oracle\oradata\dba16\undotbs.dbf'
size 200M
default temporary tablespace temp
tempfile 'D:\oracle\oradata\dba16\temp01.dbf'
size 100M...
++++++++++++++++++++++++END_++++++++++++++++++++++++++++++

can anyone help me regarding the problem. waiting for your kind help. So pleasae help me if possible
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 25 2011
Added on Dec 28 2010
2 comments
258 views