Siebel System Admin, Install and Upgrade (MOSC)

MOSC Banner

Application Upgrade Attribute List: truncated values

edited Dec 16, 2016 12:54AM in Siebel System Admin, Install and Upgrade (MOSC) 2 comments
Hi All,

In Siebel Tools in view "Application Upgrade Attribute List" the values for columns "Prior Customized Value", "Prior Standard Value" and "New Standard Value" contain only values with 127 characters maximum.
The values are also truncated in the DB.

select max(len(OLD_CUST_VALUE)),max(len(OLD_STD_VALUE)), max(len(NEW_STD_VALUE)) from S_MERGE_LOG_ATTR

(No column name) (No column name) (No column name)
127 127 127


The Columns are defined with Text Length=500 in Siebel Tools and at the DB level too:

NEW_STD_VALUE (nvarchar(500), null)

OLD_CUST_VALUE (nvarchar(500), null)

OLD_STD_VALUE (nvarchar(500), null)

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