Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
More than "migrate" users and groups, you have to create them in Oracle Cloud. Because OAS doesn't allows you to have local users and groups, it does integrate with the cloud identity provider. That's a different topic (it's outside OAC, just like users and groups are outside OAS). The whole security part could be tricky…
-
In Oracle Analytics the data isn't stored inside the visualization, therefore you can move your DV objects using the documented processes (BAR export in OAS and BAR import in OAC) and you can then change the connection details in OAC to point to your on-premises databases if needed. Of course you will need to handle the,…
-
Yes you can. What you generally do is to define them as 2 different physical databases (so not 2 connection pools in the same physical database), define the joins as you need (you can join objects of different databases) and then you unify them into a single logical model. Or in your case, just grant access to the same…
-
ODI isn't an Oracle Analytics product, it isn't covered by this forum. Currently ODI is covered in the generic "Analytics Software" in a parallel forum:
-
Is your question about standalone ODI or is it part of a package of products including ODI, like OBIA?
-
What kind of data source? In what part of the product?
-
Hi, first and second report both has receipt date filter which is coming from different fact tables Does this mean that the "receipt date" in your 2 reports are technically 2 different presentation columns? Even if both have maybe the same name and the same meaning, they do have 2 different logical columns behind? If…
-
Well … that's a strange priority: I would focus first in helping users and after in trying to get them set a user. And in the end, you are free to use any name you want, so even a random one works. But well … I really don't know how/where you can change your display name, mine was set already before they did deploy these…
-
No worries, in case of doubts it's always better to post :D But asking in the other forum will probably get you a better answer, and faster, because many more people will know Fusion HCM and its data objects.
-
Is this about FAW or directly a Fusion product? If it's just Fusion, then you should ask in the forum looking after Fusion, because your question is about data and not a technical feature of the Publisher product. Fusion is covered in a parallel forum (lot of categories there, look for the best one): If it's about FAW, if…
-
Are you asking about a Fusion product? If it's for a cloud Fusion product, you should ask in the forum looking after that product because you are asking about data and not about Publisher as a tool. Fusion is covered in , there are many categories, find the best match for your question. If you aren't asking about a Fusion…
-
The odd thing is the query that is running should run once a year or so but it is running daily and we cannot figure out why. It is so odd!! What are you trying to fix here? Are you trying to find what is executing that query to disable it, or are you trying to make your OAS an exact copy of your OBIEE, with all the agents…
-
If not wrong the upgrade from OBIEE 12c to OAS wasn't enabling agents in OAS. The agents are copied and are in OAS, but they are all disabled. In the BIPLATFORM schema created by the RCU you should have the S_NQ_JOB table and a few other related tables where you can see the enabled agents and the logs (if they are running…
-
Hi, You are maybe over-reading versions (and Oracle changed the way to name their product a few times, confusing things). OAS 6.4 is not version "20", it's the 2022 release. OAS 7.6 is not version "24", it's the 2024 release. Oracle announced some years ago they would name OAS after the year, because it is a yearly…
-
Hi, The content of your question apparently got lost somehow… Could you post it again? Remember that the more time you invest in writing a detailed question, the more chances you get to have a reply…
-
If you know the maximum level of your hierarchy, in the dataflow you will need to build a "bad looking", but technically valid, dataflow starting with "manager", "employee" from the dataset itself. Then union all to the same dataset joined to itself with a condition d1.employee = d2.manager and retrieving d1.manager and…
-
https://support.oracle.com/epmos/faces/DocContentDisplay?id=2722590.1 For Oracle Analytics Cloud (OAC): This quota cannot be changed and is managed by Oracle. Generally speaking, it is a rare use-case that these limits would need to be changed. If they do, then it would be an Ideas Lab Request (enhancement). If your…
-
As said earlier already, you can run a python script in OAC if you want. It just is done differently than loading and executing the script directly. But you can also do the work directly in a dataflow if the hierarchy you need to "resolve" has a known maximum depth, or you can push the job back to a database using a piece…
-
I would say to do what Christian suggested before already: raise an SR. Mostly when something references a .cpp file, that's a direct SR.
-
Glad it is working. The sorting column is a very useful thing, mostly for date columns as you just did. It is also has been requested as a feature in DV datasets, hopefully it will come at some point…