Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ab7687

Browse files
committed
Changed name of test to be more valid.
Fixed issues with exception on 12.1: ``` CREATE or replace PACKAGE tst_wrapped_pck wrapped * ERROR at line 1: ORA-00600: internal error code, arguments: [17090], [], [], [], [], [], [], [], [], [], [], [] ```
1 parent 078d5b3 commit 8ab7687

1 file changed

Lines changed: 9 additions & 23 deletions

File tree

tests/ut_annotations/ut_annotations.parse_package_annotations.GetAnnotationsFromWrappedPackage.sql renamed to tests/ut_annotations/ut_annotations.parse_package_annotations.IgnoreWrappedPackageAndDoesNotRaiseException.sql

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1-
CREATE or replace PACKAGE tst_wrapped_pck wrapped
2-
a000000
3-
369
4-
abcd
5-
abcd
6-
abcd
7-
abcd
8-
abcd
9-
abcd
10-
abcd
11-
abcd
12-
abcd
13-
abcd
14-
abcd
15-
abcd
16-
abcd
17-
abcd
18-
abcd
19-
9
20-
a9 c6
21-
BFZG852xhrH+ZghWHu3GpsAjsYwwgwFtmJ7hfy/pO3MYPpTk1jvUXeLLSBs48Y66RPOZmSwO
22-
tdAK4wIZubhyoYqfNPukcsRhJHrcsdmQU6c7MJt96TjbQty7bG3LvKuFVGWjizd5GkTmJ7dk
23-
Ktg41QYvCqco0ZidUx+EE+yoSt2ucz1rQYcomGbMx3gS4Xj7Vm8=
1+
begin
2+
DBMS_DDL.CREATE_WRAPPED(
3+
q'[
4+
CREATE OR REPLACE PACKAGE tst_wrapped_pck IS
5+
PROCEDURE dummy;
6+
END;
7+
]'
8+
);
9+
end;
2410
/
2511

2612
declare

0 commit comments

Comments
 (0)