Using Python With Oracle Database 11g
www.oracle.com › db › oow10To create a connection to Oracle, perform the following steps. 1 . Open a terminal window and review the code contained in $HOME/connect.py. The cx_Oracle module is imported to provide the API for accessing the Oracle database. Many inbuilt and third party modules can be included in this way in Python scripts.