Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: DBI/Oracle stored procedure newbee question

by metadatum (Scribe)
on Aug 22, 2002 at 18:30 UTC ( [id://192121]=note: print w/replies, xml ) Need Help??


in reply to DBI/Oracle stored procedure newbee question

exec is a SQL*Plus command. See http://search.cpan.org/author/TIMB/DBD-Oracle-1.12/Oracle.pm for how to call a stored proc, i.e.
$csr = $db->prepare(q{ BEGIN PLSQL_EXAMPLE.PROC_NP; END; }); $csr->execute;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-18 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found