[17.0.18] Automatic determination of schema and table when exporting as INSERT statements fails

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:

Thanks.

I've logged it and will have it fixed soon. Looks like it only happens if the link contains a dot. DUAL@spdb works as expected.