Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Ok, so real PROD server. Did you have a look at https://docs.oracle.com/cd/E23104_01/sysreqs1221/sysrs.htm#BABEBFHJ ?
-
Hi, What is your target? The minimum to perform an install is quite low, but if you then want to patch etc. you need a lot more. So do you look for some papers minimum requirements coming from an Oracle document or you are looking for something else for a different kind of need?
-
Not answering your question but for the future try to gives few extra pieces... Like the version you use as there are so many around and works in different ways. How To Ask Questions The Smart Way PS: I see you have a obiee11g tag, but that's not so obvious to see, and 11g which one? 11.1.1.5, 11.1.1.6, 11.1.1.7, 11.1.1.9?…
-
Hi, Did you correctly set the content levels in your business model? Because the error you have means your didn't provide OBIEE enough info to know how to manage the conformed dimensions to mix together the values from your multiple fact tables.
-
Gianni Ceresa wrote:If that's your question of course you can deploy a RPD without log into the server where OBIEE is installed.
-
Why do you think I asked you if you had an OBIEE admin account? I could have told you that 3 weeks ago if you answered as it's there since the first 12.2.1.0.0 release more than 1 year ago...
-
Sree!!! wrote:Give me some solution. Some solutions? Don't lock your pc, install a different browser, turn 5 times around your desk before to unlock it .... </sarcasm> How To Ask Questions The Smart Way Do you really believe you provided the minimum amount of required information to give you a real answer?
-
And something called "versioning" ? You are supposed to keep a track of that value. If you don't, seems to be your case, just stop looking right now as it's logically impossible to do what you ask and OBIEE can't do anything about it. If you don't have that "step" value versioned how do you want to have a logic knowing if…
-
If you really want to change that 9999 try to change it in the RPD. Check the features of your database definition in the Physical layer. There is an entry named MAX_ENTRIES_PER_IN_LIST, if you change the limit there you must be able to get more than 9999. (But again, I would highly suggest to make that with joins instead)
-
Hi, Did you try to put 11k values in a IN in your DB physical query? Don't you get the same error? More in general .... do you really have to have a query with 11k values in a IN ? That's what joins are used for in SQL ...
-
Hi, Your answer depends on your data... You must not send the email when your "step" is = 5, you must send the email when "step" = 5 AND previous "step" = 4. So your data and model must link step with time and you must be able to query the current and previous step (based on time and not on step values). That's how you can…
-
Are you surprised it doesn't work if you want to do things in a random wrong way? There is something called the official OBIEE documentation and it cover in details how to create a custom skin / style. Search into the "Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition" and…
-
Instead of exiting the dashboard and enter again did you try the "Clear my customization"? Because that's what it's supposed to do ... reset all your changes you did while using the dashboard page. PS: not really sure which one is the question actually in your post....
-
Yes, that one will accept the setting (and you will not kill your presentation service )
-
This setting (PurgeInstDays) is for the OBISCH config file, so don't even try to add that to the OBIPS config file or your Presentation service will not start anymore. The config file contains only the required tags and not all the existing ones. In this case it must go into <scheduler> and into <ServerInstance> and there…
-
As I said I was browsing around (I installed it already) it for some time and in DV you don't have at all the data sources you have in DVD, it's still the old list. For the visuals as well the list is the old one.
-
As @Philipp Kaufmann-Oracle said there are no new features in DV, for sure they don't mirror DVD for that (so the new sources etc. aren't there). For OBIEE same business, the doc is really explicit: There are no new features in this release. Seems to be mainly a bugfix release (after browser around it a bit I couldn't see…
-
Saurav Singh chandel wrote:When I checked the query it was " Datecolumn between DATE '1974-10-20' and DATE '1950-09-20' " But query is giving no results even i have data between dates. Well, you maybe have data between September 1950 and October 1974, but from a logical point of view no results is right ! BETWEEN…
-
mac2 wrote:It just started today. Did you patch or change something on your OBIEE server today? Or did you update Firefox to version 49 today? If it's the second then it's Firefox who decided to do something in a different way, if you can't manage to set the color back to something else log a SR and in a future patch, as…
-
Hi, Why are you surprised it doesn't work? In general when you don't do things in the way they are supposed to be done it doesn't work (if it does it's just by mistake). So why not have a look at the doc? It's crazy how good they wrote things and covered all the steps for a custom style ... Customizing the Oracle BI Web…