Implicit Cursor attributes

Showing Answers 1 - 6 of 6 Answers

PALLAVI

  • Aug 24th, 2005
 

SQL%FOUND,SQL%NOT FOUND, SQL%IS OPEN, SQL%ROW COUNT

  Was this answer useful?  Yes

narasimhulu

  • May 31st, 2006
 

hai

Sorry to tell you SQL%IS OPEN is not a valid implicit cursor attribute.

You will have SQL%FOUND,SQL%NOT FOUND,SQL%ROW COUNT as implicit cursor attirbutes

  Was this answer useful?  Yes

Haraprasad

  • Nov 3rd, 2008
 

SQL%ISOPEN exists. Oracle always evaluates this to FALSE as PL/SQL closes implicit cursors immediately after they are executed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions