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....
Answer Posted / 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 View All Answers
give the syntax of grant and revoke commands? : Sql dba
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What is synchronized subquery?
which tcp/ip port does sql server run on? : Sql dba
Does group by remove duplicates?
What are different types of tables in sql?
How many columns should be in an index?
How can we debug in PL/SQL?
Can I create table without primary key?
What is sap sql?
what are the differences between require and include, include_once and require_once? : Sql dba
What is multiple partition?
Which data type is a composite type?
What is Histogram?
What is a record in a database?