What is cursor

Answer Posted / vipin kumar ( m.c.a)

Cursor is a private SQL work area to perform an action using
PL/SQL statement. DBA allocate the memory space to the
objects that is area is called the cursor.
Cursor has two types-
1. Implicit cursor:- means predefine cursor.
2. Explicit cursor:- means created by the user or programmer.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of auditing in Oracle?

812


What is partitioned table in Oracle?

846


Explain about the analyze command in oracle?

803


Explain an exception and its types?

826


Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables

1810


List out the types of joins.

859


How to get maxsal , minsal, ename department wise in single query

1321


Give the various rollback segment states.

818


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1493


How to write a query with a left outer join in oracle?

839


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

1590


How will you identify oracle database software release?

777


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1448


What is the simplest tool to run commands on oracle servers?

752


What is connection pool in oracle?

755