Linux and Oracle

Hi Gurus,

I am having linux in virtual machine and oracle in windows machine.

Is there possibilities to make the linux OS to interact with Oracle.

Note: I want to interact with the database objects using BASH shell scripting.

Please guide me.

If you have the Oracle client installed on your Linux VM then you can use sqlplus.

EDIT: Your network connectivity & Oracle tnsnames or whatever would also need to be set up to allow the two boxes to talk to each other on the appropriate port as well, of course.

And you have to install the oracle client on the linux box, first.