gustafn
committed
on 13 Feb 22
More fixes for Oracle 19c in essential packages

in essence, this fixes
- package content_item
- package content_folder

with the following … Show more
More fixes for Oracle 19c in essential packages

in essence, this fixes

- package content_item

- package content_folder

with the following errors popping at at installation:

Errors for PACKAGE BODY CONTENT_FOLDER:

LINE/COL ERROR

-------- -----------------------------------------------------------------

76/11    PLS-00323: subprogram or cursor 'COPY' is declared in a package

         specification and must be defined in the package body

Errors for PACKAGE BODY CONTENT_ITEM:

LINE/COL ERROR

-------- -----------------------------------------------------------------

22/10    PLS-00323: subprogram or cursor 'NEW' is declared in a package

         specification and must be defined in the package body

40/1     PL/SQL: Item ignored

67/38    PLS-00382: expression is of wrong type

275/11   PLS-00323: subprogram or cursor 'SET_LIVE_REVISION' is declared

         in a package specification and must be defined in the package

         body

DRG-10595: ALTER INDEX CR_REV_ATTRIBUTE_INDEX failed

DRG-11000: invalid keyword SYNC

DRG-10595: ALTER INDEX CR_REV_CONTENT_INDEX failed

DRG-11000: invalid keyword SYNC

Show less