Displaying 6 results from an estimated 6 matches for "undotbs01".
2004 Mar 10
1
copy error + control file corruption in ocfs 1.10
...#39;: Invalid argument
cp: writing `./backup/a2/./ccindex.dbf': Invalid argument
cp: writing `./backup/a2/./control02.ctl': Invalid argument
cp: writing `./backup/a2/./system01.dbf': Invalid argument
cp: writing `./backup/a2/./temp01.dbf': Invalid argument
cp: writing `./backup/a2/./undotbs01.dbf': Invalid argument
cp: writing `./backup/a2/./undotbs01.dbf.bck': Invalid argument
cp: writing `./backup/a2/./undotbs02.dbf': Invalid argument
[oracle@prac01 test]$ for file in `ls ./a2/*`
> do
> cp --o_direct -Rp $file ./backup/a2
> done
[oracle@prac01 test]$ for file in `...
2004 Mar 10
2
copy error + control file corruption in ocfs 1.1 0
...#39;: Invalid argument
cp: writing `./backup/a2/./ccindex.dbf': Invalid argument
cp: writing `./backup/a2/./control02.ctl': Invalid argument
cp: writing `./backup/a2/./system01.dbf': Invalid argument
cp: writing `./backup/a2/./temp01.dbf': Invalid argument
cp: writing `./backup/a2/./undotbs01.dbf': Invalid argument
cp: writing `./backup/a2/./undotbs01.dbf.bck': Invalid argument
cp: writing `./backup/a2/./undotbs02.dbf': Invalid argument
[oracle@prac01 test]$ for file in `ls ./a2/*`
> do
> cp --o_direct -Rp $file ./backup/a2
> done
[oracle@prac01 test]$ for file in `...
2006 Mar 21
3
Rsync 4TB datafiles...?
...s what will happen if the network connection fails the whole
rsync will fail right.
rsync -a srchost:/ / --files-from=dbf-list
and dbf-list would contain this:
p02/oradata/OSID/redo01.log
p03/oradata/OSID/redo02.log
p04/oradata/OSID/redo03.log
p01/oradata/OSID/system01.dbf
p04/oradata/OSID/undotbs01.dbf
p03/oradata/OSID/sysaux01.dbf
p03/oradata/OSID/users01.dbf
p03/oradata/OSID/example01.dbf
p03/oradata/OSID/data01.dbf
p02/oradata/OSID/index01.dbf
p01/oradata/OSID/control01.ctl
p02/oradata/OSID/control02.ctl
p03/oradata/OSID/control03.ctl
s01/oracle/product/10.2.0/dbs/initOSID.ora...
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
...59391744 2009-05-31 03:27 sysaux02.dbf
-rw-r----- 1 oracle oinstall 602939392 2009-05-31 03:27 system01.dbf
-rw-r----- 1 oracle oinstall 214966272 2009-05-31 03:27 system02.dbf
-rw-r----- 1 oracle oinstall 125837312 2009-05-31 03:26 temp01.dbf
-rw-r----- 1 oracle oinstall 601890816 2009-05-31 03:27 undotbs01.dbf
-rw-r----- 1 oracle oinstall 105914368 2009-05-31 03:27 users01.dbf
root at localhost:/# zfs snapshot coolpool/u01 at ok
root at localhost:/# zfs list
NAME USED AVAIL REFER MOUNTPOINT
coolpool 6.43G 1.39G 18K /coolpool
coolpool/u01 6.43G 1.39G 6.43G /u01
co...
2006 Feb 22
5
Rsync help needed...
Hello,
I was reading your posts about RSYNC. We have a massive Oracle schema lots
of datafiles about 750 GB size. We do rsync datafiles from source to target
server but everytime we cleanup the datafiles on the target server and do
rsync every 2 weeks. On the target side mostly the datafiles will be same
but on source we might have added few datafiles or made some changes in data
and as such the
2006 Jan 15
2
rsync of file list
Hi All,
I would to rsync data spread of many files from remote site. Each file
may exist in total different location - the path for each file may be
different.
My question is:
Can I do it one single rsync command, giving a file containing list of
paths as parameter, or do I need to run rsync for each file.
I did not find any option doing it in the man page. I tried to play with