Oracle db connection from login script

I try to connect oracle db from the login script in Authentication->Database->Custom Database using an example from documentation but this one produces an exception (see below). But when I did the same thing with Postgsql, it just shows me this one connect ECONNREFUSED 127.0.0.1:5432. And this one seems good, cause it can’t connect to localhost, but How can i connect to oracle db?


"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\nNode-oracledb installation instructions:
 https://oracle.github.io/node-oracledb/INSTALL.html\nYou must have 64-bit Oracle client libraries in LD_LIBRARY_PATH,
 or configured with ldconfig.\nIf you do not have Oracle Database on this computer,
 then install the Instant Client Basic or Basic Light package from \nhttp://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html\n"