Local and Remote Dependency Management (250)

tsinglee發表於2007-11-25

Tracking dependencies and completing necessary recompilations are performed
automatically by Oracle. Local dependency management occurs when Oracle
manages dependencies among the objects in a single database. For example, a
statement in a procedure can reference a table in the same database.

Remote dependency management occurs when Oracle manages dependencies in
distributed environments across a network. For example, an Oracle Forms trigger can
depend on a schema object in the database. In a distributed database, a local view’s
defining query can reference a remote table.

本地與遠端依賴性管理
1. 本地依賴性管理是指 Oracle 管理一個單一資料庫內各個物件間的依賴關係
2. 遠端依賴性管理是指 Oracle 管理一個分散式環境內的各種依賴關係
以上都是由Oracle自動管理

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-984634/,如需轉載,請註明出處,否則將追究法律責任。

相關文章