Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
RMAN
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ExecMan  
View profile  
 More options Jan 26 2012, 10:08 am
Newsgroups: comp.databases.oracle.misc
From: ExecMan <artme...@yahoo.com>
Date: Thu, 26 Jan 2012 07:08:41 -0800 (PST)
Local: Thurs, Jan 26 2012 10:08 am
Subject: RMAN
Hi,

This database is only 60GB, and is taking 9 hours for RMAN to back
up??   Though the disk where the backup files are put is mounted NFS,
that still does not explain 9 hours.   I am pasting the commands we
use below.  Can anyone see what the hold up is?  I do not want to
paste a huge log here unless someone thinks it will help.

Thanks!

run {
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
sql "alter system archive log current";
crosscheck archivelog all;
crosscheck copy;
crosscheck backup of database;
crosscheck backup of controlfile;
delete force noprompt obsolete;
delete force noprompt expired backup;
backup validate database archivelog all;
backup current controlfile format '/backup/oracle/OR00/control/%d_%T_
%s';
backup incremental level 1 cumulative database
format '/backup/oracle/OR00/rman/D_ora_%M%D%Y_OR00_%p%s'
tag daily_backup
filesperset 3
plus archivelog format '/backup/oracle/OR00/rman/archive/arc_%M%D
%Y_OR00_%p%s' delete input;
restore database validate;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jack  
View profile  
 More options Feb 23 2012, 1:10 am
Newsgroups: comp.databases.oracle.misc
From: "Jack" <n...@INVALID.com>
Date: Thu, 23 Feb 2012 08:10:44 +0200
Local: Thurs, Feb 23 2012 1:10 am
Subject: Re: RMAN

"ExecMan"  kirjoitti
viestissä:4c0ed053-8e85-4c4d-92e2-0d692e6bb...@k28g2000yqn.googlegroups.com...

Hi,

This database is only 60GB, and is taking 9 hours for RMAN to back
up??   Though the disk where the backup files are put is mounted NFS,
that still does not explain 9 hours.   I am pasting the commands we
use below.  Can anyone see what the hold up is?  I do not want to
paste a huge log here unless someone thinks it will help.

Thanks!

run {
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
sql "alter system archive log current";
crosscheck archivelog all;
crosscheck copy;
crosscheck backup of database;
crosscheck backup of controlfile;
delete force noprompt obsolete;
delete force noprompt expired backup;
backup validate database archivelog all;
backup current controlfile format '/backup/oracle/OR00/control/%d_%T_
%s';
backup incremental level 1 cumulative database
format '/backup/oracle/OR00/rman/D_ora_%M%D%Y_OR00_%p%s'
tag daily_backup
filesperset 3
plus archivelog format '/backup/oracle/OR00/rman/archive/arc_%M%D
%Y_OR00_%p%s' delete input;
restore database validate;

}

Is disk or CPU saturated?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »