2.故障原因
诡异的故障背后的原因竟然是那样的基础:ORACLE_SID没有指定!
确认系统当前的ORACLE_HOME和ORACLE_SID环境变量
[sql] view plain copy
- [oracle@asdlabdb01 ~]$ echo $ORACLE_HOME
- /oracle/app/oracle/product/10.2.0/db_1
- [oracle@asdlabdb01 ~]$ echo $ORACLE_SID
- [oracle@asdlabdb01 ~]$
可见,此时只设置了ORACLE_HOME环境变量,但ORACLE_SID此时为空,这就是该问题的真实原因。
3.故障处理
给出ORACLE_SID,重新尝试登录。
[sql] view plain copy
- [oracle@asdlabdb01 ~]$ export ORACLE_SID=ora10g
- [oracle@asdlabdb01 ~]$ echo $ORACLE_SID
- ora10g
- [oracle@asdlabdb01 ~]$ sqlplus / as sysdba
- SQL*Plus: Release 10.2.0.3.0 - Production on Sat Aug 27 23:27:34 2010
- Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
- Connected to:
- Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
- With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine options
- sys@ora10g>
OK,此时问题处理完毕。
炊烟起了;夕阳下了;细雨来了 多调试,交互式编程体验 记录,独立思考,对比 感谢转载作者 修车 国产化 read and connect 匍匐前进, 讲故事