Hi all, I have a database table column defined as varchar2(4000) which gets

Hi all,
I have a database table column defined as varchar2(4000) which gets created as varchar2(4000 bytes) internally in the database.

But, there is a differenece between varchar2(4000 bytes) and varchar2(4000 char) and I want my xsd to point to the changed type i.e., varchar2(4000 char).

For this I did this change in db?

Will it happen automatically when I map my xsd column with the column in the db table?

Also, will it have any impact if I make this change for existing cdts with running instances.

OriginalPostID-185075

OriginalPostID-185075

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data