DROP APPLICATION IDENTITY
Purpose
Use DROP APPLICATION IDENTITY to drop an application identity.
Prerequisites
You must have the DROP APPLICATION IDENTITY system privilege to execute this command.
Syntax

Description of the illustration drop_application_identity.gif
Semantics
-
IF EXISTS: If you specifyIF EXISTSthe application identity is dropped if it exists. If the application identity does not exist, no error is thrown.If you do not specify
IF EXISTS, and the application identity exists, then it will be dropped. If the application identity does not exist, an error is thrown. -
app_identity : the name of the application identity to be dropped.