Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • FGA Part-I Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • To see how much time or progress of long transaction Oracle
  • Oracle Material from OTN Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • Running PDB on single node in RAC Oracle
  • Search and replace pattern Linux/Unix
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • v$event_name Oracle
  • This is im telling Kishore Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • Creating a Container Database using dbaascli Uncategorized
  • switchover for primary database Oracle

SQL_PLAN.sql for checking real execution plan

Posted on 20-Jul-2006 By Admin No Comments on SQL_PLAN.sql for checking real execution plan

set lines 132

set pages 1400

SELECT LPAD(‘ ‘,2*(LEVEL-1))||operation||’ ‘||options ||’ ‘||object_name ||’ ‘|| DECODE(id, 0, ‘Cost = ‘||position)

“Query Plan”

FROM v$sql_plan

START WITH id = 0 and sql_id=’4ftvbpzhwkfd8′ and child_number=0

CONNECT BY PRIOR id = parent_id and sql_id=’4ftvbpzhwkfd8′ and child_number=0;

Oracle, SQL scripts

Post navigation

Previous Post: Good Doc 28-JUN-2006
Next Post: How to choose Driver table in SQL statement

Related Posts

  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • find_cons.sql Oracle
  • cache buffer chain latch Oracle
  • Export Import with QUERY Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Oracle 10g Installation/Applying Patches Tips 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 (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • plan10g.sql good1 Oracle
  • SCRIPT TO LIST RECURSIVE DEPENDENCY BETWEEN OBJECTS UTLDTREE.sql Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • SYSOPER Mystery Oracle
  • oradebug ipcrm ipcs Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme