Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • purge_trc.sh Linux/Unix
  • create a folder in multiple places Linux/Unix
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • DBA_HIST_SQLSTAT contents Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Wait.sql Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • pvm_pre_change.sql Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Composite Index creation tip from Vivek Oracle

eplan.sql

Posted on 02-Aug-2005 By Admin No Comments on eplan.sql

truncate table plan_table;

EXPLAIN PLAN

SET STATEMENT_ID = ‘pvm’ FOR

select distinct owner, segment_name, segment_type

from dba_extents where file_id = &filid

and &blkid between block_id and block_id+blocks-1;

— syntax for viewing information from plan_table

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

FROM plan_table

START WITH id = 0 and statement_id = ‘pvm’

CONNECT BY PRIOR id = parent_id AND statement_id =’pvm’;

Oracle, SQL scripts

Post navigation

Previous Post: refre.sql
Next Post: block_ident.sql

Related Posts

  • Oracle 11g Training on 29JAN1010 Oracle
  • find_longsql.sql Oracle
  • metalink all dynamic view reference notes. Oracle
  • Export Oracle data and Compress at same time Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • How to Modify the statistics collection by MMON for AWR repository 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Good notes on Oracle Events Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Good Site for Oracle Internals Oracle
  • Very clear article about oracle dataguard Oracle
  • configUOCIOTTO.ora Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • RAC with RHEL4 and 11g Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme