Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, It sounds like the "print" link you are missing is visible somewhere else: do you mind maybe posting a screenshot of where you see it? (blurring or adding black boxes over your charts and visualization to not share any of your data as what I'm interested in is just to understand what link you look for) In general, in a…
-
Hi, Welcome to the Oracle Analytics community and forum. You have 2 places: there is one setting in the DV > Console > System settings where you can set a numeric value for now of the limits, and then most of the other limits are still in instanceconfig.xml and it is the same settings as before (in OBIEE 12c etc.). You can…
-
Hi, I believe the question is in the wrong category. Can you please confirm the name of the product you are using? If you are in a Fusion product, you should consider asking in the forum covering the various Fusion applications:
-
And to answer your question: so that means whatever is published under the "semantic data model" approach would need to be published or made available as a "dataset"? No, just call the linked SOAP service and you can query directly your subject areas without needing to turn them into a DV dataset. Historically it was also…
-
There is also a REST API in DV that let you execute queries (I believe it mostly takes a XML/JSON query instead of directly a LSQL query), but as far as I know, it isn't publicly documented so far. Here again it's something that should come at some point. The whole DV is fully based on REST APIs, but most of them were…
-
Hi @user13092632 , I maybe understand your question wrongly, but if you are asking how you can query your own subject areas built in your RPD and deployed in your OAC, then you can look at the good old SOAP web services that are available for more than 15 years. Right now they aren't part of the OAC documentation, it's a…
-
Hi @User_O735C , Welcome to the Oracle Analytics community and forum. This is indeed a very old post that went through a number of forum's platforms migrations and lost attached pictures in the process etc. If you want to ask for a new feature to be added in the product, you should consider posting a new idea in (have a…
-
There is no OACS Partner demo environment. Here again it is a yes and no kind of situation… There isn't a free empty OAC instance you can start, prepare your demo, and keep just for yourself as demo environment. But there definitely is a shared OAC environment used to demo OAC features. But I'm not going to discuss further…
-
All the OAS versions, and even OBIEE 12c, are on the same "family" of FMW versions: doing that setting for the discovery cache is part of my default install steps, I actually have that scripted just like most of others tasks. If you happen to do a number of installs or installs all the versions every year, I find it a gain…
-
Hi, Welcome to the Oracle Analytics community and forum. First, let me say that OAS 5.9 is quite old (2021), and not supported anymore. You should consider upgrading to the latest OAS 2025 (aka 8.2) just released some weeks ago. There isn't a native connection for Databricks, but you can use the JDBC or ODBC. You should…
-
If EM works for what you need (you shouldn't be spending much time in there anyway), I wouldn't bother much… If you really want to try to get rid of that, you could try giving more memory to java. MOS should have some documents on how to do that for WebLogic or FMW (/em is not "inside" OAS itself, it'a FMW thing). It's…
-
Hi Brett, welcome to the Oracle Analytics community and forum. The answer is yes and no … There is a public available instance used to display what OAC does, but I believe it's fully read-only (in the "Resources > Live Gallery" menu here). As you are a consultant, if your company is a partner, then somebody has the details…
-
Hi, EM is slow as crazy, there is a simple config you can do to make the login a lot faster (it's about the discovery cache that you saw in the message). You can find the details on how to do those changes in https://support.oracle.com/epmos/faces/DocContentDisplay?id=1423893.1 . You have various ways to do the same thing,…
-
I didn't fully read, therefore I'm maybe totally out of scope… The Oracle Database error you get is generally raised when your actual value is larger than the definition. If you defined a VARCHAR2(4000) but have a value that is more than 4000, you will get that error. I imagine 2 possible solutions: make your value small,…
-
You should open the catalog in "offline" mode. In OBIEE 11g the catalog is still on disk, and allows offline access (via the catalog manager): in offline mode, the security isn't enforced and you will have full access to everything, including private folders.
-
Hi @C. Joseph , You should consider posting a new question, providing all the required details (product name, version etc.). This original question is now 8 years old and has been migrated across 3 forums over time, that's where pictures disappeared…
-
Where do your users come from? Are you using the WebLogic embedded lightweight LDAP for users or you are using an Active Directory or company LDAP? There are webservices to get application roles and members, you can also use WLST to get a list of members of an application role, you can also query the OPSS schema in the…
-
https://youtu.be/nuvaXmBxu8g?si=UlJxXaioraiCUNuf has a piece about the GIT integration (how to push the model to git) and the git panel. similar topic. https://youtu.be/MrV_5PK9Rrw?si=S-CRDbCZpxtE_Sdb is the generic intro to the Semantic Modeler (not git oriented). https://youtu.be/rLrElzs985k?si=KRDxnHYOniwkP2GQ another…
-
Hi, The real answers would depend on what feature you use in the Model Admin tool when developing your RPD. Keeping it short: the Semantic Modeler is going to be the future and, at some point, the Model Admin tool will disappear. If you use the various tools in the Model Admin tool, you will not find those in the Semantic…
-
Hi @deepmehta1-Oracle , Your question isn't really related to the topic of this thread, is it? The question here is about the Excel limit of 65k rows, while you look for "best practices" on a more generic report, not really impacted by the 65k rows limit. If your question isn't about the 65k rows limit topic, post a new…