Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, I can't give you a date or any formal answer but just a global feeling of the strategy you can expect and this will let you guess when things will come (and if they are coming). The strategy is clearly cloud first. So any new thing will be first released in OAC. The on prem side will come at a later step (so far it…
-
Philippe is on holiday. As said the plugins I'm kind of sure it's out of support, so it's not something you paid for or are guaranteed in any possible way. Now you can of course keep blaming them here as they will never see it, you can open a SR and they will probably tell you it isn't something covered by support. So you…
-
Honestly I still don't believe DVD is meant to be sold alone. For me it has never been the point of the tool. It's a bonus for when you have another tool/cloud server as it's given for free. Tableau has only that to focus on, for Oracle DVD is just the last of a ton of tools, so it's clear the effort and focus is…
-
Yes, the SR was totally humorous, I do not wish that to my worst enemy For the rest it's true that they aren't gaining points with that. It's the downside of having moved the plugins into an Oracle site: they lost the freedom to manage it and probably need to wait on somebody else who doesn't care at all. For the info on…
-
It's well hidden But it's also there that you find all the logs with more info when having an error somewhere ... If you got what you looked for you can maybe close the thread as it will help others too.
-
Hi, as far as I know when the site works it's also written that there is no support on the plugins and it's up to you to use them or not as you wish (because you can write the same plugins yourself in the end). I know one of the PM is on holiday, so I would suggest you maybe ping Joseph on Twitter to ask him…
-
Hi, Have a look in C:\Users\<your username>\AppData\Local\Temp\DVDesktop\logs\OBIS You have the logs of DVD there and in one of the files the queries (the file with the queries is obis1-query.log )
-
3526194 wrote:What are the system requirements for Oracle Data Visualization Cloud Service? Well, an internet connection for sure. It's ... cloud, so not really many more requirements than what you had to be able to connect and write this thread here in OTN
-
Adding an E-Mail Server The doc is a good place to start with. And if in your attempt to configure the mail server you have something more precise like a log file, an error message or at least the version of the tool you use it will need to be posted for more constructive answers
-
Hi, Based on above answers you can have a second Windows account you use for the newer/older version of DVD. %localappdata% is based on the user, so a new Windows account will have a totally independent %localappdata%. I'm not saying it's a nice clean and livable solution, but it's that or VMs
-
Earlier than expected: DVD 12.2.3.0.0 is available ! Oracle Data Visualization Desktop Downloads
-
Hi, It's in the button to "share project".
-
FYI: I saw somewhere DVD v3 is supposed to be released in the next weeks (2-3 in theory). They demoed and talked about it at Kscope17 yesterday. There are some nice new things like ODBC/JDBC support (in theory again) etc. Let's wait for it and see what's inside
-
As Adam said: search for it and you get the answer. As apparently you didn't ... in the meantime of generic ODBC/JDBC support you can A) export to Excel from MySQL and load your excel or B) move your data to another supported database.
-
In the background the bi server is there, but it all depends how you integrate things As Christian said: even on a full OBIEE you can easily have the BI server to just do SELECT of columns without pushing down a single thing and doing the full job itself. Of course we aren't supposed to look into that and the tool ...
-
As we all known there isn't anything more obscure than the future releases and roadmap of tool at Oracle My feeling is that their late jump on the cloud market cannibalized resources everywhere else, and BI is the latest addition to cloud with the OAC service. With some luck this also means they devs can jump back on the…
-
Hi heard there is a new version in the pipeline which was supposed to be released last week or there around, so ideally it isn't too far. For VA keep something in mind: cloud first, on prem ... maybe at some point. That's generally the way new developments will be, so new things in DVD will first end up in DV / VA in cloud…
-
Just to "FYI", this is the default behaviour in OBIEE / DVD : integer division vs decimal division. The type of the values does matter and it's a common issue in IT when people ignore the types
-
My first reaction is ... weird: it generally works ... What kind of cube is it? Does it have some special security or things like that? Do you have another cube around (even the sample one) to try? Not even sure you could find some infos in the log file. Never had that (it was more error on connection when using Essbase…
-
This function isn't standard SQL, so DVD doesn't have the function itself but you have all you need to calculate it ... You have CURRENT_DATE and by using TIMESTAMPADD and some logic you easily get to the last day of the month. The idea is to first get the 1st day of the next month based on the current date, by first…