how to insert data intoa lob column via sqlplus

mytest table
test1- number1
test2 clob

i know i cannot do this

insert into mytest values(test1,'test2');

any help is much appreciated