i have 2 Oracle servers (one 11g and a 9i), in my application i have 2 orasession to each database and i can perform queries on each database alone using the correct session...
now, i need to perform a query that will join 2 tables one from each database, is it possible? how can i do it?
thanks.
Jorge