public void testReadOnlyOidEmpty() throws Exception {
long start = System.currentTimeMillis();
Database db = _jdo.getDatabase();
db.getCacheManager().expireCache();
db.begin();
long begin = System.currentTimeMillis();
OQLQuery query = db.getOQLQuery(
"CALL SQL select PTF_LOCKED.ID as ID "