Querying multiple datastore
930542Aug 24 2012 — edited Aug 24 2012Hi:
I was wondering whether it is possible to query tables present in different datastore.
For example...suppose there are 2 datastore (DS1 and DS2) and each having 1 table.
Datastore | Table Name
--------------------------------
DS1 | TableA
DS2 | TableB
Is it possible to have a query joining tables "TableA" and "TableB" in 2 datastore ?
I know timesten does not support dblink. But is there any alternative for it. ?
Thanks
Ved