I wanna connect to Oracle 8i Database using Python2.7 or Python3.6 as I am not an Oracle guy so I need your help on this.
I am having following scenario:
- My Database server is located at remote location.
- I have to connect with that database through either version of Python2.7 or Python3.6.
- After connection I just wants to do as normal queries.
Things which I have already done is:
- cx_Oracle library 6.2 version installed.
- Oracle instant Client libraries installed and using these libraries I am able to connect from Oracle 9i to Oracle 12c.
- Now I just wants to make connection with Oracle 8i database.
thank you.