Getting 'ERROR at line 1: ORA-00972: identifier is too long' when executing 'alter table drop'
db is version 19.18 and compatible is 12.1.0.2. I'm executing the following.
SQL> ALTER TABLE FLEX_MAC DROP (PHARM_AFFIL_TYPE_CDE);
ALTER TABLE FLEX_MAC DROP (PHARM_AFFIL_TYPE_CDE)
*
ERROR at line 1:
ORA-00972: identifier is too long
Am I hitting a bug? I can't find information about this on Oracle Support.