The CLEAR_IDENTIFIER procedure sets the identifier of the current session to NULL.
Syntax
DBMS_SESSION.CLEAR_IDENTIFIER;
Usage notes
The CLEAR_IDENTIFIER procedure can be executed by using the PUBLIC keyword.
Examples
BEGIN
DBMS_SESSION.CLEAR_IDENTIFIER;
END;