KDB+ and Oracle Connectivity

Hi,Has anyone ever tried connecting and querying to an Oracle databasefrom kdb+? Say we have some data in both a kdb+ instance and an Oracleinstance, and a query sent to the kdb+ database should fetch data fromboth the kdb+ database and the Oracle database, collate the two andsent the data back. We could create two db instances, one each for kdb+ and Oracle, but preferably we were looking at querying Oracle fromkdb+. We have seen something related here: https://code.kx.com/trac/browser/kx/kdb%2B/c/odbc.k, but weren?t sure on exactly how to proceed. Any help is appreciated.Regards,Nav