Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Zuhair Amjad , Could you please share the full product name and version you are using? Oracle Analytics? What version? OBIEE? What version? Publisher? What version? And are you migrating from a version to another by exporting on one side and uploading on the other side? Well, share more details about what you are trying…
-
Hi, I believe https://support.oracle.com/epmos/faces/DocContentDisplay?id=2943719.1 can answer part of the questioning you are having. Because you have your database in sync in your DR location via data guard, you are trying to take a shortcut by not having to handle OAS DR separately. That MOS document isn't exactly your…
-
APIs aren't always documented, in OAC not even 10% of the APIs are documented (actually the documented APIs are different APIs than the one the tool really use when you click through the GUI). But an API is just calling a URL and getting something back: what you do with it and how, it's up to you. Of course it could change…
-
Hi @Sumedh Kumar Parandkar , I doubt you will get a reply, mostly because the user who posted the question never connected to this forum after the content migration. You better create a new question, providing all the details (product name, what you did, what you are trying to do, what document are you following etc.) to…
-
Have a look at OCI Logging, it could give you a way to get what you look for. I believe it's most "details" you can get, don't expect access to those tables when using OAC. Another option could be to just look at what API calls is made by the monitor deliveries page and write a script to get data out of it and then do what…
-
Adding on Christian comment: migrating the security, mostly when migrating from such an old version to OAS 2023, will anyway result in you losing some admin privileges because of new policies that aren't there in the migration. The forum has such kind of post every 1-2 weeks. Migrating the security from your OBIEE 11g to…
-
Hi @User_VZB5D , Could you please post a new question in https://community.oracle.com/products/oracleanalytics/categories/obiee ? This is a 6 years old discussion, and you will get more chances to receive helpful replies by posting a new question. Don't forget to provide all the required details: product name and full…
-
@RanaAshutosh-Oracle , the post is already in the category you mention...
-
What product (the full name) are you asking about? Because by default no subject area exists, OBIEE is just an analytical platform but is empty. From your question, despite the lack of context, it sounds like you are working on some pre-packaged content that come from some other product (and OBIEE is maybe just an…
-
@User_9BUCP , No need to post your question again, it has been moved to the Publisher category.
-
How to make something very different fit into something old. There are generally 2 ways to maintain a kind of backward compatibility: extend the existing to add the new pieces of info needed in new columns, maintaining the existing ("classic") behavior as much as possible, or force things to fit in what is available in a…
-
Hi, You should ask in a forum that cover the product you are using. That isn't Oracle Analytics Publisher / BIP. Is that a Fusion / Cloud app? If yes, then you have to visit the parallel forum covering those products: https://community.oracle.com/customerconnect . If not, post the full name of your product so that you can…
-
@JDCal , Your question is about data in a Fusion application, you should ask in the forum that look after that product. BI Publisher is only the technical platform where your query will be executed, not really the topic of your question. Fusion is covered in a parallel forum (the question can't be moved there):…
-
Hi, You should ask in the forum of that product. BIP doesn't store attachments, therefore you look for data stored by another product than BIP. If it's a Fusion app, those products are covered in a parallel forum: https://community.oracle.com/customerconnect
-
You have a data modelling issue for that... You have 2 different dates, but want them to behave like they were the same date (that's how a single chart with a single time X axis could work). If you have a time dimension that you connect once to your order date and once to your ship date, you can display amount of sales…
-
Not answering your question directly, but more thinking at something else that could have helped you. You seem to be doing everything with datasets. Didn't you consider using the semantic model to model your DW tables and expose them to your users? That gives you central control by default, and also comes with simple ways…
-
Hi @User_27DEY , This is a 6 years old thread, not sure it will really take you anywhere. Post a new question providing your context (product name, exact version), what you are trying to do, what you did so far, what was the result etc.
-
its own private cloud setup Do you mean the customer has an OCI dedicated region? Keeping it simple: their own Oracle cloud region in-house? In that case the dedicated region should also be able to run OAC (in theory a dedicated region is supposed to offer the same services as public regions).
-
Hi @User_FD52V , There isn't an absolute rule of how many concurrent users can be handled by 1 OCPU. As @Shantaram-Oracle said, there are a lot of elements to consider. The key point is just to ignore the total number of users because you will definitely not going to by "per user" license (450 users costs a bit more than…
-
More than the total number of users, you should consider the concurrent users. With your 450 users, you will definitely not adopt a "per user" license but use a OCPU based license. Therefore what matters to define the ideal sizing of your infrastructure is the number of concurrent sessions and an idea of the workload you…