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 Sql tuning set in Oracle

Sql baseline can be created from cursor cache, AWR and Sql tuning set. In this post, we will check out how to create sql baseline from Sql tuning set in Oracle How to create the Sql tuning set This can be done using the DBMS_SQLTUNE.CREATE_SQLSET procedure. In the following example, we’re creating a SQL Tuning

how to create sql baseline from Sql tuning set in Oracle Read More »

Scroll to Top