142.4.10 ENABLE_SERVICE Procedure
The ENABLE_SERVICE procedure enables the specified
services.
Syntax
DBMS_OBSERVABILITY.ENABLE_SERVICE( svc_id IN BINARY_INTEGER DEFAULT all_services );
Parameters
Table 142-16 ENABLE_SERVICE Procedure Parameters
| Parameter | Description |
|---|---|
|
|
Specifies the service or services to enable. |
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 enable all services using the
default
value:
SQL> execute dbms_observability.enable_service;