Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Disabling issue of SQL through Go URL in OBIEE 12c
Is there any way to disable issue of SQL from Go URL in OBIEE 12c? If yes, how can we do this? Any help would be appreciated.
Answers
-
-
Thank you for your response. Yes, sure. I am explaining the scenario:
Scenario:
Right now, if someone is hitting the url such as-
https://<host>/analytics/saw.dll?Go&SQL=select+<column_name>+from+<SUBJECT_AREA.table_name>then the logical sql is being executed against the RPD presentation layer in order to return the result from the data warehouse.
What we want to achieve:
We want to disable this issuance of sql from go url. The bottom line is, we don't want to allow any BI consumer to use this Go url feature. How can we achieve this?0 -
No, you can't disable that inside of OBI itself but if you have some kind of reverse proxy in front, that one can handle it and just refuse those requests.
0 -
Thank you for the help.
0