Tell me how to use a raspberry pi to store values

2019-08-19 18:11发布

问题:

I am a Korean college student.

You are currently running a project that uses a raspberry pie to connect to the Oracle server and store values in the database. We fixed the installation of cx_Oracle and also installed the OracleClient library. Now connect = cx_Oracle.connect ('id,password'@'address')

I'm trying to connect.

cx_Oracle.DatabaseError:
DPI-1047: Cannot location a 32-bit Oracle Client library:
"libclntsh.so: cannot open shared object file or directory".
See https://oracle.github.io/odpi/doc/installation.html#linux for help

This error occurs. How do I deal with it? I definitely installed the Oracle Instant Client file on the raspberry pi. Help!