I am trying to use the database inquire service and when I add a group by selection I get the following exception:
System.Exception: ORA-00936: missing expression
ORA-00936: missing expression
When I review the logs it shows that the select statement is missing since I added the group by clause; however when I remove the group by clause the service runs without issue. Is the group by option not working in the inquire service? I did try it in the run query service and it works there so not sure why I get an error when trying to use the inquire service.
Database Inquire Service use of Group By
-
- Posts: 46
- Joined: August 26th, 2021, 2:02 pm
- Contact:
-
- Posts: 570
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Database Inquire Service use of Group By
Hello Sheryl, I have created task 10493 to resolve this issue. This post will get updated with the revision number once it is done.
word count: 24
-
- Posts: 46
- Joined: August 26th, 2021, 2:02 pm
- Contact:
Re: Database Inquire Service use of Group By
Hi Justin,
I just wanted to follow up on this to see if you had any eta on when this might be completed?
Thanks,
Sheryl
I just wanted to follow up on this to see if you had any eta on when this might be completed?
Thanks,
Sheryl
word count: 25
-
- Posts: 570
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Database Inquire Service use of Group By
Hello Sheryl,
We currently do not have an eta on this issue. You should be able to use the RunQuery service in place of the Inquire service.
We currently do not have an eta on this issue. You should be able to use the RunQuery service in place of the Inquire service.
word count: 27
-
- Posts: 570
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Database Inquire Service use of Group By
This issue was resolved by fixing the query setup. The columns in the Group By clauses needed to be in the results as well.
word count: 24