Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Pending Distributed Transations Oracle
  • send email from unix mailx with attachment. Linux/Unix
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • SYSOPER Mystery Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • metalink all dynamic view reference notes. Oracle
  • Proc Compilation Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • Settting up get_vmstat.sh for colletinf CPU Usage. 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

  • Privilege to describe the table. Oracle
  • JSON/XML Types in Oracle Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • export import with parameter file. Oracle
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • V$ROLLSTAT status is Full Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • shr1.sql for MTS or Shared server configuration Oracle
  • All About oracle password and security from metalink Oracle
  • Rownum with Order by Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • Find_table_size.sql Oracle
  • Nice notes on wait events Oracle
  • on IBM-AIX for display Linux/Unix
  • secure crt settings Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme