윈도우환경 파이썬에서 오라클 접속 시 오류

Python 3.4.4 (v3.4.4:737efcadf5a6, Dec 20 2015, 19:28:18) [MSC v.1600 32 bit (In
tel)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.
>>> import cx_Oracle
Traceback (most recent call last):
  File “<stdin>”, line 1, in <module>
ImportError: DLL load failed: 지정된 프로시저를 찾을 수 없습니다.

위와 같은 에러가 발생하는 경우 오라클 클라이언트 설치 후 아래경로에 oci.dll 파일을 복사해 넣는다.

파이썬설치경로\Lib\site-packages

You may also like...

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다