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


Please Help Members By Posting Answers For Below Questions

How to view the data files in the current database?

789


What is a system tablespace and when it is created?

718


State the various uses of dbcc command?

745


How can we find out the duplicate values in an oracle table?

809


How remove data files before opening a database?

753


How to pass parameters to procedures in oracle?

787


What are the ways tablespaces can be managed and how do they differ?

1900


What is a database table in oracle?

747


What is logical backup in oracle?

754


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1708


What is the sid in oracle?

686


Explain the use of owner option in exp command.

751


How to connect to oracle using service name instead of sid?

764


what is the dual table in oracle?

719


What are the differences between char and varchar2 in oracle?

769