Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3127890
  • 博文数量: 206
  • 博客积分: 3409
  • 博客等级: 中校
  • 技术积分: 4066
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-24 10:21
个人简介

● ITPUB名人堂嘉宾 ● ChinaUnix社区博客专家 ● ChinaUnix社区Oracle板块版主 ● 优酷网认证音乐牛人:EricGuitar ● SDOUG 核心成员 ●E-mail:gaoqiangdba@163.com

文章分类

全部博文(206)

文章存档

2021年(11)

2020年(7)

2019年(7)

2016年(5)

2015年(36)

2014年(23)

2013年(15)

2012年(23)

2011年(61)

2010年(18)

分类: Oracle

2014-05-04 16:01:07

  

现象:
root@dbserver/# su - oracle
$ sqlplus / as sysdba


SQL*Plus: Release 10.2.0.4.0 - Production on Thu Apr 24 10:26:14 2014


Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


ERROR:
ORA-12162: TNS:net service name is incorrectly specified




Enter user-name: ^C

$ sqlplus /nolog


SQL*Plus: Release 10.2.0.4.0 - Production on Thu Apr 24 10:26:25 2014


Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


SQL> conn / as sysdba
ERROR:
ORA-12162: TNS:net service name is incorrectly specified




SQL> 


原因:
因为没有声明ORACLE_SID导致的,声明之后就没问题了。


解决方案:


$ export ORACLE_SID=ORCL
$ sqlplus / as sysdba


SQL*Plus: Release 10.2.0.4.0 - Production on Thu Apr 24 10:28:57 2014


Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.




Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options


SQL> 

阅读(4237) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~