Hi,
The syntax is correct, though u forgot a comma at the end of the first line.
create table test_tbl
( emp_code char(15),
emp_history text
)
What application are u using to insert the data. If ur using 4GL u will have to loacate the datatype in to memory.
eg.
locate emp_rec.emp_history into memory