I have an oracle database and I’m trying to connect it to my oracle database in different ways and it doesn’t work, sonarqube continues to use the embedded database, I configured sonar properties and nothing. The command line that I use is the following.
┌──(root㉿kali)-[/var/lib/docker/volumes/sonarqube_extensions]
└─# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
┌──(root㉿kali)-[/var/lib/docker/volumes/sonarqube_extensions]
└─# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
┌──(root㉿kali)-[/var/lib/docker/volumes/sonarqube_extensions]
└─# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d8dee0d3efe6 sonarqube “/opt/sonarqube/dock…” 22 seconds ago Exited (1) 21 seconds ago sonarqube
However, after this the sonarqube does not wake me up at all, by itself if it has the ( \ Barra invertida o barra descendente) I don’t know why it doesn’t appear when I publish it
I already managed to get my jdbc driver to recognize me; However, it appears that I cannot connect to the database, it should be noted that when I ping or telnet to the ip x.x.x.x:1521 it does connect from my server where I have my sonarqube docker up. what could happen?