Re: connecting to Oracle

2007-08-24 Thread rahed
[EMAIL PROTECTED] ("Octavian Rasnita") writes: > Hi, > > I want to make a program that connects to a remote Oracle database and > then make it a .exe Windows executable. > > Is it possible to make it not depend on Oracle's client? Install Oracle Instant Client, build DBD::Oracle and then try whic

Re: connecting to Oracle

2007-08-22 Thread Chas Owens
On 8/22/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi, > > I want to make a program that connects to a remote Oracle database and then > make it a .exe Windows executable. > > Is it possible to make it not depend on Oracle's client? > > Thanks. > > Octavian Yes, but it would be a lot of wor

Re: Connecting to Oracle

2006-08-23 Thread Xavier Noria
On Aug 23, 2006, at 7:52 AM, anand kumar wrote: Can anyone please explain how to connect to oracle database server using perl script which is in separate linux server. Please note that currently I am using putty to connect to linux server for perl scripting and we have the Oracle database

Re: connecting to oracle

2002-10-11 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Charles Belcher) writes: >is there an alternative to using DBI and DBD::Oracle to connect to an Oracle >database to run a simple select statement? You could run sqlplus from Perl like any other program. I would find it simpler to use DBI and DB