pankajdhoot20
Technical User
Hello everyone,
I am trying to create a Livereport in Livelink. It looks something like below:
select count(*) "Count" from KUAF where Type=0 and Deleted=0 and MailAddress like "%_abc.com%" and MailAddress not like "%_xyz.com%"
The query runs fine in PL/SQL & yeilds an appropriate result, however when I try to run the same via a Livereport, it throws me an error something like below:
Livelink Error: Error processing request
ORA-00972: identifier is too long -
tried to google the Oracle error & I understand that the identifier should not be more than 30 characters. Now, abc in the above query are 6 characters while xyz in actual are 8 characters. Kindly help me understand where am I going wrong.
Would highly appreciate your help. Let me know in case I need to provide any more details.
We are on LL 9.5.1
Thank you.
Pankaj
I am trying to create a Livereport in Livelink. It looks something like below:
select count(*) "Count" from KUAF where Type=0 and Deleted=0 and MailAddress like "%_abc.com%" and MailAddress not like "%_xyz.com%"
The query runs fine in PL/SQL & yeilds an appropriate result, however when I try to run the same via a Livereport, it throws me an error something like below:
Livelink Error: Error processing request
ORA-00972: identifier is too long -
tried to google the Oracle error & I understand that the identifier should not be more than 30 characters. Now, abc in the above query are 6 characters while xyz in actual are 8 characters. Kindly help me understand where am I going wrong.
Would highly appreciate your help. Let me know in case I need to provide any more details.
We are on LL 9.5.1
Thank you.
Pankaj