ocp-466

来源:互联网 发布:ubuntu中文显示乱码 编辑:程序博客网 时间:2024/06/13 23:20

QUESTION NO: 466
View the Exhibit for the object interdependency diagram.

The PRODUCTS table is used to create the PRODCAT_VW view.
PRODCAT_VW is used in the GET_DATA procedure.
GET_DATA is called in the CHECK_DATA function.
A new column PROD_QTY is added to the PRODUCTS table.
How does this impact the status of the dependent objects?

A. All dependent objects remain valid.
B. Only the procedure and function become invalid and must be recompiled.
C. Only the view becomes invalid and gets automatically revalidated the next time it is used.
D. Only the procedure and function become invalid and get automatically revalidated the next time they

are called.
Answer: A


查看对象相互依存关系图。
这如何会影响到依赖对象的状态?

A.所有依赖的对象仍然有效。


0 1