2020-06-03 09:11:03 -06:00

13 lines
538 B
Python

#------------------------------------------------------------------------------
# query.py (Section 1.4 and 1.5)
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
#------------------------------------------------------------------------------
import cx_Oracle
import db_config
con = cx_Oracle.connect(db_config.user, db_config.pw, db_config.dsn)