Write LOB's & Packages

AndyKP

Member
My question is connected with writing LOB data. I'm doing this through TBLOBLocator without problem. But now my oracle users have not direct ('insert, update') rights to table (they have rights only to execute the packages which working with tables). In this case I can't use this code in my application:
LOB.Write(s,length(s));
Error 'Not sufficient privileges'
How can I do this through package?
 
Back
Top