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 / 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 |
Can a table contain multiple primary key’s?
how to extract a unit value from a date and time? : Sql dba
What is the difference between unique and primary key constraints?
Please let me know if UNION ALL and Natural Join does the same operation and are same...
Why do we use cursors?
SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;
How do I count records in sql?
Can we alter stored procedure?
How do I save a stored procedure?
Can we insert data into view?
What is the difference between function, procedure and package in pl/sql?
If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)