随笔分类 -  troubleshooting

坏块修复 ORA-00701
摘要:很早之前写的一个小文档没事就发上来:刚接手一个小库准备rman全备一下结果报错说有一个坏块无法备份查看alert日志发现system表空间存在一个坏块Errors in file /u01/app/oracle/admin/sms/bdump/sms_j001_19329.trc:ORA-01578... 阅读全文

posted @ 2014-07-28 19:25 woodyx 阅读(846) 评论(0) 推荐(0)

未export ORACLE_SID导致ORA-12162
摘要:新安装的数据库,本地验证登陆报错如下:[oracle@rac1 ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.3.0 Production on Thu Nov 28 01:35:43 2013Copyright (c) 1982, 2011, Oracle. All rights reserved.ERROR:ORA-12162: TNS:net service name is incorrectly specified原因为没有exportORACLE_SIDexport ORACLE_SID 并写入.bash_profile即可登陆了。[ 阅读全文

posted @ 2013-11-28 10:51 woodyx 阅读(1287) 评论(0) 推荐(0)

一例问题:make bbed 时报错”cannot find -lclntsh“
摘要:今天在oracle11.2上面编译bbed工具的时候出现报错如下: 1 [oracle@ora2 lib]$ make -f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk BBED= 2 $ORACLE_HOME/bin/bbed $ORACLE_HOME/bin/bbed 3 4 Linking BBED utility (bbed) 5 rm -f /u01/oracle/product/11.2.0/bin/bbed 6 gcc -o /u01/oracle/product/11.2.0/bin/bbed -m32 - 7 L/u01/oracle/pro... 阅读全文

posted @ 2013-11-04 18:35 woodyx 阅读(846) 评论(0) 推荐(0)

导航