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
How to find out what oracle odbc drivers are installed?
What is a tns file?
What is blob data type in oracle?
Explain constraining triggers.
State any two functions of oracle?
Write a trigger example in oracle?
What is connection pool in oracle?
What is a nested table?
How do I manually create a database in oracle?
How to invoke the data pump export utility?
What is a nvl function?
Why does for update in oracle 8 cause an ora-01002 error?
What is different types of joins?
What is sequence?
what is insert all statement in sql