I'm new to using Oracle SQL to access other databases. There is a document management application, M-Files that stores meta-data in either Firebird SQL or Microsoft SQL Server.
a. Has anyone ever successfully accessed M-Files data, or connected to Firebird or MS SQL Server?
b. If so, where do I start for either a simple solution I can do or to get my DBA technical team started?
I want to use Oracle SQL to access the foreign instance using a database link. To start with it should be read only. I will need SELECT statatements from native Oracle DB tables as well as the DB linked tables.
Skip