The following bind options can affect the optimization of your queries:
For dynamic SQL, the query optimization class is not inherited from the originating package. Instead, the value of the CURRENT QUERY OPTIMIZATION special register is used.
For more information, see the section on adjusting the optimization class in the Administration Guide.
Dynamic SQL inherits the isolation level from the originating package.
For more information, see the section on concurrency in the Administration Guide.
Dynamic SQL inherits cursor blocking from the originating package.
For more information, see the section on cursor blocking in the Administration Guide.
For dynamic SQL, the degree of parallelism is not inherited from the originating package. Instead, the value of the CURRENT DEGREE special register is used.
For more information, see the section on adjusting the degree of parallelism in the Administration Guide.