Hi
I am getting the following errors while running a report.
1) Data source adapter error: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long
2)SQL cannot be generated, because the filter condition [Presentation Layer].[EmpName_DP].[EMPR_NM] = ?PEmpName? could not be applied to the following fact stream which does not contain a fact projection: (EMPLOYER_NAME1).
Can anyone tell me whats the reason for the following errors.
Thanks
Looks like an Oracle error:
http://www.dba-oracle.com/sf_ora_00972_identifier_is_too_long.htm (http://www.dba-oracle.com/sf_ora_00972_identifier_is_too_long.htm)
http://www.techonthenet.com/oracle/errors/ora00972.php (http://www.techonthenet.com/oracle/errors/ora00972.php)
http://stackoverflow.com/questions/3085562/ora-00972-identifier-is-too-long-alias-column-name (http://stackoverflow.com/questions/3085562/ora-00972-identifier-is-too-long-alias-column-name)