-
[SQL Developer] The Network Adapter could not establish the connection 오류Windows - Oracle/ORACLE 19C 2023. 3. 9. 00:44
상태 : 실패 -테스트실패 : IO 오류 : The Network Adapter could not establish the connection
1. 리스너 중지
1-1. CMD 실행 : 프로그램키 + R + CMD 입력 후 확인
1-2. 리스너 중지
명령어 : lsnrctl stop
2. listener.ora, tnsnames.ora 호스트명 확인
메모장으로 열기
HOST = 본인 컴퓨터명 변경
3. 리스너 시작 및 상태 확인
중지 : lsnrctl stop
시작 : lsnrctl start
확인 : lsnrtcl status
4. 접속
성공'Windows - Oracle > ORACLE 19C' 카테고리의 다른 글
[SQL Developer] Oracle 17002 오류발생 : The NetWork Adapter could not establish the connection (0) 2023.03.14 ORA - 12505 : Listener refused the connection with the following error: (0) 2023.03.09 SQL Developer 설치 (0) 2023.03.09 ORACLE 19C 환경 설정 [ 서비스, 리스너, 방화벽 ] (0) 2023.03.09 ORACLE 19C 설치 (0) 2023.03.08