fuzziebrain / docker-oracle-xe

Docker build for Oracle Database 18c Express Edition (XE). This project is now archived with the release of version 21c.
MIT License
272 stars 127 forks source link

Cannot access EM login #27

Closed joramkimata closed 5 years ago

joramkimata commented 5 years ago

screenshot from 2019-01-04 21-46-51

fuzziebrain commented 5 years ago

The solution can be found in this thread in the community forums. Either:

  1. Leave the "Container Name" empty; or
  2. Execute the command as SYS or SYSTEM: `exec dbms_xdb_config.setglobalportenabled(true);'

I will add this a configurable option for a future release.