Sean Scott
Sean Scott
> @Vergil333 the "TNS:lost contact" message is a generic error raised when the Database Configuration Assistant can't create the database. In the case of the OP, the relevant accompanying error...
My initial thought was use of the `:Z` option was uniquely labeling the volume and preventing subsequent containers from accessing it, but I'm unable to reproduce this on OEL8. Perhaps...
> Hi @GOODBOY008, if I recall correctly it required (at least on 19.3) to apply a custom `dbca.rsp.tmpl`, `createDB.sh`, and `checkDBStatus.sh` files before the installation started in order to create...
@skmar2 it looks like the error is caused by this line: ``` -v /Users/skumar/IdeaProjects/der/implementierung/der-reactor/docker/oracle-db/volumes/scripts/setup:/opt/oracle/oradata ``` The log output indicates that the database creation process could not add a directory under...
@skmar2 I just ran this successfully (OEL 8.8, Docker 24.0.6). Will you please try running this same command without assigning the volume? ``` docker run --name oracle-db -p 1575:1521 -e...
Are you trying to do this in a running container? If so, try connecting as `root`: ``` docker exec -u root -it $CONTAINER_NAME bash ``` It looks like you're trying...
I get it. Without `sudo` and without modifying the repository, your best bet may be the `docker exec` with the `-u root` option. I can't think of another way. Sorry!
At face value, that seems to make sense. However, you'll notice that containers are missing packages normally included in base OS installations, including editors and `sudo`. It's a practice that...
You may also find [alternative Oracle database repos](https://github.com/oraclesean/cloud-native-oracle) better suited to your needs. If you don't want to alter the base repo/installation scripts, it includes the option of (among other...
I'm seeing the same error. It's reproducible with `stop`/`remove`/`init`: ``` [~ 13:16:32] # finch vm start INFO[0000] Starting existing Finch virtual machine... INFO[0024] Finch virtual machine started successfully FATA[0025] failed...