142.4.8 DROP_CREDENTIAL Procedure

The DROP_CREDENTIAL procedure drops a credential.

Syntax

DBMS_OBSERVABILITY.DROP_CREDENTIAL( credential_name IN VARCHAR2 );

Parameters

Table 142-14 DROP_CREDENTIAL Procedure Parameters

Parameter Description

credential_name

Specifies the name of the credential to drop.

Usage Notes

The procedure does not validate that the credential was created through the DBMS_OBSERVABILITY interface. This action can not be undone.

Examples

The following example illustrates how to a credential named MY_CRED:
SQL> execute dbms_observability.drop_credential( credential_name => 'my_cred' );