|
-
Initially, login as the owner of the table and grant access to the user in whose schema the synonyms are to be created.
*********************************************************
connect as the synonym owner
Create synonym synonym_name for schema.tablename;
select * from synonym_name;
*********************************************************
Hope this will solve the problem.
Tks
Partha
(Njoy DBAing)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|