Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • Handling LOB data in Oracle Oracle
  • currwait.sql Oracle
  • Small sample shell program Linux/Unix
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Kill a session dynanically using execute immediate Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • Rename Oracle Instance Name Oracle
  • Giving Grant on v$DATABASE Oracle
  • Oracle Internal Good Websites 1 Oracle
  • Proc Compilation Oracle
  • Session_info.ksh Linux/Unix
  • All Hints for Oracle Databases 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

  • FRA Information. Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • UTL_FILE test program Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Updated LCK.SQL file. Oracle
  • DBMS_PROFILER for tuning PLSQL programs. 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
  • xargs use Linux/Unix
  • temp_use.sql diplays usage of temp ts Oracle
  • ext#.sql Oracle
  • FRA Information. Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • move_arch_files.ksh Linux/Unix
  • Good Link from metalink 1 Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme