Getting a "WIN32 13: The data is invalid" error when backing up Oracle database data files.
I have a bpstart_notify script on a Windows 2003 64-bit SP2 host running Oracle 10.2.0.4.0 for a backup policy that puts all of the Oracle database tablespaces into backup mode prior to backing up the data file paths. The bpstart_notify script handles the multiple streams executing this script so that the putting of the tablespaces into backup mode only occurs one time. As well, I have a bpend_notify to take these tablespaces out of backup mode after the last path has been backed up.
For the database's index data files in the same directory, I'm getting this "data is invalid" error message when backing up some files but not all causing their backups to fail. Has anyone else experienced this, and if so, what was your solution? The masters server is an AIX 6.1 LPAR on a p770 and a Sun V440 Solaris9 media server. All servers are running NetBackup at version 6.5.5.
Thanks for any help you can provide.
You got the Oracle fundamentals right i see :-)
With a DB size of 2TB I think you really should consider switching to RMAN online backups. It will cost you a Netbackup license, but if the database has business importance it should justify the license.
If you set debug logging to 5 and enable BPTM logging, you may find additional info why you receive the "invalid data". A WIN32 error is a message from the OS.