티스토리 뷰
반응형
pip install cx_oracle
12.2버전 다운
https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html#ic_winx64_inst
원하는 곳에 압축 해제 > 해당 폴더 위치 환경변수 추가(사용자변수 - PATH: ~~~~~~~;I:\instantclient_12_2)
import cx_Oracle
connection = cx_Oracle.connect("id", "password", "ip/sid(ex: xe, orcl)")
cursor = connection.cursor()
cursor.execute('query(ex: select * from table)')
for row in cursor:
print(row)
'Python' 카테고리의 다른 글
Baekjoon 백준 12790번 Mini Fantasy War (0) | 2020.02.21 |
---|---|
Baekjoon 백준 2751번 수 정렬하기 2 (0) | 2020.02.21 |
tesseract-OCR 환경변수 (0) | 2020.02.11 |
ncloud python3 boto3 s3 오브젝트 스토리지 업로드 예제 object storage upload example (0) | 2019.11.21 |
Oracle Cloud oci로 인증 방법 (0) | 2019.10.23 |
댓글
티스토리 방명록
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
Blog is powered by
Tistory / Designed by
Tistory
Contact: j0n9m1n1@gmail.com
Contact: j0n9m1n1@gmail.com