[Oracle] EVENT:ADJUST_SCN 日期:2011-11-03 09:22:00 点击:131 好评:0
The ADJUST_SCN event is useful in some recovery situations where the current SCN needs to be incremented by a large value to ensure it is ahead of the highest SCN in the database. This is typically required if either: a. An ORA-600 [2662] e...
[备份恢复] ORA-00604: error occurred at recursive SQL level 1 日期:2011-10-18 23:48:15 点击:201 好评:2
[oracle@som som]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 3 07:26:46 2011 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod...
[备份恢复] JDUL源代码 日期:2011-10-16 22:28:39 点击:211 好评:2
public abstract class OracleBlock{public static final int FORMAT_V7 = 0x01; public static final int FORMAT_V8 = 0x02;public static final int FORMAT_V9 = 0x02;public static final int ROW_CLUSTER_KEY = 0x80;public static final int ROW_CTABLE_...
[备份恢复] ORA-600 [Ktfbfget-1] on Database Startup 日期:2011-10-11 21:54:27 点击:149 好评:0
ORA-600 [Ktfbfget-1] on Database Startup Applies To Oracle Server Enterprise Edition Version: 9.2 This problem can occur on any platform. Symptoms ORA-00600: internal error code, arguments: [ktfbfget-1] at database startup. SMON crashing th...
[备份恢复] Oracle坏块总结 日期:2011-10-07 14:23:20 点击:106 好评:3
在Oracle数据库的一个或多个数据块(一个数据块的容量在创建数据库时由db_block_size参数指定,缺省为8K)内出现内容混乱的现象。由于正常的数据块都有固定的合法内容格式,坏块的出现,导致...
在Oracle数据库的一个或多个数据块(一个数据块的容量在创建数...