i have doubt that any one tell ref cursor comes in sql
pl/sql? pls clarify?

Answers were Sorted based on User's Feedback



i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / sureshkumar somayajula

Hi ,

It will use in PL/SQL. Reusability of Cursor is nothing
but "REF CURSOR".These are of 2 types.

1. Weak Ref cursor 2. Strong ref Cursor.

Is This Answer Correct ?    9 Yes 0 No

i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / raghu

Ref cursor comes in PL/SQL.
You can return a ref cursor in a function.
A ref cursor is useful while returning more values.

Is This Answer Correct ?    8 Yes 1 No

i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / murali

ref cursor is of pl/sql topic

the main use of Ref Cursor is we can create multiple activeset area using refcursors

Is This Answer Correct ?    1 Yes 0 No

i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / nirma durra

Ref-Cursor is DataType

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Does it possible to pass object (or) table as an argument to a remote procedure?

1 Answers   TCS,


What is scope and visibility in PL/SQL?

0 Answers  


How do you update a value in sql?

0 Answers  


define sql update statement ? : Sql dba

0 Answers  


What is schema in sql?

0 Answers  






What is bind variable in pl sql?

0 Answers  


What is use of trigger?

0 Answers  


Is a table valued function object?

0 Answers  


What does plv msg allows you to do?

0 Answers  


what is 'mysqlshow'? : Sql dba

0 Answers  


How do you modify a trigger?

0 Answers  


ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 Answers   Zensar,


Categories