Re: is this a viable option?
Martin Hall <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
If there's a database link between the two databases, you could connect to database A from Perl and execute a query against B over the DBLink without doing a Perl connect to B. On 01/10/2012 18:29, Jack Craig wrote: > Hi Folks, > > I have an html / perl app running on host A, > > i want to do a remote oracle query on host B from host A. > > Assuming proper credentials, is this a viable configuration? > > This as opposed to running perl dbi module installed on host B. > > TIA, jackc... > -cheers Martin