How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?
Answer Posted / hrishi
To reduce the context switches between the SQL Engine and
PL/SQL engine. We can use Bulk Bind Concept to this...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can you fetch first 5 characters of the string?
Can I call a procedure inside a function?
what are null values? : Sql dba
Is left join same as inner join?
Which table is left in join?
How do I write a cron which will run a sql query and mail the results to agroup?
differentiate between float and double. : Sql dba
What are the parameter modes supported by pl/sql?
How does pl sql work?
What are field types?
What does the hierarchical profiler does?
what is the command line end user interface - mysql? : Sql dba
What is cross join example?
Explain alias in sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba