python 에서 oracle 사용하기
pip install cx_Oracle cx_Oracle 패키지를 이용하여 oracle 연결하기. # ./manage.py shell import cx_Oracle #연결에 필요한 정보 conn = cx_Oracle.connect({id}, {password}, {host}) cursor = conn.cursor() cursor.execute(""" select test_seq from dual """) for seq in cursor: print(seq) django settings.py에서 데이타베이스 정보 가져와서 사용하기 # ./manage.py shell from django.conf import settings import cx_Oracle # oracle: settings.py > DATAB..
공부합시다/python
2020. 8. 4. 09:14
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 메일
- Python
- Laravel
- redis
- l5-swagger-response
- 자바스크립트
- laravel-test
- addMonth
- eloquent-observer
- 정규식
- graphql-php
- MySQL
- aaa패턴
- l5-swagger
- php
- vim
- 테스트_다중트랜잭션
- observer 매개변수 전달하기
- password-manager
- addMonthWithoutOverflow
- POP3
- 정의
- php-laravel
- graphql
- django
- session+token authorize
- bitwarden-cli
- 라라벨
- laravel-kafka
- exception-test
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함