Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Binding "Out" Parameters to Table Types for Oracle PL/SQL Stored Procedures

by enoch (Chaplain)
on Jun 06, 2003 at 19:07 UTC ( #263821=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CREATE OR REPLACE PACKAGE foo AS
    
    ...
      
      FUNCTION getAllDept RETURN foo.deptCurs;
    END foo;
    
  2. or download this
    CREATE OR REPLACE PACKAGE BODY foo AS
    
    ...
              RETURN(crsr);
        END getDeptCurs;
    END foo;
    
  3. or download this
    my $dbh =DBI->connect('dbi:Oracle:host=hostname;sid=theSID',
           'user',
    ...
    
    $deptRecords->finish;
    $dbh->disconnect;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2023-12-05 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?