PROMPT update wb_rt_platform_properties update wb_rt_platform_properties set PROPERTY_VALUE = 'Generated' where PROPERTY_PATH = 'property.RuntimePlatform.0.version'; update wb_rt_platform_properties set PROPERTY_VALUE = '10.2.0.3.0' where PROPERTY_PATH = 'property.RuntimePlatform.0.min_service_version'; PROMPT update wb_rt_service_nodes update wb_rt_service_nodes set RUNTIME_VERSION='10.2.0.3.0', ENABLED=1; commit; PROMPT update CMPInstallation_v update cmpinstallation_v set installedversion = '10.2.0.3.0', release = (select PROPERTY_VALUE from wb_rt_platform_properties where PROPERTY_PATH = 'property.RuntimePlatform.0.version'); commit;