142.4.9 ENABLE_ENDPOINT Procedure

The ENABLE_ENDPOINT procedure enables the specified endpoint.

Syntax

DBMS_OBSERVABILITY.ENABLE_ENDPOINT( endpoint IN VARCHAR2 );

Parameters

Table 142-15 ENABLE_ENDPOINT Procedure Parameters

Parameter Description

endpoint

Specifies the endpoint to enable.

Examples

The following example illustrates how to enable the endpoint https://example.com:1234/ot_endp/v1/traces:
SQL> execute dbms_observability.enable_endpoint( endpoint => 'https://example.com:1234/ot_endp/v1/traces' );