Installation of Oracle Client

Hi,

Is it possible to install oracle client into Jetson Nano with its default Ubuntu OS?

Hi khang1994,

We never tried that, and don’t know if there was a ARM version ready or not, you may find more information from Oracle product page or just try it to know if it can work.

Hi,
cx_Oracle connect in Python works fine with instantclient-basic (download instantclient-basic-linux.arm64-19.10.0.0.0dbru.zip from otn.oracle.com), although officially not supported…
export LD_LIBRARY_PATH=“your instantclient home” and try to connect…