cursor attributes are %isopen ,%notfound,%found,%rowcount
but is any attributes there other than these? please tell me
asap ..

Answer Posted / naresh

Yes the above answer is true, and te attributes that you
have mentioned are for explict cursor.

for implicit cursor just add SQL infront of all the attributes.

Like
SQL%isopen,
SQL%found

Cheers!
Naresh

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum number of triggers that can be applied to a single table?

571


Explain the use of rows option in exp command.

590


Can multiple cursors being opened at the same time?

629


How will you identify oracle database software release?

538


How to use values from other tables in update statements using oracle?

578






How do we get field details of a table?

562


Why oracle is used?

591


What are a collation and state the different types of collation sensitivity?

560


How to define an oracle sub procedure?

611


How to view all columns in an existing table?

558


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1526


What is tns service name?

636


Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?

1781


What are the differences between char and varchar2 in oracle?

573


does the query needs a hint to access a materialized view?

1482