Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\rtp\sql\set_platform_property.sql
rem rem This script can be used to set the value of a platform property. These rem properties control how the Control Center Service behaves. rem rem USAGE rem Logon as the OWB Repository Owner (OWBSYS) rem rem @<OWB-HOME>/owb/rtp/sql/set_platform_property.sql <prop-name> <prop-value> rem rem This script sets the property with the given name to the given value. rem rem Note that the script assumes that the specified property must exist and rem must be changable rem set serveroutput on; set echo off set verify off set role OWB_USER; define PROPERTY_NAME = '&1.' define PROPERTY_VALUE = '&2.' begin owbsys.wb_rt_script_util.set_platform_property('&PROPERTY_NAME.','&PROPERTY_VALUE.'); end; /
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de