Form and database charset encoding

Before running the database examples, you should run SQLPLUS on your database and create this table:
    create table utf8_test (id integer, bits varchar(4000), bigbits clob);