Gerald Venzl
Gerald Venzl
@AmedeeBulle, maybe you have some recommendations/insights here?
Hm, I cannot reproduce this: ``` [oracle@localhost ~]$ docker run --name oracle-ee -p 1521:1521 -v oradata:/opt/oacle/oradata oracle/database:19.3.0-ee ORACLE PASSWORD FOR SYS, SYSTEM AND PDBADMIN: Qw7GB9coLLY=1 LSNRCTL for Linux: Version 19.0.0.0.0...
`HOST = hostname` appears to be wrong, this should be `HOST = `, which changes with each new container. The easiest way would be to say `HOST = 0.0.0.0`, binding...
Thanks @123wowow123, you will probably be better off asking your question over at the [Oracle Database AskTOM forum](https://asktom.oracle.com/) than here. Folks over there can help you make sure that your...
I believe this has to do with the default behavior of containers not allowing `su` inside. You can try to bypass that by commenting the following line in `/etc/security/limits.d/oracle-database-preinstall-18c.conf `:...
The Docker Store images are no longer available, please use 19c onwards from https://container-registry.oracle.com
The database setup for some reason fails with an error: ``` Copying database files 1% complete 2% complete DBCA Operation failed. Look at the log file "/opt/oracle/cfgtoollogs/dbca/ORCLCDB/ORCLCDB.log" for further details....
Thanks @ChrisJBurns, can you please retrieve and post the `trace.log*` file (sorry, thought it ended with `*.trc`)? Unfortunately, the log file doesn' tell us much new.
Hi @StefanSperliDerNeicheWaldvogel, I think the clue to the issue is this line: > Cannot create a container database from non Container Database template.
@yunus-qureshi, @rishabh20, @latakannan, can you please look at this PR and see whether it's feasible to add to the scripts?