Open gkowalski opened 7 years ago
Used the create_oracle_metadata_tables.sql script
ALTER TABLE "FMLH_SHRINE_ONT"."PCORNET_MED" MODIFY ("PCORI_CUI" VARCHAR2(11))
12:08:54 [ Row: 34483, File lines: 34483-34483 ] ORA-12899: value too large for column "FMLH_SHRINE_ONT"."PCORNET_MED"."PCORI_CUI" (actual: 12, maximum: 11)
ALTER TABLE "FMLH_SHRINE_ONT"."PCORNET_MED" MODIFY ("PCORI_CUI" VARCHAR2(12))
Is this issue resolved?
Could not import PCORNET_MED data ( scilhs-ontology/Ontology/pcornet_med.txt ) into the default table within Oracle :
09:18:34 [ Row: 551, File lines: 551-551 ] ORA-12899: value too large for column "FMLH_SHRINE_ONT"."PCORNET_MED"."PCORI_CUI" (actual: 11, maximum: 8)