Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • Temporary tablespace explaination Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • create user with unlimited quota Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Find Plan Hash value fphv.sql Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • sess_server.sql Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • 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

  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • How to find password change date for user Oracle
  • Difference between SYNC and AFFIRM Oracle
  • CPU Core related projections AWS
  • Free conference number from http://www.freeconference.com Oracle
  • UTL_FILE test program 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • find_longsql.sql Oracle
  • S3 Basic info AWS
  • DBMS_JOB all example Oracle
  • How to analyze statspack or AWR report. Oracle
  • create user with unlimited quota Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme