I was able to create a database backup via RMAN wit the following statements:
run
{
allocate channel c1 type disk;
backup database format 'P:\W2K_Oracle8\backup\%u';
release channel c1;
}
However, I had a problem with the recovery process. The following statements were used (NOTE: Both the...
Thanks for the reply! Any, I logged into the RECOVERY database and executed the 'select name from v$controlfile' and the control files are in the RECOVERY directory. The DB1 and RECOVERY directories are entirely independent. I checked the init.ora files for both DB's and both are pointing to...
Hi, I installed two databases (DB1 and RECOVERY) to the same system. I had one fully functional DB1. I created the second one (RECOVERY) so that I could make an independent recovery catalog.
Anyway, during the entire process, at some point, I had shutdown the DB1 database (via SHUTDOWN NORMAL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.