I am inserting data into a mySQL table from Oracle via an Oracle Stored Procedure. I can load data into all fields, except for TEXT fields. I receive an INVALID syntax error whenever I try to insert data into a TEXT field. I have 3 fields which will have text > 255 characters so I can not set them to VARCHAR.