EBS Customizations (MOSC)

MOSC Banner

how to register columns with clob and blob

edited Mar 27, 2024 10:13AM in EBS Customizations (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center