Oracle Solaris python-oracledb module
Some neat news: Oracle Solaris users running Python scripts can now install our Oracle Database python-oracledb driver as a module instead of needing to install it via pip
. This is available in Oracle Solaris 11.4 SRU54. See the blog post Announcing Oracle Solaris 11.4 SRU54 for details.
The currently packaged version is python-oracledb 1.1.1. You can get it by upgrading to the new release and then running pkg install library/python/oracledb
- which will give you the matching versions for whichever of the Python 3.7, 3.9, and/or 3.11 packages have been installed.