Thanks! It was the missing piece of information. Normally I use somthing like this
OracleDataset1.close();
OracleDataset1.sql.clear();
Oracledataset1.sql.text := 'insert into test (keyfield) values (1)';
Oracledataset1.execSQL();
Oracledataset.session.commit;
that is a post...