RMAN backup cant start [message #313279] |
Fri, 11 April 2008 05:26 |
Nikola
Messages: 9 Registered: April 2008
|
Junior Member |
|
|
Hello,
I have problem with rman full db backup, cronjob starts backup script, but output just says channel db_fullback_disk1: starting piece 1 and no ending...
Starting backup at 11.04.08
channel db_fullback_disk1: starting full datafile backupset
channel db_fullback_disk1: specifying datafile(s) in backupset
input datafile fno=00002 name=/u01/app/oracle/oradata/<sid>/undotbs01.dbf
input datafile fno=00003 name=/u01/app/oracle/oradata/<sid>/sysaux01.dbf
input datafile fno=00001 name=/u01/app/oracle/oradata/<sid>/system01.dbf
input datafile fno=00006 name=/u01/app/oracle/oradata/<sid>/USER1_LOB.dbf
input datafile fno=00009 name=/u01/app/oracle/oradata/<sid>/USER2_LOB.dbf
input datafile fno=00008 name=/u01/app/oracle/oradata/<sid>/USER2_DATA.dbf
input datafile fno=00005 name=/u01/app/oracle/oradata/<sid>/USER1_DATA.dbf
input datafile fno=00010 name=/u02/oradata/<sid>/USER2_INDEX.dbf
input datafile fno=00007 name=/u02/oradata/<sid>/USER1_INDEX.dbf
input datafile fno=00004 name=/u01/app/oracle/oradata/<sid>/users01.dbf
channel db_fullback_disk1: starting piece 1 at 11.04.08
I notice also too many inactive rman sessions.
is there some known bug affecting version 10.2.0.1?
Backup media is disk, oracle version 10.2.0.1 standard, os is linux CentOS 4
rman command:
run{
allocate channel db_fullback_disk1 type disk
format '/mnt/backup/rmanbackup/%U';
backup database;
release channel db_fullback_disk1;
restore database validate;
delete noprompt obsolete;
}
Thanks in advance!
Nikola
|
|
|
|
|
|
|
|
|
Re: RMAN backup cant start [message #313314 is a reply to message #313279] |
Fri, 11 April 2008 06:36 |
Nikola
Messages: 9 Registered: April 2008
|
Junior Member |
|
|
Hi,
alert.log is empty, backup is done with controlfile also disk space is not problem...
I notice one more thing, rman create backup file and stops at exactly 88K every time.
Also i didn't mention backup disk is mounted ntfs drive but drive was first that i checked.
[Updated on: Fri, 11 April 2008 06:40] Report message to a moderator
|
|
|
|
Re: RMAN backup cant start [message #313324 is a reply to message #313279] |
Fri, 11 April 2008 06:59 |
Nikola
Messages: 9 Registered: April 2008
|
Junior Member |
|
|
Here are mount options:
server.domain:/mounts-1/10g /mnt/backup nfs rw,noac,bg,intr,hard,timeo=600,wsize=32768,rsize=32768,nfsvers=3,tcp 0 0
But there was no changes in mount option for a long time.
Regards,
Nikola
|
|
|
|
|
|
|
Re: RMAN backup cant start [message #313350 is a reply to message #313347] |
Fri, 11 April 2008 08:16 |
Nikola
Messages: 9 Registered: April 2008
|
Junior Member |
|
|
Hi Alan,
Thanks for assistance, problem is solved... i just recreate temp teblespace and after that all worked just fine.
Strange thing is it was not full...
Kind Regards,
Nikola
|
|
|
|
|
|