Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Suman Dodda-Oracle , Didn't you ask the same exact thing on Friday? If it wasn't you, then ask one of your colleagues (it was worded extremely close if not exactly the same) and check one of the internal channels where it was answered. @SteveF-Oracle
-
Hi @Hendra_innopia , Just to be sure you are reaching the right audience with your question: you are not creating a Publisher report but an analysis based on a Logical SQL query, right? If it's the case, I would move your question to the right category (currently in the Publisher category), because "SQL" is a different…
-
The issue is that your 3 requirements are by far not beginners-friendly: they are advanced configurations (the 1st one probably being the easier as it's mostly done outside OAS). Your 1st requirement sounds like you are in an Enterprise Deployment scenario: there is a doc covering that at…
-
Not sure if Catalog Manager will really be able to do much, "my folder" has a very strict (private) security and Catalog Manager in OAS is only "online", meaning that you have the security of the account you use to login applied. Before OAS, that task was easily done in Catalog Manager in "offline" mode, where no security…
-
Ok, moved the question in the OAC & OAS (and OBIEE) category as it's about the RPD and Admin tool. The admin tool doesn't have any embedded feature for backups. But it's just a file, therefore you can setup any backup process you want on that file. If it's an offline RPD, then you could look at some Windows utilities to…
-
Ok, I see now :) First, you can uninstall the OBIEE 12.2.1.4 you installed. Get rid of that and get back 2+Gb of disk, you will not need it because it's the wrong version. You can get the OAC client tool by going to https://www.oracle.com/middleware/technologies/oac-tools-downloads.html and clicking on "Oracle Analytics…
-
Hi, You mean the RPD (semantic model)? I'm asking because your title would point there, but the category is "Publisher", therefore you maybe mean something else… (if you mean RPD, I will move your question to the right category) What product and version is that about? (there have been various ways to do the job over the…
-
Hi, I'm maybe not understanding your question correctly… You mean the "In the Cloud…" option to open an RPD? That is an option coming with newer versions of the Model Administration Tool. If you installed the OBIEE 12.2.1.4 version, that's 6-7 years old and didn't have that option. But do you need it? Do you have OAC?…
-
Use your HTTP server as proxy in front of OAS, the HTTP server can have whatever domain/port you want, and will forward requests to OAS IP/domain & port. Did you check the official doc? It does cover various solution, for SSO you first need to decide what SSO solution you want to use. If you look in MOS…
-
@Edward Camarillo , well … they were there 8 years ago… (yes, this doesn't help you). It was external content (not Oracle owned), the author/owner moved on and the content has been removed. If you are facing a problem, you could maybe post a new question describing the situation (including product names and version), and…
-
So, the database is covered in a few other forums (this one is only for Oracle Analytics products). You can look at the many categories in https://community.oracle.com/mosc/categories/oracle_database , or there is the developer community forum…
-
@Eugene_A_O , it’s more than 2 weeks and the thread hasn’t provided a solution because it’s a very unique problem on your environments and situation (the product installs fine in a standard environment). To find out more, all the details would be required: exact steps done for the install, all the details of the…
-
Hi, What products are you trying to patch? You are probably in the wrong forum (do you really have several hundreds of OBIA servers?)… A random Google search returned this: https://support.oracle.com/epmos/faces/DocContentDisplay?id=966023.1 Based on your answer about the product you are asking for, something more precise…
-
Hi, You maybe posted too quickly, before to write the question you have in the textarea. Feel free to edit it and enter the missing text. Keep in mind that you can't expect people to spend their time in answering something that didn't even take you 10 seconds to write. Provide some details, starting from a product name and…
-
Hi, I believe you are asking in the wrong forum: this one is only for Oracle Analytics products. Essbase and ODI aren't part of them. ODI is covered in the Developer Community forum: https://forums.oracle.com/ords/apexds/domain/dev-community/category/analytics-software Essbase can be covered in that same category, or also…
-
@Eugene_A_O , so the issue isn't solved? Because the thread is marked as answered (and that's why it doesn't get any attention anymore). Was the reply marked as "correct" (best answer) not the correct one? I can unmark it for you if you want, that will "reopen" the thread marking it as not answered.
-
Hi, In OAC you can't deploy a custom ODBC driver, therefore if your source requires its own ODBC driver, you can't use it directly with OAC. You can find the list of supported sources for OAC here: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsds/supported-data-sources.html Or you should connect your Microsoft…
-
The error is quite constant: your parameter requires an initial (a default) value. You can select a date and that will be hardcoded initial value, or you can make that dynamic with a Logical SQL query. Christian posted an example, and you can also use the same approach to generate that value based on various criteria…
-
Hi, The content of your question maybe got lost when posting… You can edit it, and write the question again. Keep in mind that in the forum nobody know what you are working on and with, you should describe things, post screenshots, be explicit on product names and versions. For example, you talk about 2 tables like if…
-
I tried adding a column to the table, but it was a dead end. As said above, you should forget the dataset (I assume that what you called table is your dataset). Your query gives you a dataset. In that one, you should remove, delete fully, your WHERE conditions. Your dataset will be without any filter. You then define…