Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Johan, Row-wise variables are definitely a thing, but I generally populate them with the result of a query and therefore it's a while since last time I had to set a default value for those. I believe the remember that they are represented as a list of values separated by colons. Instead of ';', try with ':'. It could…
-
The Catalog CLI is relevant to OAS 2024 just like it is relevant to OAC and OBIEE 12c. The Catalog Manager didn't change much, other than removing the GUI in OAS 2024, the rest is the same as it was for a number of years. The command says it is just sample values, mostly because runcat.cmd is the same on the server and on…
-
In OAS 7.6, if you use the catalog manager as mentioned above or the webservice available to retrieve those information, keep in mind that security is enforced. You will only be able to retrieve information about objects that the user you are using is allowed to see. You could try to check in DV > Console > Content and…
-
I don't believe there is such a document, mostly because usage tracking is a basic feature of the product itself. It's a bit like buying a car and asking for a document that says the engine is included in the new car you just bought. If you have any licensing question, you should speak to your account manager: that's the…
-
Hi Ben, You could add SwissOUC (Switzerland, and no: it isn't "SOUG" that you already have). I'm a co-founder and board member, and therefore definitely also cover Analytics content. We don't have a list of future events for Analytics right now, we are working on a number of opportunities we want to develop with the local…
-
Hi @Sisanda , First of all: you are asking in the wrong place. Oracle Spatial Studio is not an Oracle Analytics product. It isn't covered in this forum. Google gave me as a forum that could be good for it. And the tool is just telling you that connections you create in there requires some more privileges. Spatial Studio…
-
Please do not double post!
-
Hi @Yuvaraj Meganathadu , Can you please post a new question with what you are looking for? This is a 7 years old thread that has been migrated across various forum platforms over the years, and is about Publisher. If your question is about OAC/OAS, ask in If your question is about Publishes, ask in Thank you
-
Tim, one thing to pay attention at with in-place upgrades: if your domain is not located outside the ORACLE_HOME, do not delete the old ORACLE_HOME once you finished the upgrade. The default location of the domain is, sadly, inside the ORACLE_HOME, therefore if nobody changed that during the install of OAS 6.4, you will be…
-
Hi @User_JKVJZ , No need to ask in a different forum, you are in the right one, and your question isn't a purely DB one.: the previous reply doesn't apply to you… First, I would challenge the person who decided to implement such a random inefficient policy… As per security recommendation, the policy in our organization is…
-
@User_27DEY , what is the SQL that can query from the DB? thanks You have been given the default table names that Usage Tracking does use in OBIEE by Arjun above. The instructions to check if Usage Tracking is enable, or to enable it, do not apply to OBIEE 12c because they are for OAS/OAC. For OBIEE 12c you can easily find…
-
What is a report for you? A report is generally a Publisher report, then you can have "classic" analyses and DV workbooks. Catalog Manager CLI will be limited, mostly because it does enforce security when executed in online mode. The API posted by Joel has a chance to maybe bypass the security (because you just see a list…
-
@Minhajul Arefin , Steve has the right answer, you called the wrong script… startWeblogic.sh does just what the name says, it does start WebLogic and nothing else. OAS is not WebLogic, it is deployed on it but has many components that run outside WebLogic and that needs to be running for the WebLogic front-end to be…
-
I believe the "official" way Oracle imagined was to work at the BAR level. The issue is that a BAR is the whole environment, or whole pieces of it (all the catalog or not catalog at all, no granularity at all). If you are on OAS 2024 (7.6) you can use Semantic Modeler for the RPD part, that comes with native git support,…
-
As Steve said it isn't supported as a "click here to change hostname/ip/FQDN". If you read through various MOS documents you have the process to change a number of things. You are free to do a full search in the domain folder for any file containing the original hostname/ip/FQDN, to understand what they do in there, to…
-
Hi @madhavi Sunkara , welcome to the Oracle Analytics forum. When asking a question, you get better replies if you share a bit more than just a few words. It maybe does make sense for you because you are working on something, but nobody else can guess what you really mean. For example, "Oracle Cloud" could be any of the…
-
True, and that's why I started by repeating that the column selector was the official solution for that need… Anything else done by hand would have some downsides, like the empty columns still there. You can of course write a javascript thing to get rid of the empty columns etc., but is it worth it? At what point are you…
-
Just out of curiosity: what would you enter in a place where a hostname or URL is expected? Are you looking at not have any parameter with those values or you look for a kind of "placeholder" that will be replaced with a hostname at some point by some kind of process? (If your need is to clone an environment and then…
-
Hi, a dynamic table in which I can select dynamically the columns that are in it a column selector, but this solution isn't an option for the customer That was the feature designed in the product to handle the case… Use a prompt to select the columns, then saving the value in a presentation variable and having the logic in…
-
You could try with this kind of format: @{pv_select_value}['@'] I didn't test it, but it should give a list of quoted values of the variable, therefore it will work.