ORA-00972
The identifier first_10_chars...expected_last_10_chars... exceeds the maximum length of maximum_bytes bytes.
- first_10_chars: The leading 10 characters of the identifier that is too long.
- expected_last_10_chars: The expected trailing 10 characters of the identifier which is the maximum length allowed. Cannot be longer than up to here.
- maximum_bytes: The maximum length of bytes allowed.
Cause
Either an identifier with more than the maximum bytes was specified, or there was a misuse of single or double quotation characters. Note that some character sets may cause a character to require more than a single byte which can cause the limit of bytes to be exceeded while the number of characters remain within the limit.
Action
Specify no more than the maximum bytes for identifiers. Double check the syntax of your quotations.