반응형
원인: 오라클 설치 시 Admin 권한으로 설치하지 않아 발생.
해결법: 오라클 설치 경로의 sqlnet.ora 파일을 열어 아래의 구문을 주석 처리
저의 파일 경로는 D:\Oracle\product\12.1.0\dbhome_1\NETWORK\ADMIN\sqlnet.ora 입니다.
# sqlnet.ora Network Configuration File: PATH SOMEWHERE
# Generated by Oracle configuration tools.
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
#SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
반응형
'IT Study > Database' 카테고리의 다른 글
TNS 리스너에 로컬 추가 (0) | 2022.07.06 |
---|---|
[SQL DEVELOPER] 경고 - 일부 모듈을 설치하지 못했습니다. (4) | 2022.07.05 |
[Oracle] 전체 테이블과 컬럼 조회 (0) | 2021.06.23 |
[Oracle] PL/SQL (0) | 2021.02.26 |
[Oracle] 사용자 정의 함수 (0) | 2021.02.25 |
댓글