How to connect to oracle ??

Hi,

I am a new user, who wants to connect to oracle through shell scripting.

Can anybody help me?

Regards,
Divyesh

sqlplus <user>/<password> <<eof
select <column name> from <table>;
eof

there are other ways to do this. kindly use the search function first.

hope this helps.

Please remember that you will need the Oracle client software installed onto your system. You can download the software from the Oracle website.

http://www.oracle.com/technology/software/products/database/oracle10g/index.html

Regards, Johan Louwers.

removed email and website refs