- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
9#
发表于 2013-1-16 17:22:12
ORA-00600: internal error code, arguments: [4194], [30], [22]
30 =>Undo record number in Undo block
22 => Undo record number from Redo block
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [4194], [30], [22], [], [], [], [], []
Current SQL statement for this session:
update undo$ set name=:2,file#=:3,block#=:4,status$=:5,user#=:6,undosqn=:7,xactsqn=:8,scnbas=:9,scnwrp=:10,inst#=:11,ts#=:12,spare1=:13 where us#=:1
对于undo$使用system rollback segment 所以普通的方法不生效 |
|