What is local dependency?
What is local dependency?
Rating:
In case of local dependencies, the objects are on the same node in the database. The Oracle server automatically manages all local dependencies by using the database's internal "depends-on" table. When a referenced object is modified, the dependent objects are invalidated. The next time an invalidated object is called, the Oracle server automatically recompiles it. If the automatic recompilation of the object fails, it remains invalid and Oracle server returns a run-time error.
For example, if the structure of a table on which a view is based is modified, the view becomes invalid. When the
Rating:
Other articles
- What are the advantages of using user-defined functions in SQL expressions?
- What are the guidelines for creating a package?
- What is the EXECUTE IMMEDIATE statement?
- What is a procedure?
- What is a system event trigger?