User Tools

Site Tools


databaseexpress

This is an old revision of the document!


Database Express

Configuration

SQL> SELECT DBMS_XDB_CONFIG.gethttpsport FROM dual;

GETHTTPSPORT
------------
           0

SQL> EXEC DBMS_XDB_CONFIG.sethttpsport(5500);

PL/SQL procedure successfully completed.

The URL will therefore be https://hostname:5500/em

databaseexpress.1437637123.txt.gz · Last modified: 2025/03/08 22:23 (external edit)