what are the different types of cursors? explain?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to rollback the current transaction in oracle?

536


What privilege is needed for a user to create tables in oracle?

546


Can I create users through internet explorer in oracle 10g?

565


What is the usage of synonyms?

577


How to name query output columns in oracle?

679






Why do you use stored procedures and state some of its disadvantages?

558


Explain the types of exception?

646


What is an oracle and why it is used?

619


How to convert characters to numbers in oracle?

588


Explain drop constraint oracle?

589


How to create a new tablespace in oracle?

552


How to connect to the server with user account: sys?

557


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

609


We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.

4926


Why packages are used in oracle?

535