CREATE APPLICATION IDENTITY

Purpose

Use CREATE APPLICATION IDENTITY to create an application identity.

Prerequisites

You must have the CREATE APPLICATION IDENTITY privilege to execute this command.

You can use the DBA_APPLICATION_IDENTITIES data dictionary view to query the existing application identities.

Syntax

Description of the illustration create_application_identity.gif

Semantics

Example

The following SQL statement creates an application identity hcm_app, which identifies an application that connects to the database.

CREATE APPLICATION IDENTITY hcm_app MAPPED TO

'AZURE_CLIENT_ID = f1fab37e-7aa2-4ff8-849c-7e731fea3b48';