This is not a recommended way to do database backups (sharing the ora datafiles out to a windows machine). Its always better to have your backup script drive the backup and copy the files where they need to go.
I recommend you either:
1) use a script on the Linux box to copy the files over to a temporary directory that is shared, then have the XP machine copy the temporary ones, not the original ones.
2) Use cifs to mount a Windows share onto the Linux box and have the Linux script copy them directly to the windows share
I also recommend using RMAN since it is faster, will create smaller backupsets, and does not require putting the tablespaces into hot backup mode. You can tell RMAN what directory destination to use.
Main Topics
Browse All Topics





by: bittiPosted on 2009-09-01 at 07:38:56ID: 25232046
Hi,
On samba conf file, try this ?
kernel oplocks = no
Regards