142.4.6 DISABLE_SERVICE Procedure

The DISABLE_SERVICE procedure disables the specified services.

Syntax

DBMS_OBSERVABILITY.DISABLE_SERVICE( svc_id IN BINARY_INTEGER DEFAULT all_services );

Parameters

Table 142-12 DISABLE_SERVICE Procedure Parameters

Parameter Description

svc_id

Specifies the service or services to disable.

Usage Notes

The CDB is a global reference for service availability, that is, the PDBs will only be able to use a service enabled both on the current container and at the CDB.

Examples

The following example illustrates how to disable all services using the default value:
SQL> execute dbms_observability.disable_service;