Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • tblwopk.sql tablewopk.sql Oracle
  • Load SPM baseline from AWR Oracle
  • CPU speed on Linux Linux/Unix
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • When to rebuld B-tree index Oracle
  • Export With Query Another Example. Oracle
  • CPU speed on solaris Linux/Unix
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • Create type and Grant on it. Oracle
  • EXTPROC Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • eplan.sql Oracle
  • Index Range Scan 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

  • Good notes on Oracle Events Oracle
  • ext#.sql Oracle
  • standard Monitoring – 1 Oracle
  • eplan9i.sql Oracle
  • Locktree.sql Oracle
  • refre.sql 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
  • Kill a session dynanically using execute immediate Oracle
  • Postgres DB user and OS user. POSTGRESQL
  • To see only files and/or folders using LS command Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • Good notes for shared pool Oracle
  • Python class import from different folders Python/PySpark
  • Database logon trigger issue Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme