Skip to content

Instantly share code, notes, and snippets.

@fmerlin
Last active January 16, 2017 09:37
Show Gist options
  • Save fmerlin/a47b2f2169bf88be4c63dcf37c4c6546 to your computer and use it in GitHub Desktop.
Save fmerlin/a47b2f2169bf88be4c63dcf37c4c6546 to your computer and use it in GitHub Desktop.
Check the install for cx_Oracle
import cx_Oracle
"""
Check the install for cx_Oracle
"""
con = cx_Oracle.connect('<LOGIN>/<PASSWORD>@<INSTANCE>')
print con.version
con.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment