Une technique qui peut être utile consiste à convertir vos fichiers .fmb en fichiers texte .fmt. Vous trouverez l'option dans Oracle Forms Builder sous Fichier -> Administration -> Convertir.
Le fichier .fmt résultant contient beaucoup de texte qui peut vous être utile ou non.
Un exemple :
TABLE USAGES
BASE NGM_DATASET SEL INS UPD DEL
REFERENTIAL INTEGRITY RULES
Block DATASETS
Deletion of NGM_DATASET prevented if NGM_EXPORT_LEVERING records exist
Foreign key(s): NGM_ELG_FILTERDST_FK
Deletion of NGM_DATASET causes deletion of NGM_OBJECTSELECTIE
Foreign key(s): NGM_OSE_DST_FK
Deletion of NGM_DATASET prevented if NGM_SPATIAL_QUERY records exist
Foreign key(s): NGM_OSE_DST_FK,NGM_SQY_OSE_FK_1
Deletion of NGM_DATASET prevented if NGM_SPATIAL_QUERY records exist
Il est peut-être possible d'écrire du code qui en extrait les informations dont vous avez besoin.