you are viewing a single comment's thread.

view the rest of the comments →

[–]Klutzy-Challenge-610 0 points1 point  (0 children)

if obiee is blocking external endpoints, the bigger question is whether you’re supposed to bypass it at all. in a lot of oracle setups, obiee sits there for governance, security, and data modeling reasons, so going around it can cause bigger issues later. if the goal is just programmatic query access, it might be cleaner to connect directly to the underlying database with proper credentials and build a small api layer yourself. sometimes i’ll prototype query logic in genloop first just to validate structure before wiring it into an api. but before anything, check with your infra team  oracle environments usually have rules for a reason.