>IMO in 7.3 the file number part of the DBA is 8 bits (from 8.0 it >is 10 bits). Therefore the correct file number is 32 (not 128).
7.3 supported 1022 files. Therefore 10 bits are reserved for the file number in the RDBA. The difference is the position... In fact the high order bits of the file number are stored after the low order bits. The exact number of high/low order bits is platform specific, in my previous guess I took 8 for the low order part and, therefore, 2 for the high order part, i.e. something like that "LL LL LL LL HH".