Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • proper cpu stats Linux/Unix
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • good linux notes Linux/Unix
  • Histogram information Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • Find_stale_dr.sql finding stale physical DR.. Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • currwait.sql Oracle
  • Parallel DML Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • AWR license Oracle
  • Important Script Method for tuning Oracle
  • pvm_pre_change.sql 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

  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • oracle Dba site Oracle
  • plan10g.sql good1 Oracle
  • Goog notes on X$ tables Oracle
  • How to start CRS manually 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
  • Find total file sizes Linux/Unix
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • TRUNCATE Privs Oracle
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • how to find VIP from ifconfig Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme