How do I insert a row in a table with comma using SQLPlus?
ex.

insert into mytable(description)
values('Spoon,Fork');

normally this will give ORA-01756: quoted string not properly terminated.