Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • When error comes for temporary tablespace with version <= 9i Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Oracle Metalink useful notes Oracle
  • chk_space_SID.ksh Linux/Unix
  • To see how much time or progress of long transaction Oracle
  • Optimizer_Index init.ora parameter explaination. Oracle
  • checking redhat linux version Linux/Unix
  • telnet listening Linux/Unix
  • reset Sequence Oracle
  • SQL Server: How to see historical transactions SQL Server
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress

Find Plan Hash value fphv.sql

Posted on 27-Sep-2006 By Admin No Comments on Find Plan Hash value fphv.sql

Filename : fphv.sql

REM *** Find Plan Hash value

column plan_hash_value format 999999999999

accept v_sqlid prompt ‘Enter SQL_ID : ‘

select distinct sql_id, plan_hash_value, to_char(timestamp, ‘DD-MON-RRRR:HH24:MI:SS’) from dba_hist_sql_plan

where sql_id=’&v_sqlid’;

Oracle, SQL scripts

Post navigation

Previous Post: shr1.sql for MTS or Shared server configuration
Next Post: Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql

Related Posts

  • logminer and my_lbu Oracle
  • Oracle 10g for solaris 10 Oracle
  • cp_filesystem.sql Oracle
  • Renaming Oracle Instance Name Oracle
  • tblwopk.sql tablewopk.sql Oracle
  • Rman Notes -1 Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • database trigger failing Oracle
  • Histogram Overview Oracle
  • Find_planinfo.sql Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • dbms_job.submit example Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • avail.sh ( find filesystem spae usage) Linux/Unix
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme