[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
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
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
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