QUERY_SRC hint in SQL injected by BIP
Hello,
When a data model is executing, if you watch the Oracle' SGA, we notice that the SQL within the data model has been modified to read something like:
SELECT /*+ QUERY_SRC('datamodel: /some path/MyDataModel.xdm,dataset:something') */
Any idea why this happens and what's the purpose behind this?
Thanks,
Manish