Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Removing first line Linux/Unix
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • on IBM-AIX for display Linux/Unix
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Sending email with file attachment. Linux/Unix
  • Find all users who have DML privileges Oracle
  • Check Oracle installed products using one command Oracle
  • S3 Basic info AWS
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • Monitor and Trace Unix processes using truss Linux/Unix
  • Oracle Data Direct to TAPE Oracle
  • Good Doc 28-JUN-2006 Oracle
  • plan10g.sql Oracle
  • Vivek Tuning for Row Locks. 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

  • Proc code Oracle
  • Goog notes on X$ tables Oracle
  • dbinv.sql Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • Absolute file number and relative file number Oracle
  • plan10g.sql 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
  • Jai Shree Ram Oracle
  • Giving Grant on v$DATABASE Oracle
  • Running select from V$ views from remote server Linux/Unix
  • Good notes on Oracle Events Oracle
  • shutdown linux Linux/Unix
  • Remove duplicate rows from table Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • Trace a SQL session from another session using ORADEBUG Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme