ba6.us - Dave's Database Related Stuff

  • home
  • blog
  • notes
  • projects
  • recent
  • about
  • !
Home › Instance Differences

Tag Cloud

apex data development export funnies Hint HTML import linux monitoring oem oracle performance perl pl/sql reporting rman scripting solaris sql sqlplus tuning unix windows
more tags

Search

RSS Feed

Blog Posts :

Navigation

  • Feed aggregator

User login

  • Request new password

Memory Status

dmann — Tue, 11/10/2009 - 18:09

Current Memory Status

-- Comparison of Configured Pools
SELECT 'DB1', 
       V$MEMORY_DYNAMIC_COMPONENTS.* 
  FROM V$MEMORY_DYNAMIC_COMPONENTS@DATABASE1
 WHERE CURRENT_SIZE>0
UNION ALL
SELECT 'DB2', 
       V$MEMORY_DYNAMIC_COMPONENTS.* 
  FROM V$MEMORY_DYNAMIC_COMPONENTS@DATABASE2
 WHERE CURRENT_SIZE>0 ORDER BY 2,1;
‹ Instance Differences up Parameters ›
  • Printer-friendly version


Cornify
  • home
  • blog
  • notes
  • projects
  • recent
  • about
  • !

Content Copyright 2006-2010. Links are copyright of respective owners.