I’m trying to programmatically backup a database using the following command:
expdp system/system_password
directory=dir_exp job_name=jobexp
SCHEMAS=my_schema
where "system_password" is the actual "system" password and "my_schema" is the name of the schema I want to export.
How can I verify in an automatic manner that the export was successful? Searching the log file for the "successfully completed at" line is not such a good idea...
The question remains for restore also: how can I check that the restore is successful?
Software/Hardware used:
ASKED:
April 28, 2008 2:10 PM
UPDATED:
April 29, 2008 7:44 PM