Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Create bookmark link is still available in OAC Classic Dashboard. There is a privilege that controls it. Navigate from the Classic page to profile > Administration > Manage Privileges link Hope that helps, and welcome to the community from a fellow Texan transplanted to Florida where we get to view multiple launches a week…
-
I do not believe these are referenced in the Weblogic classpath of the AdminServer or the Managed server (bi_server1); therefore, you could test rename. Beware: I do not know the consequences of future patching issues, if the file is renamed. You would need to review and test on a scratch/non-production system. These Log4j…
-
I think I probably misunderstood the question as well, and may have answered too quickly. (ps: I didn't mark it answered) Another alternative. You can use the BIJDBC connector. Overview to Querying Oracle Analytics Cloud Semantic Models Remotely
-
Hi Jaber, Welcome to the Oracle Analytics Community! The following document lists data source supported for the semantic models Data Sources Supported for Semantic Models Rest API is not supported for data models, but it is supported for connections with datasets List of Supported Data Sources in Oracle Analytics Cloud >…
-
Agree, enabling the discovery cache is top tuning tip +1 to @Gianni Ceresa's tip.
-
In addition to java memory tuning (AdminServer in this case for FMWControl (EM)), low file descriptors can cause issues such as java.lang.OutOfMemoryError: GC overhead limit exceeded. There is a MOS tuning guide for OAS that can guide you to increase the soft and hard limits. Doc ID 2866848.2
-
Please do file Idea Lab requests for specific functionality you are looking for.
-
Hi David, Welcome to Oracle Analytics community! If you are asking purely with the context of Weblogic, then you should ask in a Weblogic forum. However, I will assume you are asking within the context of Oracle Analytics Server (or even Oracle Business Intelligence ). OPSS - Oracle Platform Security Services hosts the…
-
I am closing this thread. The original issue is from May 2024 The next issue is due to HTTP Server front-end configuration. The last issue should be investigated on it's own and likely a permissions issue.
-
You may want to view this previous post and the document referenced for a clean uninstall. https://community.oracle.com/products/oracleanalytics/discussion/comment/64571#Comment_64571?utm_source=community-search&utm_medium=organic-search&utm_term=desktop For the connection issue, the documentation describes how to create a…
-
We have taken a parallel approach to the original posted issue: Promoted Support note: Oracle Analytics Server (OAS) Installation Fails With Error 'Invoking Target 'ClientOnlyInstall' in Makefile /bi/ldap/lib/ins_ldap.mk/ (Doc ID 3077860.1) An OAS documentation enhancement to the installation guide to clarify the system…
-
Many Thanks for sharing that @Gianni Ceresa! This package installation will also apply to SUSE Linux 15. I think the document you are referring to is: Oracle Fusion Middleware 12.2.1.4.0 Support with OL/RHEL9 (Doc ID 2936471.1) We can work to get this more clearly documented for OAS 2025
-
Hi @Staniša Avdalović , Welcome to the Oracle Analytics community! You can use the Catalog Manager (UI or command-line) to rename users. Section 17.3, "About Catalog Manager" ./runcat.sh -cmd renameAccounts -help As you may know, OBIEE 11g is very old, we recommend you make plans to update to Oracle Analytics Server(via…
-
Hi Chad, Welcome to the Oracle Analytics community! The issue could be a missing compatibility package that is not allowing the database client dynamically relink. The make.log may include more details. Did you apply the infrastructure patches from Doc ID 2832967.2 ? If not, please apply them, then re-try. I have not had…
-
You can also try the 'Row Expander' custom extension in the Oracle Analytics public library https://www.oracle.com/business-analytics/data-visualization/extensions/
-
You can find an example directives here: https://docs.oracle.com/en/middleware/bi/analytics-server/enterprise-deploy-oas/installing-and-configuring-oracle-http-server.html#GUID-355836D6-377B-46A2-A4FB-51CCC9B2BACD Create the biinternal_vh.conf file and add the following directives:
-
Hi @Karthik-Oracle As a general observation, when applications fail to start, it can potentially be from CPU/Memory utilization/contention on the server as all the apps are deploying in parallel. You can navigate to the Weblogic console, and try to start them manually, or a restart of the entire stack. I have performed an…
-
@Karthik-Oracle This is an old thread with an accepted answer. Patch 36946553 was from OCT 2024, and yes, it has been superseded by the JAN 2025 patches Also, as FYI OAS 2025 was released last week.
-
Hi Clare, If it helps, Taleo team publishes this technical note. Oracle Taleo Enterprise Edition: Updates to Oracle Analytics (Doc ID 2969356.1) As mentioned, this is something to be addressed with Taleo team.
-
Hi Tim, This internal call is not documented, but basically it is getting called at intervals until the complete request is returned to the client. If the client receives the complete request on the initial call, then ReloadDashboard does not happen. I think you are on the right track with differences between a low/volume,…