8000 GitHub - 0xquad/docker-sqlcl: A docker container to run SQLcl, an alternative for SQL*Plus and provided by Oracle
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xquad/docker-sqlcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SQLcl is an SQL*plus alternative command line client provided by Oracle with many helpful features.

This Dockerfile provides a quick way to use the tool. To use it:

docker build -t sqlcl
docker run --rm -ti sqlcl scott/tiger@192.0.2.232/ORCL

More information about the tool: https://www.oracle.com/tools/downloads/sqlcl-downloads.html

About

A docker container to run SQLcl, an alternative for SQL*Plus and provided by Oracle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0