If you need to install the ETL utility subsequent times after the first installation, you must first drop the destination account.
Step 1. Edit the etl.properties file.
For example:
$ cd /u01/stage/cdm4etl
Step 2. Drop the destination account.
For example:
$ sqlplus <privileged_user_name>@<connect_string>
You are prompted to type a password for the user.
Note: Drop the destination account, which the ETL utility created, not the account that was created when you installed the Empirica Healthcare Analysis application. You must type the user name for the account correctly. You cannot recover a dropped account.
SQL> drop user <user_name> cascade;
Example:
SQL> drop user CDM_DEST cascade;
Step 3. Install the ETL utility again.
For example:
$ cd /u01/stage/cdm4etl
For example:
$ sqlplus <privileged_user_name>@<connect_string>
You are prompted to type a password for the user.
SQL>@install_etl.sql
If you set properties so that you import using a database link, the installation prompts you to provide and confirm the passwords for the data and vocabulary accounts in the source database.
For all installations, the installation prompts you to create a password for the destination account. Remember this value for later when you check whether the installation was successful and execute the ETL utility.
The install_etl.log file, which is in the current directory, is overwritten when you reinstall.
| Copyright © 2015 Oracle and/or its affiliates. All rights reserved. |
|---|