I have 2 schemas. 1 where the tables reside ( X_PRJ ) and another schema (X_SH_PRJ) which has Synonyms to the tables in X_PRJ schema. This is as per the conventions provided by the customer and we do not have authority to consider altering this logic to use Views or Tables instead of Synonyms.
I need to import these Synonyms and use these to Create my Universe.
But when I go to Import -> Tables, I cannot view the columns in the Synonyms. Even after importing, the columns dont show in the Universe.
Only the Synonym Name got imported.
Would be very thankful for any solutions/pointers to this problem.
Charlys, Since I have myself created these Synonyms and granted access I am sure there is no issue with grants. I am now able to import all the tables. It was an intermittent problem which solved automatically. Thanks for all your efforts!