Skip to content

earendil06/sqlplus-script-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

sqlplus script runner

The docker image resulting from this dockerfile allows you to execute an sql script into a database using the embedded sqlplus tool.

How to build ?
docker build -t sqlplus-script-runner .
How to run ?
docker run --env CONNECTION_STRING=[YOUR_CONNECTION_STRING] -v my_script.sql:/work/script.sql sqlplus-script-runner
Tested with :
  • Oracle database with a connection string like "user/passwd@host_url:port/service_name"
  • Add yours ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published