반응형
현상 : 로컬에서
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
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
반응형
'Database > ORACLE' 카테고리의 다른 글
ErrorStack 덤프를 이용해 문제 SQL 찾아내기 (0) | 2010.03.26 |
---|---|
간단한 방법으로 SID 변경하기 (nid 사용) (0) | 2010.03.15 |
rman Tool (0) | 2010.02.01 |
WS1-2-ch18. Data Pump (expdp/impdp) overview (0) | 2010.02.01 |
Grant 관련 상세 설명 (0) | 2010.01.25 |