Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
What is "customization" ? Is that a custom style? If it's custom style, custom messages etc. you have to do it manually, the migration script only works on the OBIEE content, not the custom look and feel. You can deploy custom style and/or skin in OBIEE 12c too or redo your customization if you have a list of the things…
-
Do not forget the RCU implemented an alternatives for these cases. You can run the RCU to generate the scripts instead of execute them and you send the SQL to your DBA so he can review what is inside and execute it as sys on his side without problem. In this way the DBA keep sys on his side and is also totally aware of…
-
I would not use "deny" privilege. Ideally you must have 2 accounts: one maybe admin (so you can set privileges) and another one with little or no access (a kind of consumer only). So you remove the current privilege and add only admin instead, using your 2 accounts you can see the difference between the one allowed to…
-
Depends on your authentication providers chain, but AD users will of course be authenticated in AD (AD will not send out to Weblogic users password to authenticate them). The slowness has more chances to come from your AD than weblogic, you are supposed to configure the authentication provider using your AD in a way to…
-
There are few things you can hide by setting privileges in the administration page. Some others you will probably have to customize (modify) OBIEE files to hide them but then it would be for everybody all the time and it's maybe not what you really want (as some users will still need these links). So I would suggest you…
-
Hi, I would agree with Venkata you can't assign an AD user to a weblogic group and honestly I never saw it done in that way. For people having your kind of requirement (getting users - groups relationship from somewhere else than LDAP/AD but still keep authentication on LDAP/AD) you have the BISQLGroupProvider. Basically…
-
Hi, In the RPD you don't really define sorting ASC or DESC on columns, they are naturally sorted (so ASC). Now if you really want you can specify for your column a sorting column, so a different column used to define the sort of your original column. This is what is generally done for columns with months in a format like…
-
Vladimir M. wrote:many things that I read in tutorial simply don't work Cesar said it works, so if you want more you have to give more first
-
All the users have the problem? Does these users have the permission to access and write in their personal folder?
-
Hi, How "big" is the thing you try to download? Does it work with the export in the older Excel version? Does it work in CSV? If you are doing data dumping in Excel file the issue is not really the tool but what you do with it (the right tool for the right job). Of course you can increase various settings (link posted…
-
Chandu K wrote:Note:I am able to split tables into Facts and dimensions, but not able to model the data. By "model the data" you mean how to practically define a dimension and a fact in OBIEE? For that there are trainings, books or just tutorials: OBIEE Tutorials
-
Prego If you found what you were looking for (OBISE is old ...), you can maybe close the thread? For now it's still This question is Not Answered.
-
As Francesco said it's the default behaviour. It is as long as you use the right "print" link, if you use the analysis "print" link it will print only the content of the analysis, if your prompts are in a dashboard page next to the analysis you will get them only if you do "print" at the dashboard page level.
-
The one you found is OBIA, nothing to do with OBISE. If you look for OBISE you find it on https://edelivery.oracle.com/
-
Hi, You link between Dim Agent and Fact Digital Order is AGNT_USER_ID = AGNT_USER_ID, so filtering the AGNT_USER_ID on both tables gives you the exact same result as filtering only the dimension table and then let the inner join make the implicit filter on the fact table. By filtering both tables OBIEE tries to generate a…
-
Anything else you are looking for? Because there isn't ... If you got the answer to your question you can maybe close the thread? It will help others with same/similar questions, right now it's still This question is Not Answered.
-
For example you have columns A, B and C in your subject area and your reports works fine. If tomorrow you add column D nothing change for your analysis, there is no impact at all adding a new column to the subject area.
-
Not really sure what you are talking about (https://www.youtube.com/watch?v=5CgBmj7Jz6Y&feature=youtu.be&t=18s ) Of course it will break existing analysis if you remove from the subject area elements used by the analysis. If you add new things on the other side the existing objects will not care at all. If you decide to…
-
Hi, It doesn't ask a password because there isn't one. So you can't set (and the tool isn't asking) something that doesn't exist. OBIEE 12c changed few things, the RPD password is one of the things. If you have the right privileges you can open it online, so it's not based on a RPD password anymore but on privileges the…
-
Hi, you probably missed this, have a look: https://youtu.be/5CgBmj7Jz6Y?t=18s