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

How do I run sql?

0 Answers  


How to rename a table?

0 Answers  


What schema means?

0 Answers  


What is recursive join in sql?

0 Answers  


types of exceptions and what is meant by pragma autonomous_transaction ?what is the use.

4 Answers   3i Infotech,






how is exception handling handled in mysql? : Sql dba

0 Answers  


Is trigger a stored procedure?

0 Answers  


What is the difference between row level and statement level trigger?

0 Answers  


what are the security recommendations while using mysql? : Sql dba

0 Answers  


How to add new employee details in an employee_details table with the following details

0 Answers  


What are the two types of exceptions.

0 Answers  


Difference between truncate, delete and drop commands?

0 Answers  


Categories