
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
- aaa패턴
- graphql-php
- eloquent-observer
- bitwarden-cli
- graphql
- POP3
- laravel-test
- laravel-kafka
- php
- addMonthWithoutOverflow
- session+token authorize
- 메일
- 정의
- l5-swagger-response
- exception-test
- MySQL
- password-manager
- php-laravel
- 라라벨
- 정규식
- observer 매개변수 전달하기
- 테스트_다중트랜잭션
- l5-swagger
- 자바스크립트
- Laravel
- django
- vim
- addMonth
- redis
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함