Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Ports used by Oracle Software Oracle
  • Generating XML from SQLPLUS Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • Implementing Listener Security Oracle
  • Jai Shree Ram Oracle
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Debugging Shell FIles Linux/Unix
  • import-export with multiple files Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • oracle_env_10g_CADEV Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • dbms_job.submit example Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • Privilege to describe the table. Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix

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

  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • How to stop OCSSD Daemon Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • USE_NL and INDEX hints example 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • 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
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Oracle Internal Good Websites 1 Oracle
  • ORA-01220 Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • Read CSV File using Python Python/PySpark
  • Reading config file from other folder inside class Python/PySpark
  • reset Sequence Oracle
  • How to calculate PROCESSES parameter Oracle
  • Restoring a user’s original password 1051962.101 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme