Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cursor For Explain Plan
jkstill_at_gmail.com wrote:
> Buck Turgidson wrote: >
> > > I'm no ABAP whiz, but it would seem reasonable that you may need to put > all the code in a single EXEC SQL block. > > Something like this perhaps: > > EXEC SQL. > OPEN c1 FOR > EXPLAIN PLAN SET STATEMENT_ID = 'ZZ_ABAP' > FOR SELECT * FROM rsaabap where 1 = 2 > > DO. > fetch next c1 into :wa > IF sy-subrc <> 0. > EXIT. > ENDIF. > ENDDO. > > CLOSE c1 > ENDEXEC
What does any of this syntax have to do with Oracle?
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Fri Dec 09 2005 - 17:39:40 CST
![]() |
![]() |