(오라클 SID)ORA-12560 TNS프로토콜 어댑터 오류,오라클 리스너,oracle_sid
이상한 경우지만 늘 사용하던 오라클 서버에서 SQLPlus scott/tiger로 접속이 안되는 것이다.
물론 TNS이름으로는 접속(SQLPLUS scott/tiger@onj 형태)이 되고 sqldeveloper등 툴로도 접속이 되는
상황인데...
인터넷을 검색하다 아래의 글을 읽고 oracle_sid를 설정해주니 잘 된다. 물론 오라클 인스턴스도 하나만 설치되어 있어서 아래의 경우는 아니지만 어쨌든 oracle_sid를 몰라서 그랬던것 같다.
참고하자.
C:\Documents and Settings\A> SET oracle_sid=onj
C:\Documents and Settings\A>sqlplus scott/tiger
SQL*Plus: Release 11.2.0.1.0 Production on 금 2월 6 08:40:12 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
다음에 접속됨:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options에서 분리되었습니다.
C:\Documents and Settings\A>
--------------------------------------------------
[출처]
http://laedu.net/42
개발 Server에 설치되어 있는 oracle에 sqlplus로 접근을 시도하는데
계속 'ORA-12560 TNS프로토콜 어댑터 오류' 발생하였다
client PC에서 DB tool(SQL Developer등)으로는 잘 접속되는데 이상하게
개발 Server 자체에서는 'ORA-12560 TNS프로토콜 어댑터 오류'가 발생하는 것이 었다
Listner를 재 시작도 해보고
Server를 재 부팅해도 해보고
인터넷을 돌아다니면서 열심히 오류를 찾다가
SID가 여러개 잡혀있을때 발생할수 있다는 걸 알게되었다
그리고 해결 방법으로
C:\> SET oracle_sid=접속하려는 DB SID
--------------------------------------------------
이상한 경우지만 늘 사용하던 오라클 서버에서 SQLPlus scott/tiger로 접속이 안되는 것이다.
물론 TNS이름으로는 접속(SQLPLUS scott/tiger@onj 형태)이 되고 sqldeveloper등 툴로도 접속이 되는
상황인데...
인터넷을 검색하다 아래의 글을 읽고 oracle_sid를 설정해주니 잘 된다. 물론 오라클 인스턴스도 하나만 설치되어 있어서 아래의 경우는 아니지만 어쨌든 oracle_sid를 몰라서 그랬던것 같다.
참고하자.
C:\Documents and Settings\A> SET oracle_sid=onj
C:\Documents and Settings\A>sqlplus scott/tiger
SQL*Plus: Release 11.2.0.1.0 Production on 금 2월 6 08:40:12 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
다음에 접속됨:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options에서 분리되었습니다.
C:\Documents and Settings\A>
--------------------------------------------------
[출처]
http://laedu.net/42
개발 Server에 설치되어 있는 oracle에 sqlplus로 접근을 시도하는데
계속 'ORA-12560 TNS프로토콜 어댑터 오류' 발생하였다
client PC에서 DB tool(SQL Developer등)으로는 잘 접속되는데 이상하게
개발 Server 자체에서는 'ORA-12560 TNS프로토콜 어댑터 오류'가 발생하는 것이 었다
Listner를 재 시작도 해보고
Server를 재 부팅해도 해보고
인터넷을 돌아다니면서 열심히 오류를 찾다가
SID가 여러개 잡혀있을때 발생할수 있다는 걸 알게되었다
그리고 해결 방법으로
C:\> SET oracle_sid=접속하려는 DB SID
--------------------------------------------------
댓글 없음:
댓글 쓰기