Feeds:
Posts
Comments

Archive for March, 2008

Steps to create the physical standby database:1. Take the backup of production database2. Create standby controlfile3. Copy the backup, standy controfile and init.ora files to standby box4. Create necessary directories5. Edit the init.ora file6. Mount the database7. Restore the database8. Start the recovery
1. Take the backup of production databaserman> run {allocate channel c1 type disk [...]

Read Full Post »