Is it possible to create SQL Query object with "select * from table (XXXXX)" query in a Data Set ?
We have a report with a large query. This sql query cannot be optimized (it optimized already).
Due to performance issues we are investigating a possibility to migrate sql query to db plsql function.
Plsql will be useful to cache parts of a large sql during execution.
Is it possible to use "select * from table (XXXXX)" query in a BI Pulisher's Data Model, where XXXXX - plsql function ?
0