python-cx_Oracle/samples/tutorial/db_config.sql

4 lines
84 B
SQL

def user = "pythonhol"
def pw = "welcome"
def connect_string = "localhost/orclpdb1"