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

What is the benefit of foreign key?

0 Answers  


List the differences between plsql - function & procedures

2 Answers   TCS, Verizon,


What is an invalid partition table?

0 Answers  


Can pl sql procedure have a return statement?

0 Answers  


There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?

4 Answers   IBM,






What is pl/sql and what is it used for?

4 Answers  


I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS

7 Answers   Polaris,


What is delete command in sql?

0 Answers  


Can we perform dml on view?

0 Answers  


wt is the diff b/w greast and max ,least and min? wt is the diff b/w case and decod?

4 Answers   Oracle, TCS, Tecnics,


how to sort records in sql?

3 Answers  


What is exit statement?

0 Answers  


Categories