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.
Explanation:
a,c
http://docs.oracle.com/cd/B28359_01/server.111/b28318/dependencies.htm#CNCPT1866
A,C