- 论坛徽章:
- 0
|
SQL> alter system set undo_tablespace=undotbs9 scope=both;
alter system set undo_tablespace=undotbs9 scope=both
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-01219: database not open: queries allowed on fixed tables/views only
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
Process ID: 18970
Session ID: 885 Serial number: 5
SQL> startup upgrade;
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL>
oracle@linux:/oracle/app/product/11g/db> oerr ora 01092
01092, 00000, "ORACLE instance terminated. Disconnection forced"
// *Cause: The instance this process was connected to was terminated
// abnormally, probably via a shutdown abort. This process
// was forced to disconnect from the instance.
// *Action: Examine the alert log for more details. When the instance has been
// restarted, retry action.
oracle@linux:/oracle/app/product/11g/db>
alert日志如下:Thread 1 advanced to log sequence 11334 (thread open)
Thread 1 opened at log sequence 11334
Current log# 3 seq# 11334 mem# 0: /oracle/app/oradata/ora11g/redo03.log
Successful open of redo thread 1
ARC2: Becoming the 'no FAL' ARCH
ARC2: Becoming the 'no SRL' ARCH
ARC0: Becoming the heartbeat ARCH
SMON: enabling cache recovery
Errors in file /oracle/app/diag/rdbms/ora11g/ora11g/trace/ora11g_ora_17155.trc:
ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
Error 30012 happened during db open, shutting down database
USER (ospid: 17155): terminating the instance due to error 30012
Instance terminated by USER, pid = 17155
ORA-1092 signalled during: ALTER DATABASE OPEN...
ORA-1092 : opiodr aborting process unknown ospid (17155_140602872239872)
Fri Apr 26 19:48:12 2013
ORA-1092 : opitsk aborting process
Fri Apr 26 20:06:23 2013
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 =97
LICENSE_MAX_USERS = 0
SYS auditing is disabled
Starting up ORACLE RDBMS Version: 11.1.0.7.0.
Using parameter settings in server-side spfile /oracle/app/product/11g/db/dbs/spfileora11g.ora
System parameters with non-default values:
processes = 800
sga_max_size = 8G
sga_target = 8G
memory_target = 12G
memory_max_target = 12G
control_files = "/oracle/app/oradata/ora11g/control01.ctl"
control_files = "/oracle/app/oradata/ora11g/control02.ctl"
control_files = "/oracle/app/oradata/ora11g/control03.ctl"
db_block_size = 8192
compatible = "11.1.0.0.0"
log_archive_dest_1 = "location=/oracle/app/arch/dzh"
log_buffer = 3145728
log_checkpoint_interval = 0
"alert_ora11g.log" 1712721L, 83931597C 1712579,1 99%
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE MOUNT
Fri Apr 26 20:07:25 2013
alter database open
Beginning crash recovery of 1 threads
parallel recovery started with 7 processes
Started redo scan
Completed redo scan
1 redo blocks read, 0 data blocks need recovery
Started redo application at
Thread 1: logseq 11334, block 2, scn 93344370
Recovery of Online Redo Log: Thread 1 Group 3 Seq 11334 Reading mem 0
Mem# 0: /oracle/app/oradata/ora11g/redo03.log
Completed redo application of 0.00MB
Completed crash recovery at
Thread 1: logseq 11334, block 3, scn 93364372
0 data blocks read, 0 data blocks written, 1 redo blocks read
Fri Apr 26 20:07:27 2013
LGWR: STARTING ARCH PROCESSES
Fri Apr 26 20:07:27 2013
ARC0 started with pid=27, OS id=19039
Fri Apr 26 20:07:27 2013
ARC1 started with pid=28, OS id=19041
Fri Apr 26 20:07:27 2013
ARC2 started with pid=29, OS id=19043
ARC0: Archival started
Fri Apr 26 20:07:27 2013
ARC3 started with pid=30, OS id=19045
ARC1: Archival started
ARC2: Archival started
ARC3: Archival started
LGWR: STARTING ARCH PROCESSES COMPLETE
ARC3: Becoming the 'no FAL' ARCH
ARC3: Becoming the 'no SRL' ARCH
ARC2: Becoming the heartbeat ARCH
Archived Log entry 85 added for thread 1 sequence 11332 ID 0xf94b721e dest 1:
Archived Log entry 86 added for thread 1 sequence 11333 ID 0xf94b721e dest 1:
Thread 1 advanced to log sequence 11335 (thread open)
Thread 1 opened at log sequence 11335
Current log# 1 seq# 11335 mem# 0: /oracle/app/oradata/ora11g/redo01.log
Successful open of redo thread 1
Fri Apr 26 20:07:29 2013
SMON: enabling cache recovery
Errors in file /oracle/app/diag/rdbms/ora11g/ora11g/trace/ora11g_ora_18970.trc:
ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
Error 30012 happened during db open, shutting down database
USER (ospid: 18970): terminating the instance due to error 30012
Instance terminated by USER, pid = 18970
ORA-1092 signalled during: alter database open...
ORA-1092 : opiodr aborting process unknown ospid (18970_140278976595712)
Fri Apr 26 20:07:31 2013
ORA-1092 : opitsk aborting process
|
|