Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi @Nirupama Gopalakrishna, The key part of the message is this one: BI Publisher is effectively replaced by Oracle Analytics Publisher As you can see the only difference is that the product was previously named BI Publisher, while now it is named Oracle Analytics Publisher. It's part of the larger renaming that happened…
-
The OCI services aren't directly dependent on OAC, they are just cloud-only services that can be called (via APIs) from tools like OAC and OAS. Of course those tools (OCI AI services) requires the data to be available to them, using OCI Object Storage in general, and because of that they feel more "natural" when used with…
-
after the upgrade from 10g to 11g We are only able to log into Analytics, not to XMLPUser Sounds like the upgrade wasn't done correctly, but this is anyway a different problem. Were the agents working fine and one day stopped and started throwing that error? Or they never did and since your upgrade to OBIEE 11g they are…
-
Sounds more like a EBS question… If you can get a url (GET) containing all the parameters you need, DV actions or "classic" action links can call that kind of URL and replacing parameters' values based on what has been clicked. But if EBS doesn't have such kind of link available and requires something special, then it will…
-
Hi, I don't think the command fail right after you run it. I imagine it starts running, doing something, and then it fails. Monitor all your mounts/drives on the host while running to see which one is running out of space and add space in there. Oracle owns the code executed by that script (the script itself just call…
-
Hi, If you want to remove the rows only when the 3 columns are 0, instead of having OR conditions between your 3 conditions, change them to a AND condition. That will remove the side effect of the NULL values in the one or two of these 3 columns. This will obviously work only if your analysis retrieve rows with all the…
-
As said earlier, there is only one official Oracle Support: You go on that website, authenticate, and then from there you can create a Service Request (SR). The SR asks you a number of questions, to provide Oracle with enough details to start working on your request. And then you interact with the support people via the…
-
@Minhajul Arefin , This community, this forum, is only for Oracle Analytics products. Your question is for database, which is covered in a number of other forums. For example or
-
@User_L6L9C , This is a community forum, not meant to provide real-time support. Oracle official support is available at https://support.oracle.com/ , where you can raise a SR to get official support from Oracle. Right now, here in the forum, all you posted is a Oracle Cloud login screen with an authentication error, and…
-
Hi, Just to clarify: are you asking only about Publisher? Or Publisher and also a "classic" analysis exported as Excel or a DV workbook exported as Excel?
-
Ah, sorry, I misunderstood your request: you don't want to display something else as a tooltip, you want to replace the value of the bars, which is a measure, by something else. As you said, no, not supported for now. You can submit an idea to add this feature in the future:
-
Hi, Isn't that what the "Tooltip" part of the visualization is for? You can drag other columns (or also the same you already have in Values, Categories etc.) in there and they will show in the tooltip on mouse-over.
-
Hi Tim, to be fair I didn't look much into the details of the existing policies and DV privileges. Didn't need them (most people lately me to turn of DV fully or were happy with default settings, therefore I don't remember what policies and permissions exist or what not.
-
@Vrinda Choraria , no need to post again in the link posted above by Arjun, your question has been moved. OTBI isn't a different community, it's just a different category: content can be moved across categories. A different community would be the Cloud Customer Connect forum: it is impossible to move content to that forum…
-
Also keep in mind that if you datasets or dataflows based on your RPD, you also need to do renaming in there, and there is no tool for that, as Christian said above.
-
In OAC, mostly if you have more than one person modifying the RPD, you should consider transitioning to the Semantic Modeler that provides a native versioning mechanism and could make the work of your developers easier.
-
Double post after a misleading instruction to post again instead of moving the thread. Closing this one…
-
Speak to your cloud tenancy administrator and ask them to look into their users and credentials. You aren't having an issue with Publisher, you are not even in Publisher: you are not being able to authenticate with your cloud credentials. If your tenancy administrators says everything is configured correctly, then tell…
-
Hi, Your question seem to be about Oracle Integration Cloud. This community, this forum, only covers Oracle Analytics products, and OIC isn't part of them. You should go to the parallel forum for your OIC question (I believe that's a direct link to the category covering OIC). If your question is mostly about OCI streaming,…
-
The column "table_name" in user_tab_columnsis just the table name, not the schema . table name. And user_tab_columns, as the name suggest, only works for objects owned by the current user (https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/USER_TAB_COLUMNS.html). If the owner of the table is another user,…