Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cx_oracle install #28

Open
parksungchan opened this issue Feb 9, 2018 · 0 comments
Open

cx_oracle install #28

parksungchan opened this issue Feb 9, 2018 · 0 comments

Comments

@parksungchan
Copy link
Contributor

  1. cx_Oracle install
    python -m pip install cx_Oracle --upgrade

  2. libaio install
    yum install libaio

  3. Python 에서 LD_LIBRARY_PATH 확인 (ex:/usr/local/cuda/lib64)
    print(os.environ['LD_LIBRARY_PATH'])

  4. 사이트 접속 oracle client download (instantclient-basic-linux.x64-12.2.0.1.0.zip)
    https://oracle.github.io/odpi/doc/installation.html#linux

  5. file unzip
    unzip instantclient-basic-linux.x64-12.2.0.1.0.zip

  6. LD_LIBRARY_PATH 로 압축해제한 파일들을 넣어 준다.
    /usr/local/cuda/lib64/...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant