Home » RDBMS Server » Backup & Recovery » backup with rman (oracle, 10.2g, win 2003)
backup with rman [message #389491] Mon, 02 March 2009 05:46 Go to next message
alogator
Messages: 2
Registered: December 2008
Junior Member
Hi !
I want to make a backup of my files.
So put a database into archivelog mode
then

cmd -> rman -> connect target /


BACKUP INCREMENTAL
LEVEL 0 TAG = WEEKLY DATABASE;

it made me two files in folder c:/backup
one had 522888KB
second had 6976 KB

how can i now restore this files when my database damage
Re: backup with rman [message #389494 is a reply to message #389491] Mon, 02 March 2009 05:50 Go to previous message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
restore database;
recover database;

If you don't know this I recommend you to urgently read Database Backup and Recovery Basics and Database Backup and Recovery Reference

Regards
Michel
Previous Topic: BACKING UP DATABASE WITH RMAN
Next Topic: Excluding Tablespace in RMAN Backup Strategy
Goto Forum:
  


Current Time: Wed Apr 17 22:55:32 CDT 2024