What is difference between cursor and ref cursor?



What is difference between cursor and ref cursor?..

Answer / kiran r

Cursor is is pointer which is used access data retrived from database.Cursor is static in nature

ref cursor is datatype variable. whose memory address is working area query in database. it is dynamic in nature and it can be modified at the runtime

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is 'mysqlcheck'? : Sql dba

0 Answers  


What are the components of a PL/SQL block ?

3 Answers  


what are integrity rules?

0 Answers  


There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?

1 Answers   Cognizant,


Is sql scripting language?

0 Answers  






What is oracle pl sql developer?

0 Answers  


What is the difference between the conventional and direct path loads? : aql loader

0 Answers  


Why is theta join required?

0 Answers  


Where is all the data on the internet stored?

0 Answers  


How do you update a value in sql?

0 Answers  


How can you load microsoft excel data into oracle? : aql loader

0 Answers  


how are rank and dense rank being alloted for column with same values over a particular column

1 Answers  


Categories