What is a cursor? Within a cursor, how would you update fields on the row just fetched?

Showing Answers 1 - 5 of 5 Answers

The oracle engine uses work areas for internal processing in order to the execute sql statement is called cursor.There are two types of cursors like Implecit cursor and Explicit cursor.Implicit cursor is using for internal processing and Explicit cursor is using for user open for data required.

  Was this answer useful?  Yes

sraam

  • Jan 17th, 2006
 

ab intitio doesnt uses cursors. it can fetch any number of records simultaneously.

  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