Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • grep multuple patterns Linux/Unix
  • T-SQL Vs PL/SQL Syntax SQL Server
  • Running select from V$ views from remote server Linux/Unix
  • arch_configUOCIOTTO.ora Oracle
  • Small sample shell program Linux/Unix
  • Changing unix system clock when Oracle database is running. Oracle
  • Implementation of key based authentications Linux/Unix
  • DBMS_JOB all example Oracle
  • runsql_once.ksh Linux/Unix
  • eplan9i.sql Oracle
  • Rman Notes -1 Oracle
  • Load SPM baseline from AWR Oracle
  • switchover for primary database Oracle
  • Oracle Connections expire_time and firewall Oracle
  • Restoring a user’s original password 1051962.101 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

  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • OEM-Commnds Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • metalink all dynamic view reference notes. Oracle
  • Goldengate document from Porus Oracle
  • Flowers Resize datafiles 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Giving Grant on v$DATABASE Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • Ports used by Oracle Software Oracle
  • Drop specific SQL plan baseline – spm Oracle
  • Oracle Release Explaination Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • eplan9i.sql Oracle
  • plan10g.sql good1 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme