RMAN-20021: database not set
597764Apr 29 2008 — edited Apr 29 2008Hi All,
We have database Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production running on RedHat edition 4.
I have done incomplete recovery of database to previous incarnation using autobackup controlfile with RMAN, opened database with resetlogs everything went fine. database is up and running. Now when i tried to take backup of the database i have received following error
Starting backup at 29-APR-08
current log archived
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 04/29/2008 19:21:21
RMAN-20021: database not set
RMAN> set DBID=279496673
executing command: SET DBID
RMAN> backup database plus archivelog ;
Starting backup at 29-APR-08
current log archived
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 04/29/2008 19:22:46
RMAN-20021: database not set
RMAN> backup database;
Starting backup at 29-APR-08
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 04/29/2008 19:23:48
RMAN-20021: database not set
RMAN-06031: could not translate database keyword
Can anyone please advice as what is reason behind this error. searched on the internet but nothing found rather than contacting oracle support
Regards
Vinay