Monthly Archives: May 2014

A basic RMAN Backup

Hi I am discussing here basic RMAN backup and the example shows the easiest way to complete RMAN backup. Go to command prompt and type rman target / Now you are in RMAN prompt. Execute show all to view the

Tagged with:
Posted in Backup and Restore

how to make database archiving log mode

At first set the archiving log destination as follows: > alter system set log_archive_dest=’E:\archive’ scope=spfile; Then restart the database to make it effective and see spfile about the changes. To make the database in archiving mode follow the steps below

Posted in Backup and Restore