Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Mutating Table Error while using database trigger Oracle
  • Linux CPU info. Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • Find Stale DR Physical Standby Oracle
  • FRA Information. Oracle
  • Find Plan Hash value fphv.sql Oracle
  • checking redhat linux version Linux/Unix
  • Optimizer SORT Operations Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Checking SQL Server Version SQL Server
  • Exadata Basics Oracle
  • plan10g.sql good1 Oracle
  • Recovering lost SYS password Oracle
  • Order by with ROWNUM Oracle
  • SYSOPER Mystery 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

  • Generating XML from SQLPLUS Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • Oracle Statspack survival Guide Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • TRUNCATE Privs Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • dbms_job.submit example Oracle
  • To Find Orphan OS processes. Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme