СК
con = cx_Oracle.connect('pythonhol/welcome@127.0.0.1/orcl')" выдается ошибка DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared object file: No such file or directory". See https://oracle.github.io/odpi/doc/installation.html#linux for help . Я пользовался мануалом тут : https://stackoverflow.com/questions/46098562/cx-oracle-databaseerror-dpi-1047-64-bit-oracle-client-library-cannot-be-loaded. Но ошибка осталась. Какие именно pre-requisities надо я не понял. glibc стоит.

