Pop appears in export data set when there are multiple synonyms for same table name from different users

We have table which exists in multiple users and synonym is created for this table in common read only user . When we try to export data set from the read only user pop appears showing the table name with all the user name.

is there any way to eliminate it

image

Two possible workarounds:

  • Specify schema and table name in your sql, rather than just the synonym name.
  • If you'd rather use a synonym, give it a unique name.

I can reproduce this problem and will fix in version 17.1

-John

This is workaround we followed now to use the schema name.
Thanks for handling the issue in next version