Skip to content

Commit 5e80efa

Browse files
author
Jacek Gębal
committed
Update documentation
1 parent 5b79bd8 commit 5e80efa

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

docs/userguide/expectations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ Syntax:
804804
805805
`ut.expect( a_actual ).to_match( a_pattern [, a_modifiers] );`
806806
807-
Parameters `a_pattern` and `a_modifiers` represent a valid regexp pattern accepted by [Oracle REGEXP_LIKE condition](https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF00501)
807+
Parameters `a_pattern` and `a_modifiers` represent a valid regexp pattern accepted by [Oracle REGEXP_LIKE condition](https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/Pattern-matching-Conditions.html#GUID-D2124F3A-C6E4-4CCA-A40E-2FFCABFD8E19)
808808
809809
Usage:
810810
```sql linenums="1"
@@ -1762,7 +1762,7 @@ FAILURE
17621762
utPLSQL is capable of comparing json data-types of `json_element_t`, and also `json` **on Oracle 21 and above**
17631763
17641764
!!! note
1765-
Whenever a database is upgraded to compatible version the utPLSQL needs to be reinstalled to pick up json changes. E.g. upgrade from 18c to 21c to enable `json` type compare.
1765+
Whenever a database is upgraded to compatible version the utPLSQL needs to be reinstalled to pick up json changes. E.g. upgrade from 19c to 23 AI to enable `json` type compare.
17661766
17671767
17681768
### Notes on comparison of json data

docs/userguide/install.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ See [this page](https://www.oracle.com/us/support/library/lifetime-support-techn
1010

1111
### Licensed features required
1212

13-
utPLSQL doesn't require any extra licensed features of Oracle database. It can be installed on any Standard Edition Oracle Database.
14-
15-
In fact, it even supports Oracle 11g XE which is a free Oracle Database version with minimal features and storage limits.
13+
utPLSQL doesn't require any extra licensed features of Oracle database. It can be installed on any Edition of Oracle Database.
1614

1715
### Storage requirements
1816

@@ -116,9 +114,6 @@ The scripts need to be executed by `SYSDBA`, in order to grant access to `DBMS_L
116114
- `DBMS_LOCK` is required for session synchronization between main session and session consuming realtime reports.<br>
117115
- The user performing the installation must have the `ADMINISTER DATABASE TRIGGER` privilege. This is required for installation of trigger that is responsible for parsing annotations at at compile-time of a package.<br>
118116
- When installed with DDL trigger, utPLSQL will not be registering unit tests for any of oracle-maintained schemas.<br>
119-
- For Oracle 11g following users are excluded:<br>
120-
ANONYMOUS, APPQOSSYS, AUDSYS, DBSFWUSER, DBSNMP, DIP, GGSYS, GSMADMIN_INTERNAL, GSMCATUSER, GSMUSER, ORACLE_OCM, OUTLN, REMOTE_SCHEDULER_AGENT, SYS, SYS$UMF, SYSBACKUP, SYSDG, SYSKM, SYSRAC, SYSTEM, WMSYS, XDB, XS$NULL<br>
121-
- For Oracle 12c and above the users returned by below query are excluded by utPLSQL:<br>
122117
`select username from all_users where oracle_maintained='Y';` <br>
123118

124119
### Installation without DDL trigger

0 commit comments

Comments
 (0)