Một kỹ thuật có thể hữu ích là chuyển đổi tệp .fmb của bạn thành tệp văn bản .fmt. Bạn tìm thấy tùy chọn trong Oracle Forms Builder trong Tệp -> Quản trị -> Chuyển đổi.
Tệp .fmt kết quả chứa nhiều văn bản có thể hữu ích hoặc không hữu ích cho bạn.
Ví dụ:
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
Có thể bạn có thể viết một số mã trích xuất thông tin bạn cần từ điều này.