Comments
-
In your screenshot in the initial post it shows the service_name connection format with /ofsaapdb Try SID syntax instead? :ofsaapdb
-
systemsettings - MaximumQueryLimit would kill it anyways?
-
As Philippe mentions above it sounds like what you want is already logged and available from the OCI log side. Can you clarify if this is a request for it to be made available inside OAC itself instead of OCI Logs?
-
This appears to be more of a question than a feature request / Idea. Consider posting to the forums?
-
Conceptually this already exists: See → Query Limit Extension Query Limit Extension Administrators use this system setting to determine whether the query limit can extend to 60 minutes to accommodate the occasional, longer running query. Valid Values On — The query limit can be extended to 60 minutes. Off — The Maximum…
-
How much larger than 32 KB do you need?
-
You have to fully roll back if you have a failed upgrade attempt.Did you rollback the values in schema_version_registry to pre-upgrade attempt? Keep in mind there are other values in SCHEMA_VERSION_REGISTRY eg "START_TIME", "MODIFIED". Make sure you revert the date values to prior to the upgrade attempt before making…
-
@JohnW-Oracle How can we stay informed about timelines and the roadmap for OBIA. The existing KB was last updated Nov 20, 2025 KB422019: OBIA: Oracle Business Intelligence Applications Statement of Direction In that KB both .pdf links are not working: "For complete details please download attached Statement of Direction…
-
For a feature complete product, it seems the binding to OAS and its annual release cycle is becoming increasingly problematic. A Dec 2026 release for OBIA on 14c would mean customers have only 1 year before extended support ends to complete the upgrade, and at that time it will have been 3 years from the GA date of 14.1.x…
-
On an edge problem in DV on oas 8.2, I tested installing jq instead of adding the text log config, it changed the error from: [nQSError: 43261] "Failed to convert the obis1-query.json to obis1-query.log: jq is not installed. Please install jq first before run this script" to: [nQSError: 46073] Operation 'open()' on file ''…
-
@Qui Thai has the correct solution. I confirmed that the RESPONSE of the erroring request: Request URLhttps://someurl.com/dv/ui/api/v1/data/viewLog?cursorID=4912335&resultsType=unformatted Has in summary these errors: analytics/res/v-1Y8JXKiIr58/b_mozilla/common.js"></script><div class="ErrorMessage">Error during query…
-
If you want the visual, use an analysis/dashboard?
-
Why could it not be a one-off patch for the previous SPB?
-
@Harriet Huang-Oracle I was specifically asking you if the fix is available on the previous patch stack bundle for 8.2, not july …
-
@Harriet Huang-Oracle Is there a patch available for OAS 2025 April PSU?
-
dataflow the 3 datasets into 1?
-
quick thoughts: -Check if you have the patch for Bug 37634679. -confirm if you have nextGenAuth set: $DOMAIN_HOME/config/fmwconfig/biconfig/OBIPS/incubation.properties oracle.bips.auth.nextGenAuth=???? -Does this only happen when the timeout occurs from the /dv side? Or also when the timeout happens from /analytics? Do you…
-
Those grants are not sufficient for Administrator to replicate pervious permissions. Here is an example that may help from an older version of OAS that may help but I would not reccomend: $DOMAIN_HOME/bitools/bin/grantPermissionSetsToBIRole.sh -r BIAdministrator -p…
-
I've not seen in the above info that the JAVA_HOME setup has been confirmed at the system level instead of at the user environment variables. Do you have the JAVA_HOME environment variable set at the SYSTEM level? To confirm, you could print your java_home variable at the start of the install script.