Noticed these warnings in the logs while deploying on Liferay 6.2 EE with Oracle 11g DB:
18:06:53,180 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create table TinfoStrutturaEsternaPersonaEsterna (idStrutturaPersona VARCHAR2(75 CHAR) not null primary key,idStrutturaEsterna VARCHAR2(75 CHAR) null,idPersonaEsterna VARCHAR2(75 CHAR) null,companyId number(30,0),createUserId VARCHAR2(75 CHAR) null,createUserName VARCHAR2(75 CHAR) null,versionUserId VARCHAR2(75 CHAR) null,versionUserName VARCHAR2(75 CHAR) null,createDate timestamp null,modifiedDate timestamp null,operazione VARCHAR2(75 CHAR) null);_
18:06:54,318 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create index IX_B4196571 on TinfoStrutturaEsternaPersonaEsterna (idPersonaEsterna);_
18:06:54,323 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create index IX_3948315D on TinfoStrutturaEsternaPersonaEsterna (idStrutturaEsterna);_
18:06:54,327 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create index IX_C9A5C226 on TinfoStrutturaEsternaPersonaEsterna (idStrutturaEsterna, idPersonaEsterna);_
There were errors like the following one preventing me from using the external address book portlet:
ORA-00972: identifier is too long_
18:06:53,180 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create table TinfoStrutturaEsternaPersonaEsterna (idStrutturaPersona VARCHAR2(75 CHAR) not null primary key,idStrutturaEsterna VARCHAR2(75 CHAR) null,idPersonaEsterna VARCHAR2(75 CHAR) null,companyId number(30,0),createUserId VARCHAR2(75 CHAR) null,createUserName VARCHAR2(75 CHAR) null,versionUserId VARCHAR2(75 CHAR) null,versionUserName VARCHAR2(75 CHAR) null,createDate timestamp null,modifiedDate timestamp null,operazione VARCHAR2(75 CHAR) null);_
18:06:54,318 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create index IX_B4196571 on TinfoStrutturaEsternaPersonaEsterna (idPersonaEsterna);_
18:06:54,323 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create index IX_3948315D on TinfoStrutturaEsternaPersonaEsterna (idStrutturaEsterna);_
18:06:54,327 WARN [localhost-startStop-20][BaseDB:457] ORA-00972: identifier is too long: create index IX_C9A5C226 on TinfoStrutturaEsternaPersonaEsterna (idStrutturaEsterna, idPersonaEsterna);_
There were errors like the following one preventing me from using the external address book portlet:
ORA-00972: identifier is too long_