Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I wouldn't call it "data breach", because it's obvious that it can be done if you allow direct access to your database. It's like if I give you the keys of my home and tell you to freely go in when you want and use the kitchen. Then I will start questioning if I should call the police on you because you could also go in my…
-
A Publisher datamodel / connection isn't a valid source in DV. For 2., no idea what WebCenter is and how you access it: DV can access files in various places in a number of ways, but still doesn't support every existing source.
-
Hi, Are you really going to use OAC and not OAS? In OAC, as far as I know, IDCS is the only security provider available. This means that if you want any form of SSO you should also use the cloud IDCS in your EBS. This seems to be doable (at least for some versions / configs). But it's probably not what you have... I'm sure…
-
And, as a side note: your forum username/display name should also mention "-Oracle" to show that you are an employee.
-
Hi @User_6ITQ2 , As this thread was quite specific on the OP problem, you can maybe create a new question where you provide all the info describing your context and what you tried that didn't work so far etc. (also including a product name and version helps).
-
You shouldn't care about grouping rows, because that's what the product does by default as soon as you do select a measure. I finally got my hands on an environment to do a quick test: selection steps works but are generally used for operations on the dimensions. In your case the filter on the measure should work... The…
-
Aren't you facing a pre-aggregation vs post-aggregation filtering? If you filter before grouping rows, your measure counting the transaction is probably 1 because each transaction is an individual row. While after grouping your rows based on your query, your measure counting now has a value based on the number of…
-
Ezequiel is assuming that you have a database. The EVALUATE function is pointless if there isn’t a backend to push down the formula to, while your own time dimension is just a join away (on the date) from any source you are using. Also a detail: the Oracle database can give you back about 3 if not more weeks calculated…
-
For any time analysis like this one, you should provide your own weeks, because every company has different meaning of something as subjective as the week. You should have a time dimension containing all the required information based on your own definition of what the weeks should be like. If you do want to dynamically…
-
There are different policies needed in OAS that didn't exist in OBIEE. Depending how you did move the content over in your upgrade, if you took with you the security model (application roles), you probably did override the default OAS application role with the one from OBIEE, and you lost the application policies that were…
-
Hi, With errors involving .cpp files, there generally isn't much that can be debugged... Did you apply all the available patches for your environment? Did you search in My Oracle Support (https://support.oracle.com/) for something similar?
-
Aren't you using the wrong tool for the job? OBIEE first, and OAS now, has never been designed to be a database, to store data, and act as data source for analysis. The tool was meant as gateway to connect various sources together, model them to give them a business meaning, generate dynamic queries, and let business users…
-
Did you try running BVT on OAS? The BVT documentation said it didn’t support OAS. The tool isn’t much different, if it doesn’t work with OAS it’s probably because of a difference in the security (that can’t be changed in OAS). It would be quite simple to fix the code of BVT, but the code isn’t available and Oracle owns a…
-
You resurrected 3 old threads at least related to BVT. BVT is gone, doesn’t exist anymore, it has been decommissioned and removed fully from everywhere. It wasn’t built for an OBIEE to OAS upgraded, it was built to support a move to the cloud. How did you validate your OBIEE upgrades so far? Do the same with OAS, because…
-
You resurrected 3 old threads at least related to BVT. BVT is gone, doesn’t exist anymore, it has been decommissioned and removed fully from everywhere. It wasn’t built for an OBIEE to OAS upgraded, it was built to support a move to the cloud. How did you validate your OBIEE upgrades so far? Do the same with OAS, because…
-
You resurrected 3 old threads at least related to BVT. BVT is gone, doesn’t exist anymore, it has been decommissioned and removed fully from everywhere. It wasn’t built for an OBIEE to OAS upgraded, it was built to support a move to the cloud. How did you validate your OBIEE upgrades so far? Do the same with OAS, because…
-
What is the name of the product you are using? You asked in the OAC/OAS category, but OAC and OAS are platform without any content, while your question is about some type of pre-packaged content (or your own custom data models). Based on your reply, your question can be moved to the right category or you can be pointed to…
-
I would say there isn't a simple way because the subject area isn't unique for a query. If you build an union query, you can have 2 different (or more) subject areas involved in the same query. You can set the variable in the analysis itself, to a manual value, allowing you to cover the multiple subject areas cases, but…
-
+1 Michal, also because point (d) isn't really true with an Oracle database: the query with the inner join will be transformed by the database removing the join and pushing the condition in the WHERE clause (the same applies to outer joins rewritten from ANSI to Oracle join syntax, the (+) one). Keeping it simple: Tips for…
-
12.2, 12.3 : these aren't versions, and this is where the confusion is from. So you are using the latest (or worse case second to last) OAC version. This change everything...