I don't have access to a DBLINK environment, so here are some things:
1. tell me the output of this query:
SELECT owner, table_owner, table_name, db_link, synonym_name FROM all_synonyms
WHERE synonym_name='swells'
2. attempt this patch:
diff -r 79b0b8c5131b lib/sqlalchemy/dialects/oracle/base.
Hi, i have a very bad issue on SA using Oracle database link.
I have 2 Oracle (11g) database instances, one used for my app, in other
stored some data, which i need to use.
I've created a dblink:
CREATE DATABASE LINK CONNECT TO IDENTIFIED BY
USING 'localhost:1521/ORCL'
And synonym for table