How do I know whether the installation was successful?
The installation of the ETL utility typically takes no more than a couple minutes.
- In the current directory, open the install_etl.log file, and make sure that:
- The last entry in the file says Installation Complete.
- The file contains no errors.
- Review the ETL_STATUS table for errors:
- Log in to the Empirica Healthcare Analysis database using the destination account. You provided the name for the destination account in the etl.properties file and supplied a password during installation.
- In SQL*Plus, review the status table using the following command:
SQL>SELECT * FROM ETL_STATUS;
- Make sure Completed appears for the status of the Install step.
| Copyright © 2015 Oracle and/or its affiliates. All rights reserved. |