Oracle Home not recognized in Jupyter Notebook -
i using pyspark 3 notebook, , testing out functionality of cx_oracle
. after installing package, oracle instant client, , point ld_library_path
oracle libraries, import cx_oracle
cleanly on local machine.
once in notebook, added ld_library_path
, oracle_home
variables jupyter environment found new errors:
databaseerror: dpi-1005: unable acquire oracle environment handle
is there best practice setting oracle_home
in jupyter notebook?
thank you!
Comments
Post a Comment