Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Updating CLOB/BLOBs via Data Deploy
joyedele
We are currently designing an implmentation where we will be deploying DCRs directly to a custom Oracle DB. Some of the database tables will have a LOB datatype (BLOB or CLOB) and I was wondering if anyone has had any issues with updating these particular columns in the database. I've been reading some of the other posts and noticed that some people have had issues w/ LOB datatypes in the past. Let me know your thoughts or any advice on any pitfalls to avoid. Thanks in advance for your help.
Find more posts tagged with
Comments
pammi
You can do it.Only problem i know is if the files is greater than 16mb. It won't deploy to the database as a blob.
Thanks