How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?
Answer Posted / syam
Hi Shailesh,
let me know that how can i improve performence of
procedures by useing indexes
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between rank () row_number () and dense_rank () in sql?
What are the basic techniques of indexing?
How do you explain an index number?
What are the different types of a subquery?
How to execute a stored procedure?
What is a record in a database?
What is sql trigger example?
What is mutating error?
What are types of joins?
what is isam? : Sql dba
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
what are the drivers in mysql? : Sql dba
Describe sql comments?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What are the types of dbms?