Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed some typos
  • Loading branch information
jgebal committed Mar 26, 2020
commit 62ef235a6559993ccd5896e6fff6ff3a60eb5785
11 changes: 6 additions & 5 deletions docs/userguide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,26 @@ utPLSQL is continuously tested against following versions of Oracle databases
* 18c
* 19c

We do our best to assure fill compatibility with supported versions of Oracle databases [See](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf#page=6)
We do our best to assure full compatibility with supported versions of Oracle databases [See](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf#page=6)

# Downloading utPLSQL

## Manual download

- Go to GitHub releases page for utPLSQL `https://github.com/utPLSQL/utPLSQL/releases`
- Download and one of files
- Go to GitHub releases page for utPLSQL [`https://github.com/utPLSQL/utPLSQL/releases`](https://github.com/utPLSQL/utPLSQL/releases)
- Choose the version to download - latest is always greatest
- Download one of files
- utPLSQL.tar.gz
- utPLSQL.zip

The files have identical content but different compression (tar / zip ) so choose whichever you preref depending on your platform (Win/Mac/Unix/Linux)
The files have identical content but use different compression (tar / zip ) so choose whichever you prefer depending on your platform (Win/Mac/Unix/Linux).


## Scripted download of latest utPLSQL version

The below snippets can be used to download latest version of utPLSQL from github releases.

Installation instructions are outlined in next sections of this document.
After downloading follow the installation instructions in next sections of this document.

### Unix/Linux

Expand Down