docker-oracle-xe-11g
docker-oracle-xe-11g copied to clipboard
init.sql
Hi Buddy,
I'm try to test a small app against (Python3/Flask/SQLAlchemy) many database (DB2/PostGre/MariaDB/etc.) and I would like to do it automatically.
But I'm a beginner Oracle and I don't have any ideia about the init.sql and script.sh.
All I need is to automate the Docker run to create a database user, a set of table and insert the test data.
Do you have any sample about it?