disabling pl/sql gateway
I'm running ORACLE 11.2.0.1 on linux and I want to disable the plsql gateway.
I've tried using
EXEC DBMS_XDB.SETHTTPPORT(0) ;
COMMIT ;
but this does not work : the apex service continues on this port and I cannot initialise the APEX listener on port 8080. Any ideas anybody ?
Regs
johnnied