Skip to content

Commit 20fe095

Browse files
authored
Update README.md
1 parent 85dce1e commit 20fe095

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ This project provides a migration utility to enrich utPLSQL v2 package specifica
88
## Download
99

1010
Download latest release from this location:
11-
https://github.com/utPLSQL/utPLSQL/releases/latest
11+
12+
https://github.com/utPLSQL/utPLSQL-v2-v3-migration/releases/latest
1213

1314

1415
## Requirements
1516

16-
- utPLSQL v2 needs to be installed
17-
- utPLSQL v3 needs to be installed
17+
- [latest version of utPLSQL v2.3.1](https://github.com/utPLSQL/utPLSQL/releases/tag/utplsql-2-3-1) needs to be installed
18+
- [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/releases) needs to be installed
1819
- Installation needs to be done from a `SYS` account or as `SYSDBA` as utPLSQL v3 user needs to be granted execute privilege on `UTL_FILE`.
1920
This is required for installing utPLSQL v2 compatibility within utPLSQL v3.
2021

@@ -30,10 +31,10 @@ Migration utility contains the following components:
3031
All of above components are installed into utPLSQL v3 schema, have public synonyms created and are granted to public.
3132

3233
## Installation
33-
34-
Execute `install.sql` script using `SQLPlus` or `sqlcl` as in the example below.
34+
Navigate to `source` directory and execute `install.sql` script using `SQLPlus` or `sqlcl` as in the example below.
3535

3636
```bash
37+
cd source
3738
sqlplus sys/oracle@xe as sysdba @install utp ut3
3839
```
3940

0 commit comments

Comments
 (0)