Toad
After creating a synonym from a private db_link , user gets the error message " Unknown Objects Types" when trying to view the synonym in Schema Browser.
WORKAROUND
Put the schema prefix before DB_Link name. For example , if the command for creating the synonym is :
Create synonym employee for employee@TEST_DBLINK;
Then the new syntax shall be :
Create synonym employee for Schema.employee@TEST_DBLINK;
STATUS
This issue is fixed in Toad 7.3. You can download it at <http://www.quest.com/solutions/download.asp>
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center