Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, This is not the right forum for your question, this is only about Oracle Analytics products. Have a look at the developers community forum: https://forums.oracle.com/ords/apexds/domain/dev-community Find the best category and post there. Thanks
-
Hi Anant, You will need to provide a lot more info than this... Everything is logged in OAS, if your managed server doesn't start, look at the logs of the managed server, then also have a look at the admin server log to see if there is something going back there, and also have a look at the node manager logs.
-
Those extra info you see in the path is because a DV workbook is a bit the equivalent of a "dashboard": it has "pages" (canvases) and contains visualizations. Each single one generate different queries. Therefore the path identify them in a unique way going deeper than just the workbook itself (a workbook could contains…
-
As said, the usage tracking doesn't have the "owner" info because it doesn't bring any useful information: that data is focused on the usage of objects, not the properties of the objects. The owner of a catalog object is stored in the catalog, it is one of the many attributes attached to every single catalog object. The…
-
Join the data of the catalog and you have it. The owner isn't an information required in the context of usage tracking, but you get it in various ways as it is available in the catalog. You will need to do the join yourself.
-
Hi, It is maybe all obvious to you as you are looking at that thing for hours, but there isn't much context given. What are you trying to do? Where? How? What tracking are you talking about? PS: those names they look to me very well structured and easy to split to get just the right piece of info, therefore it sounds like…
-
I do see your point. The Graph Web Application is purely java and doesn't really use anything of Weblogic (that's also why it is more often deployed on Tomcat or it is self-hosted on an embedded Tomcat when you run it directly from the Graph Server installation): no need to pay a Weblogic license. I believe the graph team…
-
@deahayes , Could you stay only on a single thread for this? You have the same thread in the Publisher category of the MOSC forum (https://community.oracle.com/mosc/discussion/4558149/split-excel-template-into-multiple-tabs-after-65-000-rows#latest). It is still a form of double-posting as both forums are Oracle owned…
-
@Ciaran , If you mean the new SQL/PGQ language added to SQL and part of the Oracle database 23c, you can already use it right now because it is "just" SQL. You can create a dataset and use it (because SQL/PGQ results are like a table with columns and rows as they come from SQL). If you expect to run "interactive" graph…
-
Hi Bret, The situation I have in mind (that I'm facing right now) is for example a customer who has been "moved" to OAC by Oracle Lift: they needed to replicate 8 PVOs and they created 8 replication jobs scheduled at 1 min of interval from others with daily execution. Now the customer asked if they could run the…
-
Hi, What product (full name and version) are you talking about? What is a "direct database analysis" for you? An analysis built using a direct database query?
-
I believe what you are asking is similar or related (that answer could solve your question) to https://community.oracle.com/mosc/discussion/4557694/how-to-suppress-bip-output-from-being-sent-by-email-when-there-is-no-data-retrieved-oracle-cloud#latest . I didn't read what the replies were, have a look in case it matches.
-
Ok, so it's Publisher. Let's move the question in the right category so you can ideally get the right answer :) And I did see the same kind of question not too long ago (about Publisher). Will try to find it (can't remember in what forum I saw it ....)
-
Can you more precise on the what your "reports" are? Are they Publisher reports, "classic" analyses or DV workbooks? And by "running" you mean that they are schedule to send something out?
-
So, not the spaces or special characters in the path. I believe I remember people having had issues also because of existing Node.js installations that were conflicting (paths or something like that): do you have Node.js installed on your Window?
-
Your hardware is way more than the minimum requirement provided, don't worry for that. There have been a number of people reporting your same case over the years. The always were related to something specific in the user environment (because all our Windows are different in the end, we all install different things etc.).…
-
Thanks @Philippe Lions-Oracle , With "tools" I was thinking at that extension but couldn't remember the name and staid "vague" (also because I don't use that extension as I developed my ways to have access to everything in OAC/OAS over time...) That extension should become part of the product by default, it's one of the…
-
Your current solution is what I call "cheating" as you play on something that could be seen as a weakness in constraints in the tool. What I mean is that by deleting and renaming you get an ID which wasn't supposed to be given to you as it was used in the past (even if you deleted that dataset) and there are even objects…
-
@User_9BUCP , Not sure what your post is meant to be, but if you have an error with Publisher, create a new question in the Oracle Analytics Publisher (BIP) category explaining your issue (full product name and version, what you tried to do, how you did it, what you got instead and also screenshots often help in better…
-
@OAldrich , That plugin doesn't do any miracle, it simply call an API and store the result into datasets to "analyze" it. You can call that API yourself and get the output and do the job you need with it, without going through the plugin. Without going too much into the Oracle cooking behind the scene, seeing how DV is…