Coder Social home page Coder Social logo

docker-sqlplus's Introduction

docker-sqlplus

A Docker container for running Oracle's sqlplus utility without having to install it on your host system.

Prerequisites:

Building the container:

From the top level directory of this repo:

docker build -t sqlplus .

Running sqlplus

From the top level directory of this repo:

./sqlplus {connectstring}

NOTE: If you need custom DNS, you will need to edit the sqlplus shell script to pass -dns={yourdnsIP} to the docker run command. (put that before the sqlplus argument on that line)

Example run:

./sqlplus username/[email protected]:1521/SOMESCHEMA
sqlplus username/[email protected]:1521/SOMESCHEMA

SQL*Plus: Release 18.0.0.0.0 - Production on Thu Nov 15 19:28:48 2018
Version 18.3.0.0.0

Copyright (c) 1982, 2018, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options

SQL>

docker-sqlplus's People

Contributors

ericsmalling avatar jpcweb avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.