Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Your question being about data, it isn't a Publisher question, this category cover Publisher as a technical product. If you don't have FDI, you should consider asking in the forum covering the Fusion application you are interested in: https://community.oracle.com/customerconnect
-
You don't say "where" or "how" you would like to do that: analysis, DV workbook, semantic model/RPD, Publisher? Keeping it simple, assuming there is a SQL source somewhere there behind, UNION is what you look for. with t as ( select 1 a, 1 b from dual union all select 2, 1 from dual union all select 1, 3 from dual ) select…
-
@Luis E. Rivas -Oracle , I know how the Oracle processes are, and that you will not give any date for when this will be officially supported. But knowing what this "feature" allows, that it's a fundamental thing for any enterprise usage of datasets because that's what allows to have an equivalent of row-level security…
-
https://community.oracle.com/products/oracleanalytics/discussion/comment/63972#Comment_63972 Welcome to the forum, Do you mind sharing a screenshot of where you restrict, or allow, a PNG in Console > System Settings > Security? Because I don't see that in OAC, and I also don't remember having seen that (but right now I…
-
By different server I meant that you would need a second OBIEE 12c server. OBIEE can use only a single RPD. If you want to test your existing catalog content with your current RPD model but sourcing from Snowflake, in parallel of having your environment sourcing from an Oracle database, you need a second OBIEE where to run…
-
Hi @Sneha_K-Oracle , This is an almost 7 years old thread, that has been migrated across a few forums over time. The users who posted above aren't active anymore (at least they never used this forum in the past 2 years). Ask a new question in the Publisher category, providing all the details (product name, version) and…
-
Support of Oracle product is covered in details in MOS documents, like https://support.oracle.com/epmos/faces/DocContentDisplay?id=2775561.1 for OAS. If you have an environment that was working and then stopped working, you should look at what changed between the last time it did work and when it didn't. The only…
-
You can duplicate everything in your RPD (obviously you need a different name for the subject area and the business model). You create your new physical source, import/define your physical objects, map them to the copied business model, create a subject area on top of it. The easiest would be a different server where you…
-
And confirmed! /ui/dv/ui/api/v1/queryvalidation/whereswill happily validate the usage of a session variable there, even spaces around the = . It's really just the front-end blocking the validation, and not even sending the async call to the back-end for it.
-
Thanks Wayne for the 'space' hint, that is the key to get it validated. The fun thing is that the validation error doesn't come from the backend, it's a front-end limitation. With a space after the '=' the front-end javascript doesn't even send a request to /ui/dv/ui/api/v1/queryvalidation/wheresto check for validation, it…
-
@Ankur.Bansal , please do not double post https://community.oracle.com/products/oracleanalytics/discussion/24605/facing-challenge-in-comparing-2-parallel-groups-in-rtf-having-multiple-records
-
Now I'm curious: when it validate, does it work as expected? Because if it does, I'm very much curious to know why the not-validating message is that the session variables are not supported there.
-
Hi, I never managed to get a valid validation, always got the "Invalid Expression. Session variables are not supported". And I tried a number of times…
-
Did you check the logs? Without building a same use cases, difficult to say if OAC can or can't do an outer join when done by the BI Server. But the logs should tell you everything is going on with your query and how it is being handled. It also allow you to make sure you aren't killing your outer join, turning it into the…
-
Hi, Welcome to the Oracle Analytics community. I have the impression you are in the wrong forum/community. This one look after Oracle Analytics products, while your question seems to be more about an application, maybe a Fusion application? If you are asking about a Fusion app, you should have a look in…
-
Hi, What product/version are you using? Just to not give you random replies based on a product you aren't using (OAC is now almost 12 months ahead the latest OAS, and all the changes are in DV).
-
Hi, If you use the Semantic Model to model your data, you can easily create multiple logical table sources for a unique logical table "Sales" with fragmentation logic to tell the system what tables contains what data. Then, when you run queries, the system will automatically query the right table(s) based on the conditions…
-
Not sure you can do much. ODBC is a very generic and almost every source has its own little special things. The RPD supports generic ODBC and that's what it does try to speak with the sources. That's why I was saying to directly see if there is some data coming through when doing an analysis, because doing a row count in…
-
Hi, OAS 2024, also known as OAS 7.6, does comes with the Admin tool version 12.4.2.0.0. You should try to at least use products of the same versions. Not saying that this is your issue… What kind of database type did you select for your Databricks connection? The import of metadata maybe worked, but doesn't mean that the…
-
The timing is maybe going to play against you: the OAS 2025 release is probably being packaged right now, therefore even if they do implement the feature, you will not have it in OAS before 2026. But at least it's there. I imagine support for pagination can be handled by some attributes of each end point, because every…