ziopex / plsql-utils

Automatically exported from code.google.com/p/plsql-utils
0 stars 0 forks source link

ZIP_UTIL_PKG.add_file() 0byte blob exception #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call add_file with an empty blob.

What is the expected output? What do you see instead?
I expect and empty file to be added to the archive,
but i get (sorry for german l10n):
ORA-21560: Argument 3 ist Null, ungültig oder außerhalb des gültigen Bereichs
ORA-06512: in "SYS.DBMS_LOB", Zeile 641
ORA-06512: in "SCOTT.ZIP_UTIL_PKG", Zeile 407

Original issue reported on code.google.com by magnus.k...@gmail.com on 8 Aug 2013 at 7:44