Home » Page 26

Top Queries on Sqlplan Management in Oracle

Here are some beneficial Queries on Sqlplan Management in oracle How to check the sql plan parameter show parameter sql_plan How to check the settings for Automatic plan capture If OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=true, then we can use the below query to find out the settings of the automatic plan capture How to check the sql baseline for …

Top Queries on Sqlplan Management in Oracle Read More »

how to create sql baseline from AWR repository without STS

We have seen that sql baseline can be created with AWR using sql tuning set. With 12c, Oracle provided a way to directly create sql baseline using AWR without creating the tuning set. It is through procedure  DBMS_SPM.LOAD_PLANS_FROM_AWR. In this post, we will check how to create sql baseline from the AWR repository without STS …

how to create sql baseline from AWR repository without STS Read More »

Scroll to Top