Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 193 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 66 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Ability to execute Logical queries through REST API from Custom Application to OAC

BalaGuddeti-Oracle
Rank 5 - Community Champion
Use case: You are planning to use Oracle Apex to execute the Logical queries to OAC programmatically and expecting a Physical Query/ Result set from it. Custom application is less performant and unable to generate the Optimized Physical Queries. Hence, the business need is to leverage Analytics engine query optimization, dynamic query generation capabilities.
As of now Best Known Solution:
The best solution we have at the moment is JDBC.
Here is a blog post showing an example:
OAC Should allow queries through REST APIs
1
Comments
-
OAC provides SOAP API that includes LSQL capabilities. It is probably the preferred approach for your use case.
0