Note: I installed oracle instance for windows
with connections['trdb'].cursor() as cursor:
cursor.execute(sql)
row = cursor.fetchall()
col = cursor.description
cursor.close
Note: I installed oracle instance for windows
with connections['trdb'].cursor() as cursor:
cursor.execute(sql)
row = cursor.fetchall()
col = cursor.description
cursor.close