If a table is selected via a databaselink, the automatic determination of schema and table name does not work correctly when exporting the data as INSERT or MERGE statement.
For example, the following statement
SELECT * FROM DUAL@spdb.oradev1;
results in this: