Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • oracle fast start failover best practice Oracle
  • telnet listening Linux/Unix
  • Add new columns in dataframe Python/PySpark
  • Small sample shell program Linux/Unix
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Creating never expiring DB user accounts in Oracle Oracle
  • plan10g.sql good1 Oracle
  • Oracle 10g Wait Model Oracle
  • Export With Query Another Example. Oracle
  • DBMS_Shared_pool pinning triggers Oracle
  • Virtual Indexes in Oracle Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • Kill a session dynanically using execute immediate Oracle
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle

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

  • Histogram Overview Oracle
  • RAC 11g with vmware Oracle
  • oracle Dba site Oracle
  • v$event_name Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Oracle Metalink useful notes Oracle
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Order by with ROWNUM Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • VIvek Encryption Package and Its Usage Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • tuning commmand for cpu, ip and memory stats Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme