Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Search and replace editor command in vi Linux/Unix
  • Oracle Identifiers Oracle
  • Drop specific SQL plan baseline – spm Oracle
  • How to stop OCSSD Daemon Oracle
  • sid_wise_sql.sql Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • Processes Parameter decision Oracle
  • Nice notes on wait events Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • refre.sql Oracle
  • FRA Information. Oracle
  • Good notes on Oracle Events Oracle
  • longtx.sql Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix

sql_doing_fts.sql

Posted on 03-Aug-2005 By Admin No Comments on sql_doing_fts.sql

select sql_text

from V$sql a,

v$sql_plan b

where a.address = b.address

and a.hash_value = b.hash_value

and b.operation = ‘TABLE ACCESS’

and b.options = ‘FULL’

and b.OBJECT_OWNER <> ‘SYS’

/

Oracle, SQL scripts

Post navigation

Previous Post: crontab syntax
Next Post: Rename Tablespace

Related Posts

  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • V$transaction notes for finding XID composition. Oracle
  • create database syntax Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • alter database backup controlfile to trace Oracle
  • Good Doc 28-JUN-2006 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • reset Sequence Oracle
  • Oracle Internal Good Websites 1 Oracle
  • Alter procedure auditing Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Proc Compilation Oracle
  • DB Console Mainenance. Oracle
  • Single character replacement in Unix Linux/Unix
  • Some useful Unix Commands Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme