https://github.com/tschf/sqlup
https://github.com/tschf/sqlup
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/sqlup
- Owner: tschf
- License: mit
- Created: 2017-04-06T22:21:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T04:08:04.000Z (about 9 years ago)
- Last Synced: 2025-06-13T15:13:53.402Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SQLcl Upgrader
## Overview
SQLcl is the next-gen command line interface to an Oracle database (superseeding SQL*Plus). Updates come often, so just want a tool to automate the upgrade process as much as possible. Utilises my odl utility, see that project for install insutructions.
## Assumptions
* You are on Linux
* You want to install sqlcl to /opt/sqlcl
* You have the odl utility installed and available in your path
* (Good idea to have OTN_USERNAME and OTN_PASSWORD set for minimal user input)
* Assumes you accept the OTN license agreement: http://www.oracle.com/technetwork/licenses/sqldev-license-152021.html
## Author
Trent Schafer
## License
MIT