Please explan Why static query is more faster than dynamic
query ?

Answers were Sorted based on User's Feedback



Please explan Why static query is more faster than dynamic query ?..

Answer / 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

Please explan Why static query is more faster than dynamic query ?..

Answer / deshabandhu bar

Static query is faster as this keep the Execution plan in
the lib cache. Also it keeps data blocks in the buffer
cache. Next time when a user try to execute the same query
the user hit the cache and execution plan will be ready for
that user. So the time required for parsing and creating
execution plan will be 0. So the Static query is faster
than the dynamic query.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Oracle General Interview Questions

what is index?

4 Answers  


What are the restrictions in a oracle read only transaction?

0 Answers  


Is a rollback possible to any savepoint?

0 Answers  


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

0 Answers   IBM,


Explain the statement?? ALTER TABLE TABLE_NAME MOVE; What it the use of above statement??

1 Answers   BirlaSoft,






How to pass parameters to procedures?

0 Answers  


What is not equal to in oracle?

0 Answers  


what is difference between foreign key and reference key

3 Answers   AZTEC, Infosys,


what is the difference between no rows returned and null returned?

2 Answers  


What is the difference between Sleep and Wait? (Java)

1 Answers   RBS,


How to store only time; not date and time?

0 Answers  


Explain compound trigger in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)