Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I don't have a 5.9 available, but let's assume that the "Users and Roles" page was already working the same as it is working now (it probably was very similar). The list of users is a call to a web service (GET /bi-sac-config-mgr/api/v1/security/Users?limit=25&offset=0&_=1732311723832 in my screenshot below) If you look in…
-
Hi Steve, Are your users defined in the lightweight LDAP in WebLogic Admin Console? Did you try with something like this: https://support.oracle.com/epmos/faces/DocContentDisplay?id=942525.1 ? You can get all the users with a WLST script (it's python 2 with a number of functions available to interact with the WebLogic…
-
Hi @CarolineH , your question has been moved to the OTBI category posted by Arjun above, no need to repost it there :)
-
Hi, I don't know if there is a formal description somewhere. What that option does is a special flag to handle the case when the legend would contain a single item. When you have 2+ values in a legend, it does make sense to display it because it shows what is what (by color etc.). But in the case when your legend has a…
-
@User_86E2M , Not sure what you mean with your message (the thread is about where to set a parameter based on an error OP got). Because this is a old thread, you could ask a new question, describing your situation, your question, the current behavior, the expected behavior, and what you did so far to try to change it. And…
-
As Nathan said, ORA-xxxxx errors are Oracle Database errors. On your side you should adapt your query if you want to avoid the error. Or take those ORA-xxxxx errors, your query and go speak with your DBA to see what can be done on the database side. The PGA limit can be defined at the database level (assuming you are…
-
Hi, Did you look at the generated queries? And while there also at the LSQL query? If the LSQL queries between your test and her test are exactly the same, then the physical query should give you answer on what is wrong. It is possible that there are extra filters added to the query based on the roles of users, and those…
-
By the way, the formulas are wrong… Or maybe somewhere in a virtual world the first day of current month is November 30.
-
@kalikhan , are you trying some GenAI service and randomly posting it? How about first reading the generate answer and see if it does make sense? If you really believe you need 4 calls to TIMESTAMPADD to get the first day of current month, you better think at it twice. Please don't post GenAI content: if people would like…
-
phone numbers for support need valid CSI? No idea, I never called Oracle, but I imagine they will ask for a CSI (Customer Support Identifier: a contract for Oracle support). But again, you should ask in that other forum… This forum is for Oracle Analytics products, and I don't work for Oracle, therefore I can just tell you…
-
Hi, You can add many dashboard filters visualizations as you want, and those blocks will give you some control on the layout. Inside a single dashboard filter visualization you don't have lot of controls on where to display things, they are one after the other. As for your performance concern, everything is based on…
-
Sounds like you are on a "always free" account and not a paid cloud account. Then go to the other forum linked above, look for the best category (not "Feedback", that's for feedbacks about the forum) and post your concerns there. Also, I believe there is a chatbot available on the cloud page, no idea if it can link via…
-
Hi, It sounds like your post is about a cloud account, not Oracle Analytics. Therefore you are in the wrong forum. For your login issue, you should try to contact support (on https://support.oracle.com) or if you want to post in a forum, look for the best category in…
-
Hi, I have the impression you are in the wrong forum… Do you have an Oracle Analytics products somewhere? You mention APEX and Select AI, but both aren't Oracle Analytics. Is the question purely about Select AI ? I'm not sure what forum is in charge of Select AI, could be…
-
Starting with OBIEE 12c, the webservice is generally called via the /analytics-ws url, because of the security implementation of /analytics. It's just like with Catalog Manager, where you also need to use the /analytics-ws url instead of /analytics. It is related to the lightweight SSO implemented that can make things…
-
As said before, you should ask the question in the forum of Oracle University as it's them handling and certification part: https://education.oracle.com/ou-community Of course, if somebody in here took the certification recently in a different language they can give you their opinion, but for a formal answer I would still…
-
Hi, Certification questions have to be asked in the forum covering that topic: https://education.oracle.com/ou-community PS: the forum is in English only, for many of us it isn't our main language, but we aren't here to look after grammar or anything like that as long as we understand each other ;-)
-
Hi, Can you at least explain what is the meaning, the expected result? Because more than trying to convert 1:1 calculations, you should know what you want to achieve. The 2 products being different, there are chances that things can be done differently to get the best experience with OAC instead of replicating exactly an…
-
If you search about EM and processes showing as down in MOS you find some references. It isn't always an OAS specific topic but more a Fusion Middleware thing. For example (but not saying these apply to your case, also because each product has a bit of a different setup inside FMW EM, some being mostly managed servers,…
-
Yes, you can use a calculation where you enter your formula. The functions you will use are just 2: TIMESTAMPADD to add or substract days and months, and DAYOFMONTH to have the number of the day of the month. The logic is just what I said above. For a given date, you will subtract (1 - number of the day of the month for…