Database - RAC/Scalability (MOSC)

MOSC Banner

RAC - DB change 2 - continue

edited Nov 11, 2013 9:02AM in Database - RAC/Scalability (MOSC) 2 commentsAnswered
DB: Oracle 11.2.03 with ASM Linux: Red Hat Enterprise Linux Server release 6.4
 Node: 5
 
How would I find out my database change rate for a given day? not for a table but the entire database.

 QUESTION 1: I ran the following query on node #1.  since this is Five nodes RAC and we use two nodes to run RMAN backup, do you need to run this query on two nodes and add both figures for output bytes ?

SELECT   command_id,start_time,end_time,status,input_type, input_bytes_display,output_bytes_display,
              FROM   v$rman_backup_job_details
            order by start_time desc

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center