Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • ext#.sql Oracle
  • chk_space_SID.ksh Linux/Unix
  • .profile Linux/Unix
  • Export With Query Another Example. Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • find_pk.sql /* Find Primary Key */ Oracle
  • Processes Parameter decision Oracle
  • Multiple listeners Oracle
  • Rename Tablespace Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • database trigger failing Oracle
  • check_copy_progress.sh Linux/Unix
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • find_longsql.sql Oracle

How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep)

Posted on 08-Jun-2006 By Admin No Comments on How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep)

SELECT owner, name, type

FROM v$db_object_cache

WHERE kept = ‘YES’

AND TYPE = ‘CURSOR’;

Oracle, SQL scripts

Post navigation

Previous Post: For Perl DBI installation and testing program
Next Post: How to find the real execution plan and binds used in that explain plan in Oracle 10g??

Related Posts

  • v$backup.status information Oracle
  • sesswait.sql Oracle
  • block_ident.sql Oracle
  • dbinv.sql Oracle
  • metalink all dynamic view reference notes. Oracle
  • DBMS_SQL for alter session. 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • age_alert.ksh aging out alert.log Linux/Unix
  • eplan9i.sql Oracle
  • How to choose Driver table in SQL statement Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • Formatter Explain plan Output 1 Oracle
  • set_env_dba Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Changing the Global Database Name Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme