Cannot access external oracle database from springboot app running within container

Hi We had fun (not) with connecting to oracle from container. May not be the same issue as the application gave poor error messages but in the end fixed it by setting SQLNET.EXPIRE_TIME = 10 in the sqlnet.ora file on the server.

Good luck