Is it possible to connect to DB in Oracle APEX application externally?

我怕爱的太早我们不能终老 提交于 2019-12-10 20:08:14

问题


I am trying to query the table stored in Oracle APEX application externally (using Java). But, i am quite not sure on achieving it. Because, inside APEX i was able to access external databases using dblink. But, the other way around is puzzling me. It starts from what should be the connect string, will there be host & port details etc.,.

Search on oracle docs and other dba forums didn't cover this scenario. It would be a great help if someone can give a pointer on this.


回答1:


According to the comments you're trying to access the apex.oracle.com Database externally - which isn't possible. The only valid way to access your database in the online demo workspaces from oracle is via the SQL Workshop or your APEX applications. If there's a need for accessing the data from outside i highly suggest using the RESTfull services from APEX. A direct connection via JDBC isn't possible.



来源:https://stackoverflow.com/questions/33518409/is-it-possible-to-connect-to-db-in-oracle-apex-application-externally

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!