同步卫星

导航

随笔分类 -  Oracle

ORA-00600: internal error code, arguments: [729] 的处理办法
摘要:该alert隔三差五的就爆出此类错误,Oracle比较头疼的难题之——internal error code。ORA-00600: internal error code, arguments: [729], [600], [space leak], [], [], [], [], []a. the first bracketed number [729] is the common argument for space leak problems.b. the second number [600] is the number of bytes leaked by the error.c. 阅读全文

posted @ 2014-04-01 13:58 同步卫星 阅读(988) 评论(0) 推荐(0)

PL/SQL中文乱码解决方法
摘要:1. 先查看数据库服务器端编码:12:37:16 PM SQL> select * from v$nls_parameters; PARAMETER VALUE---------------------------------------------------------------- ----------------------------------------------------------------NLS_LANGUAGE ... 阅读全文

posted @ 2014-03-12 12:59 同步卫星 阅读(685) 评论(0) 推荐(0)