Hi,
I have created a dashboard that fetches data from Apache Impala. However, I've noticed that the queries run quickly in Impala, but the dashboards are taking a long time to open.
Why might this be happening
@User_1X7K6 - Please make sure the version of Impala you are using is certified with OAS.
Reference: https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/certification-supported-data-sources.html
Validate by simply pulling a single column and checking the query execution stats in session log to validate where the max time is spent to identify the bottle neck for starter.
Impala version is 3.2.
Where can I see the query execution stats in session log ?
@User_1X7K6 - It can be seen at the end of the session log. Please be informed query stats are recorded only if the query execution is successful.
I am not aware where session log is
@User_1X7K6 - Login as an Admin user. Go to Administration —> Manage Sessions. It will have all the logs listed for the analysis and dashboards run in recent times. Select the one you want to review and click on view log.
I can not find it.
Click on Session and Query Cache. Earlier suggested navigation is valid if you are navigating from Classic Analytics Home.
Click on View Log hyperlink under Action column and you can see the details. Also, when certification matrix says 2.7+ it means 3.2 version is uncertified.
Version Numbers logic explained:
"1.6+" means any version starting with 1 and is greater than or equal to (>=) 1.6 (for example, this includes version 1.8 but not version 2.4).
With same logic 3.2 is not a certified version.
Oh, ok. I pressed the view logs but the info is very poor. No duration or steps.
@User_1X7K6 - You can increase the logging level, please find the details for the same in below document: https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/configure-query-logging.html#GUID-F64A3248-A907-44DF-97E9-AD4C86C50F0C
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M