Oracle® Business Intelligence Scheduler Guide > Using Oracle BI Scheduler Job Scripts > Oracle BI Scheduler Script Object Methods and Events >

GetConfigurationValue Method


This topic is part of Oracle BI Scheduler Script Object Methods and Events.

Returns the value in Oracle Business Intelligence Scheduler configuration relative to Oracle BI Scheduler's root registry entry.

Usage: GetConfigurationValue() returns the string value for a registry setting relative to Oracle Business Intelligence Scheduler. The configKey and subkeyPath strings must be identical to those in the registry.

Syntax: value = GetConfigurationValue(configKey [, subkeyPath])

Arguments: Refer to Table 26 for GetConfigurationValue method arguments.

Return Value: Returns a string value.

Table 26. GetConfigurationValue Method Arguments
Argument
Description

configKey

A string that specifies the registry key name to return.

subkeyPath

(Optional) A string value that specifies the registry path below Oracle BI Scheduler's root path.

Oracle® Business Intelligence Scheduler Guide Copyright © 2007, Oracle. All rights reserved.