I need help in storing long data.

I have table called test(id number,product long)

i am trying to insert into test and i am getting following error:
insert into test values(1,'obj<>123455
so i am trying to insert into test having product value is 5000 char long.

and i am getting following error:
ERROR at line 1:
ORA-01704: string literal too long