[ORACLE/LINUX] sqlplus 접속 에러, ORA-12162: TNS:net service name is incorrectly specified
- sqlplus가 접속이 안된다.
- $ORACLE_HOME/bin/sqlplus "/as sysdba" 했을때 에러가 난다.
오라클 계정 디렉토리안에 .bash_profile을 확인하세요.
임시로 당장쓰는법은
프로필을 수정하고 다시 접속 후 테스트하세요. (하단 그림 참조)
- $ORACLE_HOME/bin/sqlplus "/as sysdba" 했을때 에러가 난다.
Enter user-name: test
Enter password:
ERROR:
[ORACLE/LINUX] ORA-12162: TNS:net service name is incorrectly specified
Enter password:
ERROR:
[ORACLE/LINUX] ORA-12162: TNS:net service name is incorrectly specified
오라클 계정 디렉토리안에 .bash_profile을 확인하세요.
임시로 당장쓰는법은
# ORACLE_SID="Oracle10g+ASM"
# export ORACLE_SID
# sqlplus "/as sysdba"
# export ORACLE_SID
# sqlplus "/as sysdba"
프로필을 수정하고 다시 접속 후 테스트하세요. (하단 그림 참조)
vi /oracle/.bash_profile
export ORACLE_SID="Oracle10g+ASM" 추가
export ORACLE_SID="Oracle10g+ASM" 추가