Skip to content

fabiohbarbosa/docker-healthcheck-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORACLE HEALTH CHECK

Image docker to check the health of Oracle, to use with depends_on. Basicaly the health check script verify if table exist in database.

Supported tag

  • 11g latest

Environment Variables

SYSTEM_PASSWORD

Password of SYSTEM user.

HEALTHCHECK_TABLE

Table to be checked in health check.

healthcheck.sh

This script run SQL:

select count(*) from ALL_TABLES where TABLE_NAME = '${HEALTHCHECK_TABLE}'

More information

This repository extends wnameless/oracle-xe-11g.
For more information see wnameless/oracle-xe-11g documentation.

About

Docker Oracle 11g

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages