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
what is table? : Sql dba
What is a left join?
Write the command to remove all players named sachin from the players table.
What are instead of triggers?
How many unique keys can a table have?
What are some predefined exceptions in pl/sql?
how many columns can be used for creating index? : Sql dba
Is natural join same as inner join?
What are the topics in pl sql?
What is user in sql?
What is the difference between count 1 and count (*) in a sql query?
Can you inner join the same table?
What is the difference between cross join and natural join?
which operator is used in query for pattern matching? : Sql dba
What are the advantages of sql?