Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Looks like you are using the SampleApp vm.. Do you have sqlnet.ora? Do you have TNS_NAMES env var configured on obis.properties pointing somewhere else (where there is tnsnames.ora? sqlnet.ora?) If not, as @Joel Acha mentioned, in 12.2.1.4, the location of the tnsnames.ora should be:…
-
11g ends error correction at the end of this year, so I suspect you may not be on it long and using it as an intermediate to step to 12c on-premises or OAC|OAAC If that is the case, it wouldn't hurt for the migration Not knowing your architecture and topology (HTTP Server, no HTTP Server, SSO, No-SSO, SSO type, etc.), it…
-
Are you following our blog documents? If not, what document are you following telling you to disable LWSSO for DV? https://blogs.oracle.com/cealteam/obiee-12c%3a-configuring-kerberos-sso-for-obiee-12c
-
1. As you found, disabling LWSSO is a domain procedure (i.e. - you are passing the domain home, regardless of whether it is embedded under the OLD Oracle Home binary path or outside the Oracle Home(recommended f)); therefore, it applies to all nodes (perhaps, you needed to restart the bi_server2 managed server to pick up…
-
Notwithstanding the excellent comments provided. Some high-level reference information. The library has blogs and videos that give you a "feel", but as the comments state... partnering would be the best path * You may want to download and learn about oracle Data Visualization Desktop. You could probably re-create the 'xyz'…
-
Collect your diagnostic bundle and begin review the logs for errors for the user in question. Collecting Diagnostic Bundles Since an RPD change was your catalyst, check the nqserver.log first
-
You have full and direct access to your OAC system running on public compute via SSH key. (This is different than BICS) see: Managing SSH Access This MOS document also describes how: How To Collect Diagnostic Files and Logs in Oracle Analytics Cloud (OAC) (Doc ID 2236000.1) The section... To collect configuration and…
-
Hi Mark, I have observed issues with on-premise with firewalls causing some of that type of behavior. It could apply to the cloud as well. I would put these parameters in the sqlnet.ora that the OBI server is using and bounce it, then monitor. DIAG_SIGHANDLER_ENABLED=FALSE DISABLE_OOB=ON BREAK_POLL_SKIP=10000 Next, can…
-
I would tend to agree with Charles, to check the database side. ORA-01012, tends to lend itself more to something occurring on database side (max process or process limit hit, improper shutdown, file permission change, memory issue, etc.). Possibly, intermittent firewall. I cannot explain fully the single SA, but perhaps…
-
I am not really sure what the ldap has to do with it, but there are tuning guides on MyOracle Support. You're only going to get so much mileage out of tuning for exports. 200 columns sounds a bit excessive, so you may have a design issue or using the wrong tool for the use case
-
Curios, what is your export command? Are you specifying, includeCatalogRuntimeInfo=true What is your specific version?
-
lol, optimistic I suppose. I do wish one could force a template for basic information vs. 20 questions game. The other alternative is ignore, I suppose, but that is no fun. I've come to love the http://catb.org/~esr/faqs/smart-questions.html#beprecise that I often see posted by @rmoff
-
It would be helpful to know the version and bundle patch as well.
-
Hi, You didn't specifically mention the "RCU" database or your datasource database, but in either case, the same JDBC drivers and OCI/SQL*net drivers will connect just fine to 11g and 12c database. Therefore, it it is only an upgrade, you should not notice any difference. Other comments welcome. Regards,