public void testOracleTableTypes() throws Exception {
// TODO [#523] [#1109] These two statements are needed when running this test
// in standalone mode. The data type is not registered automatically for
// ArrayRecords
new FArrays1();
new FTables1();
new FArrays4();
new FTables4();
// FIRST, check unnesting of VARRAY/TABLE of NUMBER
// ------------------------------------------------