I am using oracle sql developer to insert rows in my database.
While this request is working :
INSERT INTO TABLE ( USERID, USERNAME) VALUES (1,\"ok1\
See this recent post for some other ways to enter test data as well: Insert same data multiple times