1.when will you use week refcursor and when will you use
strong ref cursor ?

2.what is the use of sql trace..how do you use it ?

3.can you please send all the sql plus commands...like set
line 6000....



1.when will you use week refcursor and when will you use strong ref cursor ? 2.what is the use ..

Answer / gourvendra singh

Strong Ref Cursor: Strong ref cursor are predetermined and
so we cannot use query having different structure then the
defined one
Week Ref Cursor : Week Ref Cursor are not predetermined and
so we can use query having different structure then the
defined one.

With the help of SQL Trace we will get the result of the
query with the execution plan and statistics of the query.

It is very difficult to send you all the SQL Plus Command,
you can check the same in SQL Plus window under option menu
in Environment there you will find all the SQL plus
commands.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

i want run a sql query query? which phases are run in a back ground? pls tell me the answer

1 Answers  


What is a rank in sql?

0 Answers  


what is check constraint? : Sql dba

1 Answers  


What does select top 1 do in sql?

0 Answers  


How do I edit a trigger in sql developer?

0 Answers  






What is a Mapplet?

0 Answers   Informatica,


Is stored procedure faster than query?

0 Answers  


Can cursors be part of a trigger body?

0 Answers  


Can you do multiple joins in sql?

0 Answers  


Can we insert in sql function?

0 Answers  


Is it possible to read/write files to-and-from PL/SQL?

0 Answers  


what is acid property in database? : Sql dba

0 Answers  


Categories