티스토리 뷰
728x90
반응형
import cx_Oracle
import os
os.putenv('NLS_LANG", 'KOREAN_KOREA.KO16MSWIN949')
connection = cx_Oracle.connect("<username>", "<password>", "<ip>/<sid>")
cursor = connection.cursor()
## execute는 mysql과 동일함
cursor.execute("show tables")
728x90
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[크롤링] 네이버 카페 크롤링(파싱) 하기 - 카페 소개 (1) | 2021.04.24 |
---|---|
파이썬 Scripts 설치경로 (0) | 2021.04.20 |
[mongoDB] pymongo db.collection.find() 검색조건 (0) | 2021.04.14 |
[Django] 장고 튜토리얼 1. 장고 시작하기 (0) | 2021.03.29 |
[Django] 'staticfiles' is not a registered tag library 오류해결 (0) | 2021.03.22 |
댓글