ReneNyffenegger/oracle_scriptlets

BLOB_WRAPPER.SUBSTR

Opened this issue · 2 comments

Compilation errors for PACKAGE BODY IFSAPP.ZIPPER

Error: PLS-00201: identyfikator "BLOB_WRAPPER.SUBSTR" powinien być zadeklarowany
Line: 67
Text: dbms_lob.freetemporary(blob_temp);

Error: PL/SQL: Statement ignored
Line: 67
Text: dbms_lob.freetemporary(blob_temp);

Error: Hint: Value assigned to 'cn_len' never used in 'addFile'
Line: 28
Text: dbms_lob.append(

I just got a compilation issue - there's an additional code dependency of Oracle PL/SQL Library: blob_wrapper

It's available here...

https://renenyffenegger.ch/Oracle/Libraries/blob_wrapper/index.html

I'm just trying it now

compile blob_wrapper and it will create the source code dependency so it will work.