If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Rman Configuration Help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-12, 14:54
CarlosinFL CarlosinFL is offline
Registered User
 
Join Date: Oct 2010
Location: Orlando, FL
Posts: 184
Question Rman Configuration Help

I know people ask all day how do they backup Oracle or help with 'Rman' utility however I'm trying to follow this and it advises me to set the two variables before I use 'rman':

1. Create a Fast/Flash recovery area:

Code:
Alter system set db_recovery_file_dest=’/u01/app/oracle/backup’;
Now when I attempt this, I don't know where to enter this command but assume it's in either SQLPlus* or RMAN utility. They appear to be SQL statements so I know I don't run them in the bash shell, right? Anyone know how I do this?

2. Set the recovery size quota for the backup:

Code:
Alter system set db_recovery_file_dest_size=2G;
I'm not clear where or how I should be configuring these parameters before I use the RMAN utility. Can someone please clear this up for me? Sorry I'm very green to Oracle so I'm trying my best.
Reply With Quote
  #2 (permalink)  
Old 02-07-12, 04:08
cis_groupie cis_groupie is offline
Registered User
 
Join Date: Jun 2004
Posts: 597
These are parameters within the database, and can be set using SQL Plus or DBConsole/Grid Control.
__________________
90% of users' problems can be resolved by punching them - the other 10% by switching off their PCs.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On