Apply upgrade scripts to Oracle Empirica Signal 9.0.x schemas (upgrade only)
Schema upgrade is incremental. If you are upgrading from a version prior to Signal 9.2.2.x, multiple scripts need to be executed.
Perform these steps using the non-privileged user account on the application
server.
- Perform the following steps to upgrade database schemas to 9.1.0.
- Perform the following steps to upgrade database schemas to 9.2.0.
- Perform the following steps to upgrade database schemas to 9.2.1.
- Perform the following steps to upgrade database schemas to 9.2.2.
- Perform the following steps to upgrade database schemas to 9.2.3.
- If you use the Oracle Empirica Topics feature, perform the following steps to upgrade the Oracle Empirica Topics schema:
- If you are upgrading from Signal 9.0.x :
- Using a text editor, open the
update_twc_9_0_to_9_1.sql
file. - Update WEBVDME_ACCOUNT and TOPIC_WORKFLOW_USER.
- Enter the SYS database account password.
- Once the execution completed, verify
update_twc_9_0_to_9_1.log
.
- Using a text editor, open the
- If you are upgrading from Signal 9.0.x, or 9.1.x:
- Using a text editor, open the
update_twc_9_1_to_9_2.sql
file. - Update WEBVDME_ACCOUNT and TOPIC_WORKFLOW_USER.
- As the SYS database user, execute the
update_twc_9_1_to_9_2.sql
script to update TWC schema from 9.1.x to 9.2, for example:$ sqlplus SYS@<TNS_NAME> as sysdba @update_twc_9_1_to_9_2.sql
A password prompt appears.
- Enter the SYS database account password.
- Once the execution completed, verify
update_twc_9_1_to_9_2.log
.
- Using a text editor, open the
- If you are upgrading from Signal 9.0.x :
Parent topic: Prepare the application server