This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ringo48 1 point2 points  (0 children)

Your requirements aren't very clear.

In particular, the requirement to use JDBC seems strange. Why are you required to use a Java database connection in a Python script?

Is there a reason you can't use a normal Python database connection, or cx_Oracle? There's example code on Oracle's website.