Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • oracle Dba site Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • find_open_cur.sql Find open cursorts per session Oracle
  • load SPM baseline from cursor cache Oracle
  • Reading config file from other folder inside class Python/PySpark
  • SYSOPER Mystery Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • SQL Server: How to see historical transactions SQL Server
  • To see how much time or progress of long transaction Oracle
  • Very clear article about oracle dataguard Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • Paste command syntax Linux/Unix
  • Good link for LIO in Oracle ( Logical IOs) 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

  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • How to choose Driver table in SQL statement Oracle
  • load SPM baseline from cursor cache Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Export Oracle data and Compress at same time 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • SQL_PLAN.sql for checking real execution plan Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • SQL Server: How to see historical transactions SQL Server
  • Kill a session dynanically using execute immediate Oracle
  • sess_server.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme