Oracle Forms依赖性 [英] Oracle Forms Dependency

查看:60
本文介绍了Oracle Forms依赖性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道有什么工具可以给我oracle 6i表单的依赖关系图吗? 如果不是工具,那么我可以使用某种技术来分析表单依赖性,例如特定表单使用的其他表单,表或过程.

Does anyone know of any tool that could give me a dependency map for an oracle 6i form? If not a tool, then some technique I could use to analyze form dependencies such as other forms called, table or procedure used by a particular form.

推荐答案

一种有用的技术是将.fmb文件转换为文本文件.fmt.您可以在Oracle Forms Builder中的文件"->管理"->转换"下找到该选项.

One technique that may be useful is to convert your .fmb files to text files .fmt. You find the option in Oracle Forms Builder under File -> Administration -> Convert.

生成的.fmt文件包含许多可能对您有用或可能不有用的文本.

The resulting .fmt file contains a lot of text that may or may not be useful to you.

一个例子:

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

也许可以编写一些代码从中提取所需的信息.

Maybe it's possible to write some code that extracts the information you need from this.

这篇关于Oracle Forms依赖性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆