Image docker to check the health of Oracle, to use with depends_on. Basicaly the health check script verify if table exist in database.
- 11g latest
Password of SYSTEM user.
Table to be checked in health check.
This script run SQL:
select count(*) from ALL_TABLES where TABLE_NAME = '${HEALTHCHECK_TABLE}'
This repository extends wnameless/oracle-xe-11g.
For more information see wnameless/oracle-xe-11g documentation.