Connect to Oracle database with JDBC drivers.

Hi All,

We are having LINUX server.

I would like to connect to oracle database from server to with the help of shell script and execute a procedure.

We dont have oracle installed to use sqlplus and connect to database.

Do we have any command to connect to database using JDBC drivers.

Driver Name : 0jdbc6.jar

Kindly suggest me a solution.

That would require a java program. Google 'connect to oracle with jdbc'.