how to register columns with clob and blob
Oracle OPM
12.2.10
I have custom table with two columns hash_key and qr with clob with other columns
now i want to register into database to use and validate in form personalization
not able able add these two columns with below command
EXEC AD_DD.REGISTER_COLUMN ('XX','XXINK_TEST','HASH_KEY', 4,'BLOB',32767 ,'Y','Y');
EXEC AD_DD.REGISTER_COLUMN ('XX','XXINK_TEST','QR', T,'BLOB',32767 ,'Y','Y');
please i need help to add these columns into database
Regards