arrowHome arrow Forum Wednesday, 27 August 2008  
Main Menu
Home
Media Gallery
J2EE Blog
Forum
News
Downloads
News Feeds
FAQ's
Links
System Status
Contact Us
About iDoumo
Latest Posts
Find suspicious files abukta
Automate Filesystem Dump abukta
Add route to server abukta
Benefits of Logical Volume Management abukta
Performance Costs of using LVM abukta
Login Form
Username

Password

Remember me
Forgotten your password?
No account yet? Create one

Newsflash
The Sunnyvale, Calif.-based company submitted code for its JumpStart for Wireless security configuration software to SourceForge.net for use by anyone in the wireless LAN (define) industry. The Open Source Initiative (OSI) has already certified the code for JumpStart for Wireless.

  iDoumo Projects
  Database Administration
        Oracle 
              RMAN Backup and Recovery in Oracle9i

Quick Jump To:

Oracle Threads List - Search Forum
Moderated by: abukta Unsubscribe from this Thread
  RMAN Backup and Recovery in Oracle9i
  19 Jan 2006 22:30 # 1 
   abukta
 super admin
 
 profile
 
Join Date: 29 Mar 2005 21:03
Posts:
 
 RMAN Backup and Recovery in Oracle9i
No matter how many recovery scenarios you have thought through, you still might find situations which you did not anticipate. At this point, you will appreciate some of RMAN (Oracle9i) features.

In the past, you were required to wrap the commands within the RUN{} command. With Oracle9i and above, you no longer have to do this unwieldy syntax. For example, you can now simply use the following commands for back and restore:

RMAN> backup database;
RMAN> restore database;
RMAN> recover database;

Before you can issue the backup command, you need to specify the channel characteristics with two CONFIGURE commands as shown below:

RMAN> configure device type disk parallelism 2;
RMAN> configure channel device type disk format = "/ds1/bck/rman%U.bus" maxpiecesize 1000M;
 
message edited by abukta (19 Jan 2006 22:31)


<< Start < Prev 1 Next > End >>
Results 1 - 1 of 1



Help iDoumo

Help support "iDoumo" and free software by donating now!

Donate Once Monthly

Currency

Amount

Currency

Amount

Latest Events
There are no upcoming events currently scheduled.
View Full Calendar
Project Calendar
August 2008 September 2008
Su Mo Tu We Th Fr Sa
Week 31 1 2
Week 32 3 4 5 6 7 8 9
Week 33 10 11 12 13 14 15 16
Week 34 17 18 19 20 21 22 23
Week 35 24 25 26 27 28 29 30
Week 36 31
Media Gallery
Last update:
27 Sep, 11:53
Workday

random:

PeopleSoft
top of page

iDoumo Projects. All rights reserved.