Hi,
User 'sinh' is owner of table 'b'. We can insert into table 'b' like :

SQL> insert into "b"@mysql values(to_char(1));

1 row created.


But when I used loop to insert a lot of values ==> get problem.