A simple statement:

begin
insert into wmail (sender,recipient,subject,date_sent,messagetext)
VALUES (:sender,:recipient,:subject,:date_Sent,:messagetext);
commit;
end;
as the SQL of an OracleQuery errors with ORA 01465 Invalid Hex number at Line 2

Any ideas?
Dave