Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099ef71 commit 3d32d69Copy full SHA for 3d32d69
1 file changed
source/expectations/data_values/ut_data_value_refcursor.tpb
@@ -30,9 +30,9 @@ create or replace type body ut_data_value_refcursor as
30
begin
31
if self.datavalue is not null then
32
ut_assert_processor.set_xml_nls_params();
33
+ dbms_xmlgen.restartQuery(self.datavalue);
34
dbms_xmlgen.setMaxRows(self.datavalue, 100);
35
l_result := dbms_xmlgen.getxml(self.datavalue);
- dbms_xmlgen.restartQuery(self.datavalue);
36
ut_assert_processor.reset_nls_params();
37
end if;
38
return ut_utils.to_string(l_result);
0 commit comments