Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Implementing Listener Security Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • Distributed Transaction Troubleshooting. Oracle
  • How to start CRS manually Oracle
  • Running select from V$ views from remote server Linux/Unix
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • Find total file sizes Linux/Unix
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Caching sequence in Memory Oracle
  • online_bkup.sql Oracle
  • Index Range Scan Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • scp with ssh2 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

  • Finding locked objects Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • Find_table_size.sql Oracle
  • OEM-Commnds Oracle
  • runon_allcdbs_find_pdbs.sql Oracle
  • Clean up 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 (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Search and replace editor command in vi Linux/Unix
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • FRA Information. Oracle
  • normal maintenance for exp-imp and renaming table Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • Proc code Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme