News

Because CONNECT first disconnects you from your current database, you will be left unconnected to any database if you use an invalid username and password in your CONNECT command. If you log on or ...
Sometimes we can't get into DB container, we need to test from apps side remotely sqlplus into Oracle DB docker container to check DB status...etc all kind of things for debugging. Also we need to use ...
I want to run sqlplus from mycitaaapp:version1 linux container to oracle/database:12.1.0.2-ee, I tried using linking the containers as below but getting sqlplus not found as it is not able to find ...