Answer Posted / mohan
Cursor: Cursor is a pointer which is used to fetch one by one record from active set into plsql block.
Types: There are two types of cursors we have in plsql.
they are,
1. Implicit Cursors
2. Explicit cursors
1.Implicit cursors: when ever we perform sql operations then automatically implicit cursors will come into the picture. no need to declare,open,fetch and close implicit cursors.
2.Explicit cursors: These are user defined cursors. we have to declare,open,fetch and close these cursors.
Cursor Attributes:
1.%found
2.%notfound
3.%isopen
4.%rowcount
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
please explain.. DB architecture ...
1) Does oracle have any table which contain all the exceptions and it's code internally?
What are the types of partitions in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
Why does for update in oracle 8 cause an ora-01002 error?
What is oracle used for?
What are the extensions used by oracle reports?
Why packages are used in oracle?
What are the database administrators utilities available?
Is there any function in oracle similar like group_concat of mysql?
What is the implicit cursor in oracle?
Where do you use decode and case statements?
How to define a data field as not null?
Respected sir, Please send me technical questions related to oracle apps..