sql - Join Oracle and Sqlite tables -


I have a local (read and write) crypt database and a remote (read-only) Oracle database. I use DBS to use (I use an application to access the DBS by the ODBC and ask questions like this: Exec-query, "Sayple ..." or EXECUTE-QUERY ORACLE "SELECT ... "). I tried to search the net to be able to run a query that included the tables from 2 databases, but I think that is to create a database link from Oracle to other DBS, but it does not help me Because I have no written permission for Orkale DB, database links, databases, tables, views are not allowed in Oracle, what I can do That's the query there. Do I have an effective way of doing this with such abstinence?

How big is the table in the oracle? Given the extent of access and the techniques you employ (Sequoite and Oracle world are different), your best bet would be to export the table from Oracle to Saclegate, then put your questions inside it.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -