Scripted Signal Management Configuration
Follow these directions to upgrade the Scripted Signal Management Configuration from 9.1.x or a release prior to 9.2.3.
If upgrading from a release prior to 9.2.3, upgrade the Scripted Signal Management Configuration
- Copy
06_create_drugoverview_view.sqlfile fromDatabase/update_ssmfolder into thesigmgt/dbsubfolder of theScripted Signal Management softwaredirectory. For instance, if Scripted Signal Management software is installed in/u01/stage/projects/vaers_prepdirectory, run the following command:$ cp -f update_ssm/06_create_drugoverview_view.sql../projects/vaers_prep/sigmgt/db - Edit the
06_install_signal_tables.shfile in the/u01/stage/projects/vaers_prep/sigmgtdirectory and move the lines in Block 1 to after the lines in Block 2. This should be done for each Scripted Signal Management configuration.Block 1:invoke_dbcmd "$G_SQLPLUS""$webvdme_connect_str" \ "@db/06_create_drugoverview_view \ $INFO_SIGNALDRUGPROP_TABLE \ $INFO_SIGNALDRUGOVERVIEWBASE_TABLE \ $INFO_SIGNALDRUGOVERVIEW_TABLE" \ "Creating the signaldrugoverview view"Block 2:invoke_dbcmd "$G_SQLPLUS""$webvdme_connect_str" \ "@db/06_install_sigmgt_tables \ $G_VAERS_SIGNAL_PREP_ACCT \ $INFO_SIGNALDRUGOVERVIEWBASE_TABLE \ $INFO_SIGNALSUMMARY_TABLE \ $INFO_SIGNALSTATGROUP_TABLE \ SIGNALSUBSETDEF_${INFO_ALL_SIGNAL_TABLE_GROUP_ID}\ SIGNALSUBSETDEF_${INFO_US_SIGNAL_TABLE_GROUP_ID} \ ${SITE_VAERS_SIGMGT_CONFIGID} \ $INFO_SIGNALDRUGPROP_TABLE \ $INFO_PERIOD_PRIOR0" \ "Installing the updated signal management tables in the $SITE_WEBVDME_ACCT account"
Note:
If you have questions regarding upgrading Scripted Signal Management configurations, contact Oracle Support.Parent topic: Upgrade Signal Management configuration schemas