Oracle7 Server Distributed Systems Volume I: Distributed Data

Contents Index Home Previous Next

Object Resolution and Location Transparency

When defining views, synonyms, and procedures that reference remote objects, consider the following issues so that your views, synonyms, and procedures always access the intended objects with the intended privileges:

		CREATE SYNONYM emp FOR scott.emp@hq.acme.com;


Contents Index Home Previous Next