Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • DB Console Mainenance. Oracle
  • Rman Notes -1 Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • Drop specific SQL plan baseline – spm Oracle
  • Goldengate Tutorial Oracle
  • Oracle Data Direct to TAPE Oracle
  • Drop database in Oracle 10g Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • scripts to take listener.log backup Linux/Unix
  • currwait.sql Oracle
  • Directory wise folder wise space usage Linux/Unix
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • Small sample shell program 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

  • find_idle_cpu.sql Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • Oracle 11g Training on 29JAN1010 Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • switchover for primary database 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
  • Oracle 10g for solaris 10 Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • find_string_in_database.sql Oracle
  • Identical Dblink Issue… Oracle
  • Pending Distributed Transations Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • replace alphabets using sed Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme