Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Difference in approach

This is a discussion on Difference in approach within the Oracle Database forums, part of the Database category; I am aware of an application making parse call for a SQL statement in Oracle. I recently heard from my ...

  1. #1
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114

    Difference in approach

    I am aware of an application making parse call for a SQL statement in Oracle. I recently heard from my friend that Oracle can also parse the statement itself. What is the difference between the two approach?


  2. #2
    rachelle is offline Member Array
    Join Date
    Apr 2006
    Answers
    97
    Yes you have hard parse with oracle called as Oracle can also parse the statement itself. As soon as a SQL query is given oracle retrieves the plan of the statement provided the statement has been given already by the user. On the other hand if the statement is given not only oracle takes the process of parsing by which optimized execution paths and various parameters for best performance of query execution are calculated by oracle database.


Latest Article

Network Security Risk Assessment and Measurement

Read More...