Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54af5fa

Browse files
committed
Fixes and improvements to uninstall doc
1 parent 9010fcb commit 54af5fa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/userguide/install.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,9 @@ If the installing user and utPLSQL owner is one and the same, the user must have
184184
- ALTER SESSION
185185
- CREATE TRIGGER
186186

187-
In addition the user must be granted the execute privilege on `DBMS_LOCK` and `DBMS_CRYPTO` packages.
187+
In addition, the user must be granted the execute privilege on `DBMS_LOCK` and `DBMS_CRYPTO` packages.
188188

189189
utPLSQL is using [DBMS_PROFILER tables](https://docs.oracle.com/cd/E18283_01/appdev.112/e16760/d_profil.htm#i999476) for code coverage. The tables required by DBMS_PROFILER will be created in the installation schema unless they already exist.
190-
The uninstall process will **not** drop profiler tables, as they can potentially be shared and reused for profiling PLSQL code.
191190

192191
It is up to DBA to maintain the storage of the profiler tables.
193192

@@ -297,15 +296,15 @@ cd source
297296
sqlplus admin/admins_password@database @uninstall.sql ut3
298297
```
299298

300-
The uninstall script will remove all the objects installed by the install script.
299+
The uninstall script will remove all the objects installed by the installation script.
301300
Additionally, all the public and private synonyms pointing to the objects in the utPLSQL schema will be removed.
302301

303302
If you have extended any utPLSQL types such as a custom reporter, these will need to be dropped before the uninstall, otherwise the uninstall script might fail.
304303

305304
The uninstall script does not drop the schema.
306305

307306
**In order for the uninstall to be successful, you need to use the uninstall script that was provided with the exact utPLSQL version installed on your database.**
308-
i.e. the uninstall script provided with version 3.0.1 will probably not work if you want to remove version 3.0.0 from your database.
307+
i.e. the uninstall script provided with version 3.1.11 will not work correctly if you want to remove version 3.0.0 from your database.
309308

310309
Alternatively you can drop the user that owns utPLSQL and re-create it using headless install.
311310

0 commit comments

Comments
 (0)