[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

最新文章

  1. Lesson 12 Goodby and good luck
  2. CSS3——3D翻转相册
  3. ubuntu14.04 安装pip
  4. ubuntu12.04server下red5-1.0.0RC1的部署
  5. jquery autocomplete实现读取sql数据库自动补全TextBox
  6. MSsql bcp
  7. 如何在ZBrush中添加毛发
  8. paper 44 :颜色矩和颜色相关图(color correlogram)
  9. Fedora 14 x64 试用手记
  10. TrimPath - Js模板引擎
  11. C#函数式编程-序列
  12. C# 笔试题,看你会几道题
  13. Xcode8出现AQDefaultDevice (173): skipping input stream 0 0 0x0
  14. Effective Java 第三版——22. 接口仅用来定义类型
  15. 数据库 --> SQL 和 NoSQL 的区别
  16. 使用 Nexus Repository Manager 搭建私有docker仓库
  17. java第六次课后作业
  18. springboot 新模板 呵呵了
  19. #6164. 「美团 CodeM 初赛 Round A」数列互质-莫队
  20. logstash收集IIS日志

热门文章

  1. [Oracle] - Connect to a PDB of Oracle12c
  2. Django -> debug模式下的静态文件服务(/media/)
  3. Android学习之——优化篇(1)
  4. uiautomator中InteractionController学习笔记(8)
  5. UVA 1515 Pool construction 最大流跑最小割
  6. hdoj--1171--Number Sequence(KMP)
  7. 剑指offer——03从尾至头打印列表(Python3)
  8. POJ 1414 暴搜
  9. LVS(Linux Viretual Server) 负载均衡器 + 后端服务器
  10. Windows 安装 MySQL8