GeekInterview.com
Series: Subject:
Question: 28 of 196

Cursor Advantages and Disadvantages

What are the uses of Cursor?
What are its advantage and disadvantage?
Asked by: sri3241 | Member Since Jul-2009 | Asked on: Jul 27th, 2009

View all questions by sri3241

Showing Answers 1 - 3 of 3 Answers
maheshpawar001

Answered On : Oct 11th, 2009

View all answers by maheshpawar001

Disadvantages:


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

  
Login to rate this answer.
kittu408

Answered On : Feb 1st, 2011

View all answers by kittu408

ad:using of cursor ,plsql program can control the context area as sql query result being process
disad:using of cursors we connot go backword (i.e i cannot go to frist record ofter plsql fetch five records form cursor  )

  
Login to rate this answer.

Cursor advantages:


--> Using cursor to getting multiple values.
--> One cursor have multiple select statements
--> Cursor parameters 
       i.e cursor cursor_name (parameter datatype)
            is 
            select * from table_name
            where(condition)
-->Where Current of Clause: this is use full when the primary key is not present.

Cursor disadvantages:

-->It is returned by only one row at a time.
--> It gives less performance
-->Each time we fetch a row from the cursor, where as a normal cursor select statement query makes only one trip.         

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.