Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking Universes

Status
Not open for further replies.

Smithsc

MIS
Apr 20, 2007
143
GB
I have read that to link universes together they need to be from the same data source. Is there any way around this. I need to build a universe that pulls data from 2 different sources and I'm not sure how to do it.

Thanks for any help given.
 
The ability to connect to two different datasources at the same time is not available in BO. Depending on your database, there may be ways around this. For example, in Oracle we set up "dbLinks" that allow us to access data in one database while actually connected to another. When specifying tables in the From clause this uses the syntax "tablename@dblinkname". I don't know if this is available in other types of databases and it's something your DBA will have to set up. Also, it means that you need to use derived tables to get to the tables from the other database instead of just selecting the table from the list.

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top