Advantages and Disadvantages of Cursor?

Answer Posted / navneet chandra

Hi All,

In pl/sql if you want perform some actions more than one
records you should user these cursors only. By using these
cursors you process the query records. you can easily move
the records and you can exit from procedure when you
required by using cursor attributes.


disadvantage:

using implicit/explicit cursors are depended by Situation.
If the result set is less than 50 or 100 records it is
better to go for implicit cursors. if the result set is
large then you should use explicit cursors. other wise it
will put burden on CPU.

Is This Answer Correct ?    19 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

865


What is SQL Server?

843


How many categories of data types used by sql server?

761


Can sql server 2016 run on windows 7?

678


What are wait types?

736






What are the tool windows in sql server management studio? : sql server management studio

787


What’s the distinction between dropping a info and taking a info offline?

805


What authentication modes does sql server support?

752


How can i Relate Tables in SSIS

802


What do you understand by a view?

720


what's the information that can be stored inside a bit column? : Sql server database administration

721


How efficient you are in oracle and SQL server?

806


which backup strategy you are following at ur company

1930


What is data modification?

696


In how many ways you can invoke ssrs reports?

117