Create synonym on target system for accessing data on source system - TechRepublic
Question
April 16, 2010 at 08:26 AM
kittielemieux

Create synonym on target system for accessing data on source system

by kittielemieux . Updated 16 years, 2 months ago

On source system, I created a view of a table that exists on that instance, just in a different schema. The view was created in schema called dwadmin. If I describe dwadmin.table on source system, looks great.

On the target system, I tried to create a synonym but I obviously did it wrong because my insert is coming up empty. The schema on the target system is also called dwadmin. So how does the FROM statement in my query know to pull from the schema on the source system?

It must be related to how I created the synonym but that is where I am stuck…

This discussion is locked

All Comments