Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Publisher can generate reports and push them to a FTP server, but it isn't going to connect to a FTP, copy a picture locally, to then embed it into a report. It's your task to make any file needed available locally (or via URL could also work, depending on your report). Write a script, deploy a webserver exposing your…
-
Hi, It's a browser error, add more ram to your PC and see if it works better (or close everything else you have open to give all the memory you can to your browser). (I'm not even joking, your browser is telling you it doesn't have enough memory to display that page.) But I'm curious: why do you want to render a report in…
-
Hi @User_Q1Z83 , Welcome to the forum. Because this is a public forum (not Oracle internal), I believe there are Oracle rules requiring employees to identify as such in their profile by setting a display name. Please do consider being a bit more explicit in your questions (5 words or 2 paragraphs are the same price: free).…
-
If you want to have some form of follow up on the progress, you will need to go through a SR, to be added to the people affected but the issue (the bug already exists, you will need to be linked to it). That's all you could try to have updates. Otherwise you need to wait for those with a SR open to post updates if/when…
-
Hi @muneezaniaz , No need to upgrade your account or look for a paid OCI account, it will not help you. As Benjamin said, the demo instance is read-only and restricted in permissions to avoid users to "break" it (by mistake maybe). You could look at which has some example while waiting if the demo instance could allow to…
-
Hi, The token is a static value that is saved in the connection. You can see it just like for the password of a database connection : it's part of the connection, and it is static. You can edit the connection and update the token, but that's not something a dataflow can do. In OAS 2024 the REST API connection in DV is…
-
Hi, The shared storage can be various kinds of solution, NFS is one example. I imagine that the idea, if using NFS, is that it does come from some kind of enterprise storage solution. One of those that just can't go down because it has redundancy everywhere (drives, host, power, network etc.). The architecture leave it…
-
If you are using that query as source for a dataset, then the issue is the WITH clause : datasets queries do not support WITH, because the tool is going to generate a query with WITH itself, and Oracle database doesn't support nested WITH clauses. This is a known, and documented somewhere, limitation. Rewrite your query…
-
If you want to request new features, look if the same has been posted as an idea. If you can find it, up-vote it. If you can't find it, post an idea requesting (and describing the benefits) of the feature.
-
Please do not double post. You asked the same thing, you got replies, you replied as well: stay in that thread.
-
Hi, Does anyone see what's wrong with my manual query (OAS DV)? Well … nobody sees your screen or knows what you are thinking about. When something is wrong, there is generally some signs allowing to say "it is wrong"… Do you have an error? Then post the error. You don't get what you expect as result? Then you maybe have…
-
Hi, You can't expect the rows to be merged on a column that has other columns on the left not merged. Your "Work Order" and "Required Quantity" force individual rows, the "Total" column can't merge rows back. The merging is a left-to-right thing: it can be merged as much as what is on it's left, or less.
-
@Muzammil Aman Siddiqui-Oracle , This is a 6 years old thread, migrated through a number of forums over time. If you have a question, even if similar to this one, could you please post it as a new question in ? Remember to provide as many details as you can about it, including what seems to be obvious (it is for you, but…
-
If you do have usage tracking configured and enabled, query the usage tracking table and you will be able to get a list. By default the table is S_NQ_ACCT in the BIPLATFORM schema, but you maybe configured a different table somewhere else. You can verify if usage tracking is on (the people installing that OAS hopefully did…
-
Expanding on Mostafa reply, you can also run the RCU manually to delete (clean up) the RCU schemas created, so that you can then create them again with the same name (but a different password if your original password didn't follow the requirements and limitations for a RCU schema password).
-
Hi, You are maybe in the wrong forum… What application are you asking about? Isn't your question about Fusion products somehow? If it's the case, then look at all the categories in and find the one being closer to the application you ask about. Publisher could be embedded into your Fusion product, but if it isn't a…
-
Look at the Network tab and find out exactly what page is being blocked. Because just having the console message about the domain doesn't tell you much… And OBIEE 11g is 8+ years old, browsers security was different back at that time, don't take it as a reference for embedding… For example, in this screenshot you can see…
-
You expect the login page to be visible in the embedding? What page is the system exactly trying to load? The login page is a different deployment in the bi_server1, not sure any config in DV or OBIPS config file applies there.
-
Is your prompt a real number? Or is that a number but defined as text? And is "Person_Number" the real name of the column? As you can see from the query visible in the error, what the tool is doing is adding the filters conditions to the LSQL of your analysis. You must make sure that the column is correctly referenced.…
-
Hi, Did you enter your domain where you are trying to embed the OAS page in DV > Console > Safe Domains as accepted for embedding? This is from OAS 2024 (aka 7.6), can't remember if that page was already like that in OAS 2023 (7.0). You can read some more details in the doc: PS: don't enable it for all domains, enter the…