I have a Oracle backup done with EXP utility.
How can I validate it?
Is there any command/tool to validate the backup archive?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can run:
This will list the contents of the export file without actually doing any actual import operations. I would assume that if the import utility could make sense of the export file, then it’s a valid export file.
EDIT:
“Validate” is a vague term. I have made the assumption that what you want is a tool to make sure the file can be imported at some point in the future. This should do that. If you’re looking for something more, like a sanity or consistency check on the actual data, I know of nothing other than to do the export with CONSISTENT=Y, which will give you a read-consistent view of the data as of the time the export started.