import oci
try:
    import cx_Oracle  # to query oracle instance
except ImportError:
    print("Error: cx_Oracle is not installed. Try \"yum install python36-cx_Oracle-<version>\"\n")
    exit(1)

