Hello every one.
Need help with a DB2 synonym. We have 2 schemas in our Z/os of DB2 ver 8.1
NT1 and NT2. We have created a synonym for TAB1. Expected result is
if we do SELECT * from NT1.TAB1 or SELECT * from NT2.TAB1, it should result the same.
(TAB1 is created as in schema NT1. )
Problem is that we are encountering a -204 code(Nothing with this name exists in the database)., for the SQL executed either through QMF or SPUFI or any thing.
User have SELECT access to all table in both the schema's. Are we missing any thing here?
Any help is greately appreciated.
rgds
Chas.