cursor attributes are %isopen ,%notfound,%found,%rowcount
but is any attributes there other than these? please tell me
asap ..
Answers were Sorted based on User's Feedback
Answer / b.chandan kumar patra
Yes there is another two attributes are there,
these are, %bulk attribute and another is %bulk rowcount.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
How to call a stored procedure inside a trigger? Give an example.
Are truncate and delete commands same? If so why?
How to convert raw data type into text in oracle? Explain
What is Water Mark in Oracle?
How to invoke the data pump import utility?
How to delete a column in an existing table in oracle?
What is the difference between Outer join and Full outer join?
What are the benefits of ordbms?
What is a nvl function?
Can we call a trigger inside a function and function inside a trigger? Give example.
How to establish administrator authentication to the server?
What is the string concatenation operator in oracle?