반응형
현상 : 로컬에서
sqlplus tiger/scott  정상적으로 접속되나
sqlplus tiger/scott@orcl 으로 접속하면 안되는 현상 발생...

이유는 SID가 대소문자를 가리기 때문 !

확인 파일(check file)
로그인 파일 : .profile (ORACLE_SID 변수값)
리스터 파일 : listener.ora (SID 변수값)

[hiway:/home/user] sqlplus test8/test8

SQL*Plus: Release 9.2.0.4.0 - Production on Wed Jul 6 16:13:27 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory

답변 : >>>>>>>>> tnsname.ora 에 SID 에 대소문자 구분을 확인해서
환경변수와 똑같이 설정해야한다
.....
export ORACLE_SID=ORA9
.....


출처 : http://myweb.bcpark.net/~hosuck/gnu3/?doc=bbs/gnuboard.php&bo_table=PG_ORACLE&page=8&wr_id=6
반응형

+ Recent posts