Change Apex Deployment Port

conn sys/manager1@cispdb as sysdba 

SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;

EXEC DBMS_XDB.SETHTTPPORT(8080);

SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;

Comments

Popular posts from this blog

Telegram Integration with Oracle

The username or password for the connection pool named |apex||, are invalid, expired, or the account is locked

Row Initialization event on the IG region (Set Default value for column of Row)- Oracle Apex