on oracle query, if you have a table with 4 blob fields and you insert a record using the insert command with empty_blob() as the value for each blob and using the return function, oracle returns the error "blob can not be empty". This only happens on a table with more that 3 blob fields and only in 10g, it works fine in 8i. Is this an oracle problem or DOA problem.
if you leave out the 4th blob in the insert command then it works fine in 10g. Any ideas as to what may be the problem
if you leave out the 4th blob in the insert command then it works fine in 10g. Any ideas as to what may be the problem