Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: testing oracle package

Re: testing oracle package

From: Daniel Roy <danielroy10_at_hotmail.com>
Date: 29 Jan 2003 18:22:36 -0800
Message-ID: <1b061893.0301291822.6c21ce68@posting.google.com>


From the SQL*Plus prompt:

variable x refcursor
set autoprint on
exec get_cursor_proc(:x)
exec fleet_pkg.SELECT_CARAPPLICATIONBYQUOTE('13456',:x) print x

Daniel Received on Wed Jan 29 2003 - 20:22:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US