Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Specify the Rollback segment to use in Transaction Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • Rman Notes -1 Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • Find nth max and min. Oracle
  • Caching sequence in Memory Oracle
  • Rownum with Order by Oracle
  • Very clear article about oracle dataguard Oracle
  • FGA Part-I Oracle
  • send attachment from unix-shell script Linux/Unix
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • How to calculate PROCESSES parameter Oracle
  • cp_filesystem.sql Oracle
  • Temporary tablespace explaination 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

  • switchover for primary database Oracle
  • Privilege to describe the table. Oracle
  • database trigger failing Oracle
  • create trigger syntax Oracle
  • Good Doc 28-JUN-2006 Oracle
  • DBMS_SQL for alter session. 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Find All internal Parameters Oracle
  • How to know Number of CPUs on Sun Box Linux/Unix
  • plan10g.sql good1 Oracle
  • standard Monitoring – 1 Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • scripts to take listener.log backup Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme