码迷,mamicode.com
首页 > 数据库 > 详细

sqlplus登录提示:ORA-12162错误

时间:2014-06-01 09:02:31      阅读:802      评论:0      收藏:0      [点我收藏+]

标签:sqlplus   ora-12162   

[root@localhost ~]# su - oracle
[oracle@localhost ~]$ sqlplus ‘/as sysdba‘

SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 22 17:10:52 2014


Copyright (c) 1982, 2009, Oracle.  All rights reserved.


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

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

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

SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
[oracle@localhost ~]$ export ORACLE_SID=PROD    //向环境变量中添加实例名,说明需手动设置
[oracle@localhost ~]$ sqlplus ‘/as sysdba‘

SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 22 17:11:16 2014

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select status,instance_name from v$instance;  //登录后查询状态,正常

STATUS       INSTANCE_NAME
------------ ----------------
OPEN         PROD

sqlplus登录提示:ORA-12162错误,布布扣,bubuko.com

sqlplus登录提示:ORA-12162错误

标签:sqlplus   ora-12162   

原文地址:http://blog.csdn.net/huangyanlong/article/details/27823879

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!