Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: which client tool ?
In sql*plus define the ref cursor as VARIABLE outside the Pl/SQL block
reference it in the pl/sql block, and PRINT the variable afterwards.
Works like a breeze.
Hth,
Sybrand Bakker, Oracle DBA
Peter Morris <morrispj_at_lineone.net> wrote in message
news:8chsl7$pq8$1_at_taliesin2.netcom.net.uk...
> I need to write some SPs which select multiple
> rows and return them in a ref cursor. I would
> like to be able to run the SPs from an SQL
> editor and look at the results returned. Can
> anyone recommend a suitable tool for this?
>
> I have tried running such an SP in TOAD,
> but the program crashes.
>
>
Received on Thu Apr 06 2000 - 08:04:34 CDT
![]() |
![]() |