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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by merge in oracle?

589


How to start instance with a minimal initialization parameter file?

529


What is a proxy object?

575


What is a cursor in oracle?

640


If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?

1789






can anyody please send me the dump for Oracle 10g certifications for DBA path?

1681


How to create a testing table in oracle?

541


If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

1653


what is a Nested Loop join?

1560


How do I start tns listener?

536


Explain about the analyze command in oracle?

577


What is raw datatype?

588


How to convert dates to characters in oracle?

577


What is the maximum number of triggers that can be applied to a single table?

551


What is oracle join syntax?

566