ba6.us - Dave's Database Related Stuff

  • home
  • blog
  • notebooks
  • projects
  • recent
  • about
  • manifesto
  • !
Home › Instance Differences

Tag Cloud

apex Application Express Auditing data dbi development export funnies HTML Java linux monitoring oem oracle performance perl rman scripting sql SQL Developer 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
  • notebooks
  • projects
  • recent
  • about
  • manifesto
  • !

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