Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Oracle extproc_perl

by Three (Pilgrim)
on Nov 25, 2002 at 16:57 UTC ( [id://215672]=note: print w/replies, xml ) Need Help??


in reply to Oracle extproc_perl

Doing a pl/sql app with regular DBI works fine for me. ex.
use DBI; my $dbh = DBI->connect('DBI:Oracle:db','uid','pwd'); $dbh->do("DECLARE\nBEGIN\nDELETE FROM TBL;\nEND;"); $dbh->disconnect;

Replies are listed 'Best First'.
Re: Re: Oracle extproc_perl
by UnderMine (Friar) on Nov 25, 2002 at 17:02 UTC
    Sorry I don't think I made myself clear enough

    Using DBD::Oracle is fine when you are running a perl script that needs to talk to a Oracle and that is what we currently do.

    extproc_perl allows ORACLE to call perl not the other way round. ;)

    Hope that is clearer
    UnderMine

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://215672]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found