Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[Docker Image] Cannot log into Oracle XE as SYSDBA?

renfredericMar 10 2019 — edited Mar 13 2019

Hi there,

I am really new to Oracle, and am trying to setup a local Oracle XE instance for development purposes.

I am using docker, and pulled an existing image with Oracle XE:

docker image.png

Then, I started a docker container with this image with:

docker run.png

You can see the container is up and running:

docker ps.png

The database took a while to complete some setup in the background (notice that it says it is using "admin" as password for SYS and SYSTEM, but went ahead to insert some random password for SYS, SYSTEM and PDBADMIN instead...) :

logs.png

When I try to log in as SYSDBA, I got:

docker exec.png

Can someone please point me in the right direction? I must be missing something along the way? How can I retrieve the password

for SYS, or perhaps setup the right way?

Thank you and your help is appreciated,

Fred

This post has been answered by renfrederic on Mar 13 2019
Jump to Answer
Comments
Post Details
Added on Mar 10 2019
4 comments
16,903 views