oracle11g - Oracle REST Data Services installed with Oracle APEX 5 -
i installed oracle apex 5 under oracle 11g, now, able download reports pdf, installed oracle rest data services 3.0.
apex on port 8080, , ords on 8081. now, seems ords created virtual new instance of apex. in both ports can use apex (localhost:8080/apex , localhost:8081/ords/
), in 8081 download pdf working.
is right?
this seems strange me. followed official oracle documentation. know if these products works way or if did mistake when installing , configuring.
i'm not oracle specialist, edits improve answer welcome.
it seems installation right. according documentation:
by default, context root accessing oracle application express through oracle rest data services /ords.
it's not clear me architecture of product but, after reading available docs, interpreted have 2 ways access apex.
as pasted right below, documentation tells need turn off apex default port.
if using embedded pl/sql gateway , want use oracle rest data services, need disable oracle xml db protocol server.
to that, need disable http port of apex:
exec dbms_xdb.sethttpport(0);
this way, apex acessible oracle rest data services.
conclusion: amazing product, still lacks documentation, on architecture changes.
reference
Comments
Post a Comment