An error message in Oracle : "ORA-00972: identifier is too long".
Description
The following is the description for the ORA-00972 error message.
ORA-00972: identifier is too long
Cause of Error
You tried to reference a table, cluster, view, index, synonym, tablespace, or username with a value that was longer than 30 characters.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Names for tables, clusters, views, indexes, synonyms, tablespaces, and usernames must be 30 characters or less. You must shorten the name to no more than 30 characters for these objects.
Source: http://www.techonthenet.com/oracle/errors/ora00972.php