Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • Finding Oracle Patches with opatch Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • New OFA for 11g Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • CTAS with LONG Column for 9i and higher Oracle
  • Debugging Shell FIles Linux/Unix
  • v$event_name Oracle
  • db_status.sql Oracle
  • Guide to Linux System Command Mastery Linux/Unix
  • adding new line after specific pattern using sed Linux/Unix
  • Database logon trigger issue Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • process id based files and 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

  • To check whether standby is recovering properly or not?? Oracle
  • Giving Grant on v$DATABASE Oracle
  • Oracle 11g Training on 29JAN1010 Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • arch_configUOCIOTTO.ora 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
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • oracle 10g on linux Linux/Unix
  • SQL Server: How to see current transactions or requests SQL Server
  • crontab syntax Linux/Unix
  • RAC 11g with vmware Oracle
  • Oracle 10g for solaris 10 Oracle
  • How to change hostname in Linux Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme