About 179,000 results
Open links in new tab
  1. WHAT IS SQL PROFILE IN ORACLE DBACLASS

    SQL profile is a collection of additional statistical information stored in the data dictionary that helps the optimizer to generate the best plan for the query.

  2. Managing SQL Profiles - Oracle Help Center

    A SQL profile is a database object that contains auxiliary statistics specific to a SQL statement. Conceptually, a SQL profile is to a SQL statement what object-level statistics are to a table or …

  3. Enable and Disable the SQL Profiles in Oracle

    Apr 14, 2022 · Enable the SQL Profile in Oracle Database: Disable the SQL Profile in Oracle Database: Drop the SQL Profile if not needed: View all posts by SandeepSingh.

  4. SQL Server Profiler - SQL Server Profiler | Microsoft Learn

    Jun 6, 2025 · SQL Server Profiler is a graphical user interface that uses SQL Trace to capture activity for an instance of SQL Server or Analysis Services. SQL Server Profiler can be …

  5. SQL Plan Baseline, SQL Patch, SQL Profile: Differences and Use …

    Apr 10, 2025 · In this post, I explore three different methods for influencing SQL execution plans: SQL Plan Baselines, SQL Patches, and SQL Profiles. I will not discuss Stored Outlines, as …

  6. Queries and Views Used To Check If Sql Profile Is Being Used Or …

    SQL Profiles are typically generated by the SQL Tuning Advisor and are stored in the DBA_SQL_PROFILES view. Unlike hints or stored outlines, SQL Profiles are dynamic and …

  7. How to Create SQL Profile to Fix Plan - How to SOP

    Oct 30, 2024 · Let's see how to create a SQL profile to fix the execution plan or the index we plan to use for a specific SQL_ID through hints. In this post, we connect as SYS.

  8. Manual Creation of an Oracle SQL Profile | Step-by-Step Guide

    May 12, 2016 · Need help creating or validating a SQL profile, extracting Outline Data, or tuning a stubborn plan without changing application code? Our Oracle specialists can help.

  9. Conceptually, a SQL profile is to a SQL statement what statistics are to a table or index. The database can use the auxiliary information to improve execution plans.

  10. SQL Profile and SQL Baseline in Oracle Database

    Apr 21, 2020 · SQL Profile: It is a set of performance-related statistics and hints that can be applied to a specific SQL statement to improve its execution plan. It is generated by the Oracle …