From: Junmin L. <ju...@pc...> - 2005-11-21 18:08:05
|
Hi, Juan, You didn't do anything wrong. > DBD::Oracle::st execute failed: ORA-12899: value too large for column > "SRES"."SEQUENCEONTOLOGY"."DEFINITION" (actual: 1228, maximum: 1000) (DBD > ERROR: error possibly near <*> indicator at char 328 in ' > > I got this error earlier and found that, in fact, the definition file did > have entries that were too large. Should I extend the size of the field? Or > use the lighter sofa.definitions file? Or am I doing something wrong? Depending on how big the definition, you can either expand the column size in your db and file a bug in GUS bug tracker on this, or you can use shorter version. --junmin |