MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
680 stars 285 forks source link

Can you add a way to configure sid #92

Closed Dhananjay-J-P closed 6 years ago

Dhananjay-J-P commented 6 years ago

Can you please add a way to configure sid?

MaksymBilenko commented 6 years ago

You can do this by using image with VNC and init database manually using DBCA

Dhananjay-J-P commented 6 years ago

Can you please tell me how to do that I tried logging into container and execute dbca command but it just exits with below error.

Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/oracle-product/12.1.0/xe/jdk/jre/lib/amd64/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method)