Welcome to Salem Houali ‘s Oracle Developer Notes

February, 2017

Use Webutil to manipulate blob columns

Use Webutil to manipulate blob columns This demo shows how to manipulate information stored in database tables as blob type using webutil. We have database table named PDM with the following structure: ID                  NUMBER        DNAME               VARCHAR2(100) FNAME               VARCHAR2(50)  IBLOB               BLOB          FTYPE               VARCHAR2(5) PDM – data