I am using below code while inserting a row into database(oracle 10g xe,jar: ojdbc14.jar)
String sql = \"INSERT INTO SPONSOR_TB(ID,NAME,INDUSTRY_TYPE,IS_REPO
You might want to try using strings instead of characters for your CHAR(1) Y/N fields.