Which two guidelines are recommended by Oracle to reduce invalidation of dependent objects?

Which two guidelines are recommended by Oracle to reduce invalidation of dependent objects?
(Choose two.)

Which two guidelines are recommended by Oracle to reduce invalidation of dependent objects?
(Choose two.)

A.
Reference tables indirectly by using views.

B.
Reference tables directly avoid using views.

C.
When adding new items to a package, add them to the end of the package.

D.
When adding new items to a package, add them to the beginning of the package.



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Alisa

Alisa

Reducing Invalidation:

Add New Items to End of Package
Reference Each Table Through a View

When adding new items to a package, add them to the end of the package.