🏆 2024

맛집 분야 크리에이터

🏆 2023

IT 분야 크리에이터

👩‍❤️‍👨 구독자 수

182

✒️ 게시글 수

0
https://tistory1.daumcdn.net/tistory/4631271/skin/images/blank.png 네이버블로그

🩷 방문자 추이

오늘

어제

전체

🏆 인기글 순위

티스토리 뷰

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
반응형
댓글