Programming/Oracle
Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID fiven in connect descriptor The Connection descriptor used by the client was: 해결 방법
수고's
2020. 7. 26. 03:30
반응형
퀀텀 설치 후 오류가 나왔을 때 해결 방법
북마크 설정 시 Database name 이 xe 또는 orcl 로 되어있을 때
처음 oracle 설치 시 전텩 데이터베이스 이름을 다르게 설정했을 경우
sqlplus -> system 계정 접속 ->
select name from v$database;
하면 나오는 계정명을 Database name으로 입력하면 된다.