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.

Semantics

  • IF EXISTS: If you specify IF EXISTS the 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.