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: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,7 @@ We are using private docker images to test utPLSQL for our Travis CI builds. The
175
175
* 11g XE R2
176
176
* 12c SE R1
177
177
* 12c SE R2
178
+
* 18c SE
178
179
179
180
These images are based on the slimmed versions [official dockerfiles released by Oracle](https://github.com/utPLSQL/docker-scripts), but due to licensing restrictions, we can't make the images public.
180
181
You can build your own and use it locally, or push to a private docker repository.
Copy file name to clipboardExpand all lines: docs/userguide/install.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,14 @@ foreach ($i in $urlList) {
49
49
}
50
50
```
51
51
52
+
# Supported database versions
53
+
54
+
The utPLSQL may be installed on any supported version of Oracle Database [see](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf#page=6)
55
+
* 11g R2
56
+
* 12c
57
+
* 12c R2
58
+
* 18c
59
+
52
60
# Headless installation
53
61
54
62
To install the utPLSQL into a new database schema and grant it to public, execute the script `install_headless.sql` as SYSDBA.
| PLSQL Record Assertions | generated code through **utRecEq** Package |[possible on Oracle 12c](https://oracle-base.com/articles/12c/using-the-table-operator-with-locally-defined-types-in-plsql-12cr1) using [cursor matchers](docs/userguide/expectations.md#comparing-cursors)|
195
+
| PLSQL Record Assertions | generated code through **utRecEq** Package |[possible on Oracle 12c+](https://oracle-base.com/articles/12c/using-the-table-operator-with-locally-defined-types-in-plsql-12cr1) using [cursor matchers](docs/userguide/expectations.md#comparing-cursors)|
196
196
| Test Skeleton Generation | Yes | No (Let us know if you use this) |
ut.expect(l_executable.get_error_stack_trace()).to_be_like('ORA-04061: existing state of package "UT3_TESTER.STATEFUL_PACKAGE" has been invalidated%');
0 commit comments