DBMS_XDB_CONFIG.SETHTTPPORT(1985);
Hi Guys,
after creation of CDB, I configured a default listener port 1521, then I configured successfully a http port and https port using DBMS_XDB_CONFIG package.
after that I tried to access EM Express from the browser! without any response.
Oracle Docs, that I have to do additional configuration in init.ora file, if I'm using a non-Default Listener port! but I'm using a default Listener Port.
BTW: after configuration I restarted both (DB & LSNR)
Regards