We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a215f commit 7a01526Copy full SHA for 7a01526
tests/sql/create_schema.sql
@@ -1,5 +1,5 @@
1
/*-----------------------------------------------------------------------------
2
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates.
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates.
3
*
4
* This software is dual-licensed to you under the Universal Permissive License
5
* (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
@@ -941,7 +941,7 @@ create or replace package body &main_user..pkg_TestRefCursors as
941
if not a_Cursor%notfound then
942
insert into TestTempTable (IntCol, StringCol1)
943
values (t_Id, t_StrVal);
944
- end if;
+ end if;
945
close a_Cursor;
946
commit;
947
end;
0 commit comments