This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.
| « | 一月 2012 | » | ||||
|---|---|---|---|---|---|---|
| 一 | 二 | 三 | 四 | 五 | 六 | 日 |
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||
论抱怨
好习惯养成不得?
图论简明教程
在UltraEdit中使用正则表达式
金融学书籍列表(学习)
北京看花(转)
身份证号码校验位的计算方式
博士论文致谢词
硬盘检测关闭
职业目标分析
检查Oracle日志发现有ORA-00600错误:
Errors in file /oracle/app/oracle/admin/dbsale/udump/dbsaleinst1_ora_5886146.trc:
ORA-00600: internal error code, arguments: [17113], [0x000000000], [], [], [], [], [], []
根据日志,找到对应的trc文件,发现:
Unix process pid: 2842642, image: oracle@sale_db_1 (TNS V1-V3)
Current SQL statement for this session:
begin sys.dbms_application_info.set_module('PL/SQL Developer', :action); end;
怀疑是PL/SQL问题,通过pid找到相应的username和机器名。咨询用户,在PL/SQL5.0.3上面运行sql。而且运行所有的sql都在alert日志中产生ORA 600的错误。
移相同的sql到PL/SQL6.0.3运行,没有错误产生。
更换用户的PL/SQL,问题消失。