Install Oracle (instantclient) sqlplus client in our local Windows machine with connect report database without login into linux server.
I Tested with Oracle "instantclient_21_10" version
Install Oracle (instantclient) sqlplus client in our local Windows machine with connect report database without login into linux server.
I Tested with Oracle "instantclient_21_10" version
Download the Package from https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html
Open Window cmd prompt
cd C:\Users\instantclient_21_10 --extracted path location.
sqlplus username/password@//:/<listener_service_string_name>
Exp: sqlplus myusername/password@//10.16.17.18:1521/mydbstring.hello.com
Now you are good to go to perform sqlplus task from prompt.