You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/userguide/install.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,10 +184,9 @@ If the installing user and utPLSQL owner is one and the same, the user must have
184
184
- ALTER SESSION
185
185
- CREATE TRIGGER
186
186
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.
188
188
189
189
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.
191
190
192
191
It is up to DBA to maintain the storage of the profiler tables.
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.
301
300
Additionally, all the public and private synonyms pointing to the objects in the utPLSQL schema will be removed.
302
301
303
302
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.
304
303
305
304
The uninstall script does not drop the schema.
306
305
307
306
**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.
309
308
310
309
Alternatively you can drop the user that owns utPLSQL and re-create it using headless install.
0 commit comments