Oracle 11g Backup and Recovery
I have installed Oracle in E Drive. *I need to format my O开发者_如何学PythonS located in C Drive.* Now I need to backup whole database so that when installed new OS, oracle database works fine.
You will have to re-install the Oracle database software. The data that forms the database can be backed up/restored using RMAN or manually. I recommend you practice a restore before blowing away your current environment.
http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/osbackup.htm#autoId3
http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/osrecvry.htm#autoId18
精彩评论