Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: testing oracle package
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
![]() |
![]() |