sp_configure

Description

Displays or changes ECDA Option for Oracle configuration properties.

Syntax

server_name... sp_configure [service_name] [, config_name [, config_value]]

Parameters

service_name

is the name of the ECDA Option for Oracle service.

config_name

is the name of the configuration parameter to be displayed or modified.

config_value

is the value you assign to the configuration parameter.

Examples

Example 1

DCSERVER...sp_configure DCO_S1, connect_string, "ORA817.world"

Modifies the connect_string for service DCO_S1.

Usage

Permissions

Only the ECDA Option for Oracle administrator can execute sp_configure.