Oracle
 sql >> Database >  >> RDS >> Oracle

Dipendenza da moduli Oracle

Una tecnica che può essere utile è convertire i file .fmb in file di testo .fmt. Puoi trovare l'opzione in Oracle Forms Builder in File -> Amministrazione -> Converti.

Il file .fmt risultante contiene molto testo che potrebbe essere utile o meno.

Un esempio:

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

Forse è possibile scrivere del codice che estragga le informazioni di cui hai bisogno da questo.