Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Some options for you to research. Connecting an On-Premises Oracle Analytics Server (OAS) to an IAM Domain for Single Sign-On Using the IAM App Gateway (Doc ID 3019744.1) Integrate Oracle Analytics Server with Oracle Identity Cloud Service or IAM Identity Domain for Single Sign-On using App Gateway (Doc ID 3021142.1) SSO…
-
Agree with @Gianni Ceresa The best method is to transfer ownership, then managed the content. You can do that here: Manage Content
-
@User_AEW9T Welcome to the Oracle Analytics Online Forum! We're thrilled to have you join our community of analytics enthusiasts and professionals. To enhance your experience and foster meaningful interactions, we encourage you to personalize your profile by setting up a display name and uploading a profile picture. Your…
-
@VijayDC For point 2, as Gianni mentioned, see: Configure custom SSO environments There are also a variety of MOS documents for various SAML and Kerberos, HTTP header/cookie federation type SSO implementations. These search terms will find them: Oracle Analytics Server SSO Configuring Configuration, or SSO and restrict to…
-
@Karthik-Oracle This thread is closed with accepted answer. Always best to open a new thread for a new topic. I do understand it is related, you can always provide a reference link back, if it is applicable. As an Oracle employee, you also have access to internal channels. and I should change password login mechanism of…
-
I have been able install it now by having the database and the application on the same server as a work around. hmm.. sounds like firewall, or the shared server issue. I guess we can close this thread now.
-
Hi @Matthew Kegerise, Can you share with the community the following: The OAS update you are using. The exact error message (or screenshot) Where you are deleting the connection (Console > Connections?) Does your user have the BIServiceAdministrator role? To add, in latter updates of OAS, you can use Content Management to…
-
@CShekar-Oracle - You may need a new separate thread, since your environment may be different, or use internal channels. @Eugene_A_O , test by creating the schemas first with RCU, when you get to the Database Details (step 3), then use the 'Connection String' option. Test with:…
-
Deeplinks are not available the same as what is documented in OTBI. For OAC, you have the options of Action Links for Classic Make Analyses Interactive For Workbooks, you have About Data Action Plug-ins and the Data Actions Framework and Create Custom Data Action Plug-ins
-
Hi @User_JA6E4 , Welcome to the Oracle Analytics Online Forum! We're thrilled to have you join our community of analytics enthusiasts and professionals. To enhance your experience and foster meaningful interactions, we encourage you to personalize your profile by setting up a display name and uploading a profile picture.…
-
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. @Gianni Ceresa - It looks like was marked inadvertently (not sure by whom). I have un-marked it.
-
@Eugene_A_O > [DOMAIN_HOME]/config/fmwconfig Check with your DBA if the database is in shared server mode If this is not a requirement, then disable it ALTER SYSTEM SET SHARED_SERVERS=0; ALTER SYSTEM SET MAX_SHARED_SERVERS = 0; ALTER SYSTEM SET DISPATCHERS = ''; There is no requirement to restart any part of the database…
-
Hi Jay, Thanks for editing and updating your post, most helpful!
-
Hi @ashraf817 Currently, we do not support Conditional formatting on attribute; however, this is an enhancement on the roadmap. There is a workaround trick to make the attribute appear as a measure, you may need a new calculation SUM(0) + MONTHLY_INCOME That probably should be converted to measure anyway in your data…
-
Hi @User_Z0VKD - Jay, Welcome! I would be great if you can update your Display Name. Please provide additional information. Which product are you using? If on-prem, which update/version? Which part of the product (Classic Answers/Dashboards, DV Workbook)? Which documentation are you following? Please provide some…
-
Is the dashboard filters visualisations still within OAC? While we are all here to volunteer our help, doing some basic self-service research can go a long way. We do understand about being new to a product or feature, but the abstract and the description were not posted in a way that added much contextual details that…
-
Hi @Shanmukha AV, 1. As for the session timeout: LWSSO should not be disabled, a MOS document was provided to you. 2. As for Custom Logo: This is on the upcoming public roadmap for OAC, so the next evaluation for that feature, after it is delivered, for OAS would be the the next annual update.…
-
Thanks for sharing @Betty.ca !
-
To add, depending upon the level of "HA" you need, you can follow the recommendations or specific architectures as described in the Enterprise Deployment Guide, including About Using Redundant Binary (Oracle Home) Directories See Chapters 4 and 7…
-
When you type the function in the search it explains how the function works with an example. Date is not a measurement (measure). This function generates a new filtered measure from the given measure and the given filter expression. FILTER(measure USING filter_expr) measure is the name of a measure column. filter_expr is a…