Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

DIA-25716

The identifier contains a double quotation mark (") character

Cause

The identifier contained a double quotation mark (") character which is not allowed in identifiers. The double quotation mark characters may only enclose an identifier as delimiters. If a password was provided in the IDENTIFIED BY clause of a CREATE USER or ALTER USER command, or as a new password when prompted by an application, such as SQL*Plus, it was syntactically treated as an identifier and was not allowed to contain a double quotation mark character either.


Action

Provide an identifier or password that does not contain a double quotation mark (") character.