what are the different types of cursors? explain?

Answers were Sorted based on User's Feedback



what are the different types of cursors? explain?..

Answer / srilakshmi paleti

1)Implicit cursor
2)Explicit Cursor

EXPLANATION OF
1)IMPLICIT CURSOR : When ever user performs any DML
operation automatically implicit cursors will raise. User
noneed to create,open,fetch,close the cursor.In PLSQL
select statement also it will work.

2)EXPLICIT CURSOR: User has to create,open,fetch and close
the cursor.

Is This Answer Correct ?    5 Yes 0 No

what are the different types of cursors? explain?..

Answer / amit basu

Types of Cursor :

I) Implicit

II) Explicit (Explicit cursor has three sub-types)

1) Simple Cursor

2) Parameterised Cursor

3) Reference Cursor

EXPLANATION OF

I) Implicit--- SINGLE USER ONLY

II) Explicit ----- MULTI USER ONLY

Is This Answer Correct ?    2 Yes 1 No

what are the different types of cursors? explain?..

Answer / 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

what are the different types of cursors? explain?..

Answer / manish kumar

Implicit cursor is declered by System its own But Explicit
cursor is declered by user

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle General Interview Questions

How to check your oracle database 10g xe installation?

0 Answers  


How does the on-delete-cascade statement work?

0 Answers  


How to retrieve first and last records from a table?

7 Answers   DELL, QSmart,


how to insert the image in table

2 Answers  


Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)

6 Answers  






How can we delete duplicate rows in a table?

0 Answers  


List the various oracle database objects?

0 Answers  


What are the uses of synonyms?

0 Answers  


Define Normalization with example?

1 Answers  


How to update values in a table in oracle?

0 Answers  


What is Library Cache in Oracle?

0 Answers   MCN Solutions,


what are actual and formal parameters?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)