Hello Everyone.
I know how to create direct sql query type analyses. You first specify your connection pool and then write down your sql.
What about a direct sql query that's built on multiple databases?
Sort of "Cross-Database Queries" as specified in this-
https://docs.oracle.com/cd/E23549_01/bi.1111/e10540/sqlref.htm#CHDGBCIC
I am struggling to achieve something similar on 12c.
Anyone any idea?
Thanks