Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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…
-
Hi Martin, There is already a thread somewhere on here with the question. The Apple version is "work in progress" apparently but, as you know better than us, there isn't any public announced date. I saw a screenshot already not long ago on twitter ... so it must be not too far (maybe)
-
Based on the filename there are chances it's this kind of thing: https://en.wikipedia.org/wiki/Web_Proxy_Auto-Discovery_Protocol So google will easily give you examples for a WPAD file.
-
https://sites.google.com/site/oraclebipublicstore/downloads You must find there a file for the vanilla samples.
-
Hi, Apparently these seems to be Windows related things (Google has many results with various workarounds etc.). What's the "context" of your laptop? Are you generally allowed to install apps and things like that?
-
If you check the log you often find more verbose on errors.
-
If you filter the analysis directly with your condition " filter_expr = 0.00 " does it work? Define the filter there to get the right filter and then move it back inside the FILTER. Why are you writing 0.00 ? 0.00 == 0, it's just zero. Isn't you column maybe a varchar and so you need '0.00' ? That's why I suggest to define…
-
I do not remember the exact list of JDBC drivers you get out of the box with Publisher, but you can for sure add the required one if it isn't there. http://docs.oracle.com/middleware/12212/bip/BIPAD/GUID-FB2AEC3B-2178-48DF-8B9F-76ED2D6B5194.htm#BIPAD289 Look at Setting Up a JDBC Connection to the Data Source , the 3rd…