I want to access a workplace Oracle database with user authentification in Python (Anaconda installation) via cx_Oracle on Windows.
I was following the instructions from easy_install cx_Oracle (python package) on Windows and have downloaded both Oracle Instant Client and Microsoft Visual Studio.
However, the Oracle Instant Client does not allow me to access the database because I believe it does not have the permissions. Is there a way I can download cx_Oracle by using the Oracle client used at my workplace?
Also, excuse my newbie question, but does having access to an Oracle database mean I have Oracle installed?
Thanks!