Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
While this isn't going to answer your question directly, how about if you create a new OAS instance based on 7.6 (why go for last year requiring you to upgrade again in less than a year instead of the latest version) and then migrate your BAR from the OAS 6.4 to it and once all done you delete the OAS 6.4 instance? Because…
-
You mean that your database will charge you by the query? If that's the case, then you should definitely investigate caching in detail because you have no way to predict the behavior of your users, mostly if they are using OBIEE. Because it's an analytical platform and people expect to be able to query things again and…
-
Did you try by adding the host and port parameters? Without those, on the server, the script tries to find the info from some other file, if you define them when calling the script, you maybe avoid the script trying to be "too smart".
-
Just keep in mind all the possible issues with cache: you need to manage it so that users see the right data at the right time and not a cached copy of old data instead. If you can live with the 2 queries, it would be "safer" as you don't have to expect side effects. As an alternative, if your plan is to export the…
-
Hi @User_HGRRZ , After importing the generated repository from the management tool What do you mean with repository generated by the management tool? What kind of tool does generate a repository for you? Do you mean the Model Administration Tool (the good old fat client) where you build a RPD? Or it this some other kind of…
-
Depending on the kind of export you do, not really. Because what you see on screen is maybe not enough for the export. If you enable caching you have more chances that the second query hit the cache and find a match and stops there.
-
@User_57K2N , Look at the linked discussion. Is your OAC a FDI/NSAW integrated OAC instance? Then this discussion tells you about the HTTP 401 when looking at the mail settings.
-
@Matej D. , What command are you using exactly? (replace passwords and other sensible info with fake values before posting it) And you are running the command from the OAS 7.0 server itself? That is an OAS 7.0 you created using the Oracle Analytics Server available in the OCI Marketplace and you didn't change anything else…
-
@Jeny Francis-Oracle , You said this is OAC latest version, I assume it's the public OAC and not some self-hosted OAC VM or something like that. What I find interesting is the shape of the URL that has been blocked (rewritten) by that security product: oacphx01020458-sbb8-bi-0:9704. How is that action link defined in the…
-
The email is sent to a @oracle.com address? Or to a corporate address of another company? Company that happen to have Proofpoint's Targeted Attack Protection in place? If your answers are no and yes, back to the first reply to this thread: the problem isn't in OAC, it's the application used to protect the company that is…
-
It isn't OAC that can do something for this, you should check with the IT team in charge of that company/email. And they say the URL should still work if that product decide it's safe. But still, it's something happening outside of OAC, and nothing that OAC can change. They could maybe add the URL of your OAC to a…
-
Hi, Your question is about a Fusion product, not Publisher. Therefore you should ask in the forum looking after the Fusion products: There are many categories there, find the one being the best match for your question and post it again (it's a separate forum, therefore your question can't be moved there directly).
-
Ok, This to me doesn't sound like an Oracle Analytics product, but more like a Fusion product. Therefore you should post your question in the forum covering the Fusion products: Have a look at the various categories there and try to find the one being the best match for your question.
-
Data visualization doesn't replace to design a storage for your data that is adapted to what you want to do with it. Your current data format is maybe the format you are given by the source of the data, but doesn't mean you have to stick to it for visualization and analysis. What would be a cleaner model for your data…
-
Wrong forum… This community (forum) is only for Oracle Analytics products, FCCS Data Management is not part of them. I don't know what forum cover that product, you should try to look on the other 3 main forums to see if you find it there (and there are other specialized forums as well)
-
Can you help us to understand this issue. The only truth is the physical query executed against your data source. You have "no results" when adding a new column in an analysis? Open the logs, find the physical query generated and that's how you fill find out why no data can be found for that query. OAC doesn't do any…
-
To be precise: in a dataset you can define filters at the dataset level to select only a subset of rows. The issue is that a parameter doesn't exist at that time, parameters can exists once you have the dataset. Therefore if you try to define the filter to be based on a parameter you get an error that the syntax (the…
-
In a DV dataset, you can't have that dynamic component. It is based on a "static" query by design. If you were using the "classic" part of OAS (analyses and dashboards), you could use a direct database request to build your analyses. There inside you can use parameters, just like in your Discoverer workbooks. But, as I…
-
Hi, You are probably using attributes and measures coming from various dimensions and fact tables, and not all of them are connected or have the right content level defined. The column you added comes from something (dimension or fact table) that doesn't have any connection with something else that is already part of your…
-
If I trust the documentation, it should still be there. But I didn't check in a real OAC….