Skip to content

Archive version 5.23.0 / 5.23.1 with Oracle DB requires person_name table column datatype modifications #3045

Answered by vrindanayak
vrindanayak asked this question in Q&A
Discussion options

You must be logged in to vote

To rectify the datatypes of person_name.alphabetic_name, person_name.ideographic_name and person_name.phonetic_name :

  • For archives already running with version 5.23.0 / 5.23.1 (and already containing some data in person_name table), apply following script
alter table PERSON_NAME modify alphabetic_name nvarchar2(255) modify ideographic_name nvarchar2(255) modify phonetic_name nvarchar2(255);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vrindanayak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant