https://github.com/chcdc/docker-sqlplus
Oracle SQLplus client in a docker
https://github.com/chcdc/docker-sqlplus
database docker oracle oracle-db sqlplus
Last synced: 5 months ago
JSON representation
Oracle SQLplus client in a docker
- Host: GitHub
- URL: https://github.com/chcdc/docker-sqlplus
- Owner: chcdc
- Created: 2020-04-10T21:51:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T03:11:11.000Z (over 5 years ago)
- Last Synced: 2025-03-17T07:32:19.271Z (11 months ago)
- Topics: database, docker, oracle, oracle-db, sqlplus
- Language: Dockerfile
- Homepage:
- Size: 56.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pass the URL of the Oracle server with `URL` env var:
```
$ docker run -e URL=/@//
:/ -ti sflyr/sqlplus
SQL*Plus: Release 11.2.0.3.0 Production on Tue Aug 11 15:41:07 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
SQL> _
```