File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ This project provides a migration utility to enrich utPLSQL v2 package specifica
88## Download
99
1010Download 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 ` .
1920This is required for installing utPLSQL v2 compatibility within utPLSQL v3.
2021
@@ -30,10 +31,10 @@ Migration utility contains the following components:
3031All 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
3738sqlplus sys/oracle@xe as sysdba @install utp ut3
3839```
3940
You can’t perform that action at this time.
0 commit comments