Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Oracle Data Transforms is not an Oracle Analytics product, and this forum only covers Oracle Analytics products. You should consider visiting the parallel forum Cloud Customer Connect, and ask in the Data Integration category: https://community.oracle.com/customerconnect/categories/oci-data-integration There have been…
-
Hi, What exact product are you working with? Is it a "generic" OAC or is this FDI or maybe OBIA? OAC doesn't come with any data, therefore if a piece of data is missing, you should speak with the person who is in charge of the data integration. If you are working with FDI, the question can be moved to the right category…
-
Hi Jay, You should develop your "Semantic Model B" inside the "Semantic Model A", because as both Ram and Gayathri said only a single semantic model can be deployed at a given time on a server. If you look into your semantic model, you see it is split in layers: physical, logical, presentation. You can see this as 3…
-
Hi Saroj, If you look at the second link posted above you see the meaning of (most of) the columns in your usage tracking. If you focus on the columns of the "Query Origin-related Columns" part in the doc, you have all the elements to get the exact name of the catalog object that generated the query. SAW_SRC_PATH is…
-
Hi, Welcome to the Oracle Analytics community and forum. BICC is not an Oracle Analytics product or feature, it is part of Fusion. Fusion, and BICC, PVOs and any other data question about Fusion or Fusion integration is covered in a different forum: https://community.oracle.com/customerconnect It's a fully separate forum,…
-
Hi Ana-Maria, Welcome to the Oracle Analytics community and forum. As you say this is a brand new install of OAS 2024 (not upgraded like the one that works) I imagine it is also fully patched. With OAS 2025 the port for the Model Administration tool to connect online has been moved to 9515. Oracle said it was due to a FMW…
-
Hi, Is your question just about BICC? Or you are working with OBIA? BICC itself is part of Fusion and is covered in the CCC forum: https://community.oracle.com/customerconnect If you are working with OBIA, you maybe want to post more details, because right now it's quite difficult to have an idea of what is going on…
-
Thanks, up-voted !
-
Hi, If you are working in DV, not really… It is a right-click property only so far. There doesn't seem to be a way to dynamically influence that, or set a parameter or a condition on it. It's maybe worth looking in https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server if…
-
Hi, You just change the source of your physical table from "Table" to "Select Statement", and then enter the query in the columns tab. This is your database SQL language, not LSQL or things like that. You should also consider to create a view in your database directly, this would give you a better auditing and tracking…
-
From the doc I linked above: If you select either Replace Listed Accounts or Remove Listed Accounts, then make sure that you also remove from the list in the Permissions area the entries that you do not want changed. In theory you could use the "Replace Listed Accounts" to only add the 2 new you need. In practice, I didn't…
-
In OAC, you don't have access to the tables containing the security, and you anyway would struggle to handle inheritances in your query. If you express your requirement instead of what you imagined as solution (trying to avoid a "XY problem" situation), the answer is maybe simpler than what you believe…
-
Hi, You can do as you prefer, it depends on you if you want to set permission bottom-up and never use any inheritance or you want to go top-down and use inheritance to do less work. The "Replace Options" you can see it described at https://docs.oracle.com/middleware/1221/biee/BIEUG/mancat.htm#BABEACDC , it's a way to make…
-
Hi, Are you asking about the OBIA dwh model? Or you are asking about a Publisher or OTBI analysis in your Fusion application?
-
Hi, I don't have OHS but, in my memory, it is just a custom version of Apache HTTP Server. This means that there are good chances you can just configure it just like you would do it for an Apache HTTP Server. https://httpd.apache.org/docs/trunk/howto/reverse_proxy.html#cluster The thing is that I'm not sure OHS can be as…
-
Hi, You could go and up-vote the idea asking for it: https://community.oracle.com/products/oracleanalytics/discussion/25265/ability-to-change-color-and-font-of-canvas-name
-
Hi, Could you provide more details about the idea you submitted? It actually sounds more like a Fusion thing, you are maybe in the wrong forum. What product are you thinking about for this idea? Are you looking for a piece of data coming from your Fusion app and that you can't find when trying to build some reports or some…
-
Hi, ODI is not an Oracle Analytics product. It is partially covered in this forum when it's about the ODI mappings included in OBIA. Yours seems to be a purely ODI question, without an Oracle Analytics connection. You could try visiting one of these 2 other forums and see if your question would fit better there:…
-
Did you look at the LSQL and the physical query behind both visualization? For your numbers to change like that, it could be an interference between the filtering and maybe some inner join doing some unexpected filtering or something linked to your data source. But it isn't possible to say more based on 2 screenshots. The…
-
and IRB.REQUISITION_NUMBER in (:p_REQUISITION_NUMBER) IS NULL OR IRB.REQUISITION_NUMBER =:p_REQUISITION_NUMBER You have to decide: it's either a IN condition or a IS NULL condition, you can't have a IN … IS NULL. If you look at the full query, you should easily see what makes it invalid, it's just SQL…