Need information on how to install the Python 3.4 x64 on Solaris x64.
I can not find good information.
Need information on how to install the Python 3.4 x64 on Solaris x64.
I can not find good information.
On Solaris 11.3, simply pkg install cx_oracle
as described in https://blogs.oracle.com/jmcp/entry/cx_oracle_v5_2_for. If you need the module specifically for Python 3.4, it would be pkg install cx_oracle-34
.