The CLEAR_IDENTIFIER procedure sets the identifier of the current session to NULL.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_SESSION.CLEAR_IDENTIFIER;
Considerations
The CLEAR_IDENTIFIER procedure can be executed by PUBLIC.
Examples
BEGIN
DBMS_SESSION.CLEAR_IDENTIFIER;
END;
