search for: users01

Displaying 4 results from an estimated 4 matches for "users01".

Did you mean: user01
2006 Mar 21
3
Rsync 4TB datafiles...?
...ync 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 One advantage that I have if do rsync file by file is if the...
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
...2939392 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 coolpool/u01 at ok 0 - 6.43G - oracle at localhost:/>...
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