create schema oduser; create table t1 (num integer, data text); insert into t1 values(1, 'oduser'); insert into t1 values(2, 'oduser');