Maybe you can help me identify the reason why the subject area for accounts is so slow at showing results.
Or is it better to create a custom subject area?
Hello and good day!
Dearest Ivony ann,
Are you using two subject areas? For my part, I am not encountering your mentioned problem in single subject area but for two or more subject areas usually it takes time.
Thanks and best regards.
Regie
Hi Ivony Ann,
You need to share the logical SQL, as text not as an attachment because people cant trust strangers on the internet, if you want a better chance of getting some help.
Is it just this particular query from this subject area that is slow or all queries from this subject area? Does you query include fact number of customers? "Customer Fact"."# of Customers". What dimensions have you included? Time? Customer? Geography? Industry? Worker?
Subject Areas for Transactional Business Intelligence
F77865-06
July 2024
https://docs.oracle.com/en/cloud/saas/sales/faoec/Sales--CRM-Customers-SA-87.html#Sales__CRM_Customers_SA_87_d1e34799
This subject area provides real time information on … customers such as customer geography, industry, and employees.
At least 3 things may impact the performance of your query
To debug …
Ask your BI Administrator to go to page manage privileges /analytics/saw.dll?PrivilegeAdmin to grant the user or a role that your user is granted or inherit, privileges Issue SQL Directly and Manage Sessions.
Now log on as the user with the performance problem to go to page issue sql /analytics/saw.dll?issuerawsql, cut paste the logical sql from the advanced tab of the analysis, issue sql with log level default and use cache true, select View Log. Cut paste each of the one or more physical sql statements to an "ad-hoc" data model. Now you can run with "generate sql monitor report". Repeat by comment in and out bits to focus on the problem area.
Regards, Nathan
Hello @Regie Mercado, I'm only using this one subject area that's why I cannot find the reason of the slowness.
Hello @Nathan CCC thanks for your help, however I wasn't able to generate the logs it says, 'No Logs found'.
Ivony Ann, Did you click the Issue SQL button to get some results before you clicked View Log? Also make sure the log level was set to 2 and that the checkbox for presentation cache is ticked before you click Issue SQL.
Hello @Nathan CCC , I have identified the issue using the session logs. It is coming from the HZ_PARTIES where we are getting the required field for this report. I am now looking for other workarounds to accomplish the report. Thank you so much for your assistance!