Jan-03-2024, 12:09 PM
(This post was last modified: Jan-03-2024, 04:21 PM by deanhystad.)
Please can you help me where is the issue ? i do not know what i do wrong. thanks
1 2 3 4 5 6 7 |
import cx_Oracle try : connection = cx_Oracle.connect( "dw1" , "dw2" , "//local/DW3" ) with connection.cursor() as cursor: plsql = """select ce.num1 from tab ce where ce.num2=1""" |
Error:File "<ipython-input-28-410b62ddf535>", line 9
plsql = """select ce.num1 from tab ce where ce.num2=1"""
^
SyntaxError: unexpected EOF while parsing
buran write Jan-03-2024, 02:00 PM:
Please, use proper tags when post code, traceback, output, etc.
See BBcode help for more info.
Please, use proper tags when post code, traceback, output, etc.
See BBcode help for more info.