We are building a Universe on an Oracle database and wish to include a a table in another Oracle database.
If we were to do this in SQL we would:
- create a database link
- create a synonym for the table
- query against the synonym as if it were a table
We are however unable to pick the synonym from the table browser in Designer.
So we tried a view instead, but Designer is not seeing our view either!
Can BO only select from tables?!
Do we need to enable an option to allow us to "see" views and synonyms as well as tables?
This must be possible without having to create a local copy of the table!
Thanks in advance for any help!
If we were to do this in SQL we would:
- create a database link
- create a synonym for the table
- query against the synonym as if it were a table
We are however unable to pick the synonym from the table browser in Designer.
So we tried a view instead, but Designer is not seeing our view either!
Can BO only select from tables?!
Do we need to enable an option to allow us to "see" views and synonyms as well as tables?
This must be possible without having to create a local copy of the table!
Thanks in advance for any help!