I am creating this idea based on conclusion of SR 3-36369009661 : OAS 2024 "Export to Excel in DV" functionality not integrated into OAS product.
One of the new functionality included into OAS 2024 (which is "subject of interest" of our business users) is Export to Excel in DV for table/pivot table visualization (https://docs.oracle.com/en/middleware/bi/analytics-server/user-oas/export-formatted-data-visualization-excel.html).
But when reading the documentation, describing how to "make this feature work" in OAS (https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/enable-users-export-excel.html) , we found out that this functionality relies on other sw components (NodeJs + its modules), which:
- are not included into standard binaries/installation of OAS 2024 and needs to be installed/configured separately (as a kind of post installation/upgrade step)
- documentation how to install/configure/operate those separate components is really not very clear and ambiguous (for example not clear, what installation steps need to be done under root and which under OS user, where OAS binaries are installed)
- starting/stopping of those "components" is not included into main start/stop scripts for overall OAS instance (<<Domain Home>>/bitools/bin/start.sh and <<Domain Home>>/bitools/bin/stop.sh).
Those are really for us quite serious "gaps" , substantially making our lives harder in terms of operation/administration of our OAS environments.
On the other hand this functionality is requested by our business users.
I would guess, the reason for having this feature "loosely coupled" into OAS occurred when "transfering" this new feature from OAC to OAS - where OAC is constantly moving away in terms of architecture from OAS.
I would guess, that in OAC , Export to Excel feature is implemented (in Kubernetes architecture of OAC) - as Kubernetes pod/container, having all sw components build into this pod and exposing it's functionality to OAC stack. And this creates additional effort to "transfer" (and also seamlessly integrate) this feature into "monolithic" OAS architecture.
But anyway, for us, OAS customers ,for being able to effectively manage/run this (currently) "loosely coupled" functionality, it would be very desirable to have more seamless inclusion/integration of "DV Export to Excel" functionality into OAS product:
a) Incusion sw components (NodeJS + required modules) into standard OAS 2024 (OA platform) installation (binaries).
b) Inclusion of start/stop of this "NodeJs Export to Excel" application (bi/modules/oracle.bi.tech/obitech-serverside-exportexcel-bundle.js) into standard start/stop OAS scripts.