Sign inSign up

vace117/sqlplus-and-network-tools

By vace117

Updated over 7 years ago

SQL*Plus Tool and some useful network utilities

Image
0

379

vace117/sqlplus-and-network-tools repository overview

Description

This Docker image contains SQL*Plus Tool (Version 12.2.0.1.0) and some useful network utilities. You can use this image instead of installing the Oracle Instant Client manually.

Installation

Pull the Image
docker pull vace117/sqlplus-and-network-tools
Install Wrapper Script
sudo wget -P /usr/local/bin https://raw.githubusercontent.com/vace117/sqlplus-and-network-tools/master/sqlplus.sh; sudo chmod +x /usr/local/bin/sqlplus.sh

Usage Examples

You can use the wraper script:

sqlplus.sh sys/password1@localhost:15210/ORCLPDB1.localdomain as sysdba

Or execute the image directly:

docker run -it --net host vace117/sqlplus-and-network-tools sys/password1@localhost:15210/ORCLPDB1.localdomain as sysdba

To get a shell inside this container:

docker run -it --net host --entrypoint bash vace117/sqlplus-and-network-tools

Tag summary

Content type

Image

Digest

Size

89.2 MB

Last updated

over 7 years ago

docker pull vace117/sqlplus-and-network-tools