> -----Original Message-----
> From: Angelo Marcos Rigo [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 11, 2002 8:52 AM
> To: Bob Showalter; [EMAIL PROTECTED]
> Subject: RE: perl and Oracle
> 
> 
> Please tell me more about DBD::Proxy
> thatīs exactly my case!
> how it works?
> how can i get it?
> how can i see if i have it?
> how do i write a script using this feature?
> 
> what this require?
> do i have install what proxy on the windows/oracle machine?

All the software is written in Perl and is contained in the Bundle::DBI
distribution. So grab that from CPAN and install it on both boxes. (On
Windows, use the PPM installer).
On the Windows box only, install DBD::Oracle using the PPM installer.

Then read the following docs:

   perldoc dbiproxy             -- this is the server side listener
   perldoc DBD::Proxy   -- this is the client side driver

Once you have everything set up, your Perl script can access the remote
Oracle database exactly as if it was local to the Linux box. Very cool! I am
using this in a production environment with great success (FreeBSD client ->
HP-UX datbase server).

> do i have install a webserver in the windows/oracle machine?

No.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to