Oracle 19c Client __top__ -

Run $ORACLE_HOME/deinstall/deinstall

mkdir -p /opt/oracle/instantclient_19_19 cd /opt/oracle unzip instantclient-basic-linux.x64-19.8.0.0.0dbru.zip echo '/opt/oracle/instantclient_19_19' > /etc/ld.so.conf.d/oracle.conf ldconfig unzip instantclient-sqlplus-linux.x64-19.8.0.0.0dbru.zip oracle 19c client

export LD_LIBRARY_PATH=/opt/oracle/instantclient_19_19:$LD_LIBRARY_PATH export PATH=/opt/oracle/instantclient_19_19:$PATH export TNS_ADMIN=/opt/oracle/instantclient_19_19/network/admin Create tnsnames.ora in $TNS_ADMIN : oracle 19c client

ORCLDB = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = db-server.example.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl) ) ) Test connection: oracle 19c client

Mobile version 1.5.1

Mobile versions of the program are paid, in contrast to the desktop versions. And they are distributed only through application stores of the corresponding operating systems.

Android

Minimal supported version is Android 4.4 KitKat.

Download last version from Play Market.

iOS

Minimal supported version is iOS 9.0. Compatible with iPhone, iPad, and iPod touch..

Download last version from AppStore.

Source code

GitHub