I have installed Oracle10G for the first time on IBM's AIX server

i have created database manually.

i got following error in
startup.log:

SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 12:17:17 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> Connected to an idle instance.
SQL> ORACLE instance started.

Total System Global Area 3221225472 bytes
Fixed Size 2024344 bytes
Variable Size 1644170344 bytes
Database Buffers 1560281088 bytes
Redo Buffers 14749696 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced

and in alert.log file contains following error


ARCH: Archival disabled due to shutdown: 1090
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archival disabled due to shutdown: 1090
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Tue Jul 6 12:09:33 2010
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 3
Autotune of undo retention is turned on.
IMODE=BR
ILAT =121
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 = 1000
sga_max_size = 3221225472
shared_pool_size = 838860800
java_pool_size = 117440512
nls_language = AMERICAN
control_files = /data1/oracledb/oradata/control/control01.ctl, /data1/oracledb/isddb/control/control02.ctl
db_block_size = 8192
db_cache_size = 1291845632
db_keep_cache_size = 268435456
compatible = 10.2.0.1.0
log_archive_dest_1 = LOCATION=/data4/isddb/archive
log_archive_dest_2 = LOCATION=/data5/isddb/archive
log_archive_dest_state_1 = ENABLE
log_archive_max_processes= 5
log_archive_format = arch_%r_%t_%s.arc
log_buffer = 14302720
fast_start_mttr_target = 0
undo_management = AUTO
undo_tablespace = undotbs1
undo_retention = 3000
O7_DICTIONARY_ACCESSIBILITY= FALSE
remote_login_passwordfile= EXCLUSIVE
db_domain =
instance_name = ISDDB
service_names = ISDDB
session_cached_cursors = 100
job_queue_processes = 10
cursor_sharing = similar
background_dump_dest = /data1/oracledb/app/dumps/bdump
user_dump_dest = /data1/oracledb/app/dumps/udump
core_dump_dest = /data1/oracledb/app/dumps/cdump
audit_trail = TRUE
db_name = ISDDB
open_cursors = 300
os_authent_prefix =
optimizer_mode = choose
pga_aggregate_target = 629145600
workarea_size_policy = auto
PMON started with pid=2, OS id=471292
PSP0 started with pid=3, OS id=237736
MMAN started with pid=4, OS id=368654
DBW0 started with pid=5, OS id=450680
LGWR started with pid=6, OS id=1806486
CKPT started with pid=7, OS id=573706
SMON started with pid=8, OS id=569774
RECO started with pid=9, OS id=282714
CJQ0 started with pid=10, OS id=311434
MMON started with pid=11, OS id=1798252
MMNL started with pid=12, OS id=458882
Tue Jul 6 12:09:34 2010
Oracle Data Guard is not available in this edition of Oracle.
Tue Jul 6 12:09:46 2010
alter database mount
Tue Jul 6 12:09:50 2010
Setting recovery target incarnation to 1
Tue Jul 6 12:09:50 2010
Successful mount of redo thread 1, with mount id 1796750602
Tue Jul 6 12:09:50 2010
Database mounted in Exclusive Mode
Completed: alter database mount
Tue Jul 6 12:09:59 2010
alter database open
Tue Jul 6 12:09:59 2010
Beginning crash recovery of 1 threads
Tue Jul 6 12:09:59 2010
Started redo scan
Tue Jul 6 12:09:59 2010
Completed redo scan
1 redo blocks read, 0 data blocks need recovery
Tue Jul 6 12:09:59 2010
Started redo application at
Thread 1: logseq 28, block 2, scn 604343
Tue Jul 6 12:09:59 2010
Recovery of Online Redo Log: Thread 1 Group 1 Seq 28 Reading mem 0
Mem# 0 errs 0: /data1/oracledb/oradata/redo/redo01.log
Tue Jul 6 12:09:59 2010
Completed redo application
Tue Jul 6 12:09:59 2010
Completed crash recovery at
Thread 1: logseq 28, block 3, scn 624345
0 data blocks read, 0 data blocks written, 1 redo blocks read
Tue Jul 6 12:10:00 2010
Thread 1 advanced to log sequence 29
Thread 1 opened at log sequence 29
Current log# 2 seq# 29 mem# 0: /data1/oracledb/oradata/redo/redo02.log
Successful open of redo thread 1
Tue Jul 6 12:10:00 2010
SMON: enabling cache recovery
Tue Jul 6 12:10:00 2010
Errors in file /data1/oracledb/app/dumps/udump/isddb_ora_242034.trc:
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Tue Jul 6 12:10:00 2010
Error 704 happened during db open, shutting down database
USER: terminating instance due to error 704
Instance terminated by USER, pid = 242034
ORA-1092 signalled during: alter database open...