How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?
Answers were Sorted based on User's Feedback
Answer / bala
By avoiding sql statements & select INTO kind of statements.
To improve better creating cursors to hold data.
Indexing is the way to tune the database tables.
so, mostly try to avoid Hard Coding in the select
statements..
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / ramprasad.s
hi
using oracle-Tuning
sun_ramprasad@yahoo.com
Is This Answer Correct ? | 1 Yes | 7 No |
What is a trigger ?
11 Answers Accenture, BirlaSoft,
What is db journal file?
what is column? : Sql dba
How do I view a view in sql?
what are the different type of sql's statements ? : Sql dba
Explain the usage of WHERE CURRENT OF clause in cursors ?
What is ttitle and btitle?
Interchange the value of a column Gender in a table where values are Male and Female. So, where the value is Male, it should changed to Female and Female to Male.
Can you have multiple SPs with the same name on a database?
What are the differences between implicit and explicit cursors?
Does SQL*Plus contains pl/sql Engine?
How many commands are there in sql?