Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Rman Notes -1 Oracle
  • Set Role explaination. Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • Reading config file from other folder inside class Python/PySpark
  • Proc Compilation Oracle
  • plan10g.sql Oracle
  • Read CSV File using Python Python/PySpark
  • Another export with Query Oracle
  • USE_NL and INDEX hints example Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Find Stale DR Physical Standby Oracle
  • Nice notes on wait events Oracle
  • .profile Linux/Unix
  • Process Map for CPU and Memory for OS processes 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

  • logminer and my_lbu Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • First Entry in RAC Oracle
  • plan10g.sql good Oracle
  • USER_TABLES.Freelists Oracle
  • reset Sequence Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • get_vmstat.ksh for Solaris Oracle
  • chk_space_SID.ksh Linux/Unix
  • Check SQL Server edition SQL Server
  • .profile Linux/Unix
  • FRA Information. Oracle
  • oracle 10g on linux Linux/Unix
  • Specify the Rollback segment to use in Transaction Oracle
  • oracle fast start failover best practice Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme