ReneNyffenegger / oracle_scriptlets

An attempt to gather SQL scripts from my website adp-gmbh.ch
www.adp-gmbh.ch
34 stars 17 forks source link

BLOB_WRAPPER.SUBSTR #1

Open XenZen opened 5 years ago

XenZen commented 5 years ago

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(

dbridgford commented 4 years ago

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

dbridgford commented 4 years ago

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