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 |
Which query operators in sql is used for pattern matching?
How do I remove sql developer from windows 10?
What is the use of time stamp in select statement?
write a query to delete similar records in particular fields(columns) in different tables
what are the 'mysql' command line arguments? : Sql dba
What are the uses of merge?
What are joins in sql?
Why do you partition data?
wa procedure to return the month and the no'f developers joined in each month.
How to access the current value and next value from a sequence?
How do I order by ascending in sql?
table - new_no old_no 2345 1234 3456 2345 5678 4567 output sud be -new_no 1234 2345 3456 4567 5678
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)