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
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
121
+
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_ (passing individual items to be executed as elements of the ut_varchar2_list table type).
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_ (passing all items as a comma-separated-list of values into a single element of the ut_varchar2_list table type).
129
131
130
-
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
131
132
132
133
```sql linenums="1"
133
134
set serveroutput on
@@ -136,7 +137,7 @@ begin
136
137
end;
137
138
```
138
139
139
-
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
140
+
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_ (no explicit ut_varchar2_list table type).
140
141
141
142
Using a list of items to execute allows you to execute a fine-grained set of tests.
142
143
@@ -566,4 +567,4 @@ Example call with characterset provided:
0 commit comments