|
I have created a backup File. How can I confirm whether my Backup file is usable or not ?
(comments are locked)
|
|
You can find the answer in Oracle's documentation: Validating Database Files with BACKUP VALIDATE
(comments are locked)
|
|
use this script RESTORE verifyonly from disk = 'C:DatabaseTfsIntegration.bak' ---full path with file name of backup file RESTORE filelistonly from disk = 'C:DatabaseTfsIntegration.bak'---full path with file name of backup fil Again, the OP is referring to Oracle, not SQL Server.
Dec 21 '11 at 06:37 AM
Shawn_Melton
(comments are locked)
|
|
you can use restore with verifyonly option to check backup file. here is more details http://www.mssqltips.com/sqlservertip/1093/verifying-backups-with-the-restore-verifyonly-statement/ This is a question toward Oracle, if you go by how the OP tagged the question.
Dec 20 '11 at 10:58 AM
Shawn_Melton
(comments are locked)
|

