Problem with RMAN configuration, I need help! [message #286685] |
Sun, 09 December 2007 20:18 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
Hi all!
Today, when I execute one script rman, I receive one error
RMAN> show all;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of show command at 12/10/2007 23:12:43
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of full resync command on default channel at 12/10/2007 23:12:43
ORA-01580: error creating control backup file /u01/app/oracle/oracle/product/10.2.0/VNP/dbs/u01/app/oracle/oracle/product/10.2.0/NEO/dbs/snapcf_TINHCUOC.f
ORA-27040: file create error, unable to create file
SVR4 Error: 2: No such file or directory
RMAN> resync catalog;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of resync command on default channel at 12/10/2007 23:12:53
ORA-01580: error creating control backup file /u01/app/oracle/oracle/product/10.2.0/VNP/dbs/u01/app/oracle/oracle/product/10.2.0/NEO/dbs/snapcf_TINHCUOC.f
ORA-27040: file create error, unable to create file
SVR4 Error: 2: No such file or directory
I checked the directory '/u01/app/oracle/oracle/product/10.2.0/VNP/dbs' and the file snapcf_TINHCUOC.f already exist
Why? I really don't understand, last day I left the working, it was normally.
Would you like to help me?
Thank you!
[Updated on: Sun, 09 December 2007 20:49] Report message to a moderator
|
|
|
|
|
Re: Problem with RMAN configuration, I need help! [message #286691 is a reply to message #286690] |
Sun, 09 December 2007 21:20 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
I tried to configure snap shot, however, I did not..
RMAN> configure snapshot controlfile name to '/u01/app/oracle/oracle/product/10.2.0/VNP/dbs/snapcf_TINHCUOC.f';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/11/2007 00:15:13
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of full resync command on default channel at 12/11/2007 00:15:13
ORA-01580: error creating control backup file /u01/app/oracle/oracle/product/10.2.0/VNP/dbs/u01/app/oracle/oracle/product/10.2.0/VNP/dbs/snapcf_TINHCUOC.f
ORA-27040: file create error, unable to create file
SVR4 Error: 2: No such file or directory
And then, I make one other directory called as /u02/snapshot_controlfile, navigated to it..
RMAN> configure snapshot controlfile name to '/u02/snapshot_controlfile/snapcf_TINHCUOC.f';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/11/2007 00:16:53
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of full resync command on default channel at 12/11/2007 00:16:53
ORA-01580: error creating control backup file /u01/app/oracle/oracle/product/10.2.0/NEO/dbs/u01/app/oracle/oracle/product/10.2.0/NEO/dbs/snapcf_TINHCUOC.f
ORA-27040: file create error, unable to create file
SVR4 Error: 2: No such file or directory
Why this rman command generate '/u01/app/oracle/oracle/product..' ?
Thank you for your reply!
|
|
|
|
Re: Problem with RMAN configuration, I need help! [message #286695 is a reply to message #286692] |
Sun, 09 December 2007 21:48 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
Thank anna!
This is environment
SQL> exit
$ env | sort
HOME=/u01/app/oracle
HZ=
LANG=C
LOGNAME=oracle
MAIL=/usr/mail/oracle
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/oracle/product/10.2.0/VNP
ORACLE_PATH=/u01/app/oracle/oracle/product/10.2.0/VNP/bin
ORACLE_SID=TINHCUOC
PATH=/usr/sbin:/usr/bin:/u01/app/oracle/oracle/product/10.2.0/VNP/bin
PWD=/u01/app/oracle
SHELL=/bin/ksh
TEMP=/u01/temp
TERM=dtterm
TMPDIR=/u01/tmp
TZ=Asia/Saigon
_=/usr/bin/env
$
|
|
|
|
|