Please explan Why static query is more faster than dynamic
query ?
Answer Posted / uma
In dynamic SQL the SQL statement is prepared each time
before the Run time.But this not the case with static SQL
it ll be stored in shared SQL area and this will refered if
same Query is used again.So static ll be faster
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which is better Oracle or MS SQL? Why?
Explain the use of owner option in exp command.
What are the ansi data types supported in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to run create database statement?
How to get execution statistics reports on query statements?
What is a procedure in oracle?
How to start your 10g xe server from command line?
How to use "while" statements in oracle?
How to return top 5 rows in oracle?
Can we write dml statement in function in oracle?
Differentiate between translate and replace?
Is it possible to split the print reviewer into more than one region ?
What are the tools for Oracle ?
What is Segment Advisor in Oracle?