Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle MERGE to remote DB with ORA-01008: not all variables bound

Oracle MERGE to remote DB with ORA-01008: not all variables bound

From: <suhong.it_at_gmail.com>
Date: 11 Jan 2006 12:38:49 -0800
Message-ID: <1137011929.145839.277580@g49g2000cwa.googlegroups.com>


Hi,
I am trying to merge a table in a remote database via DBLINK, but I got an error:
in the using() part, I use a subquery from local db tables.

The simple table merge (between tables with the same structure, and no subquery in using part) is fine.

ORA-01008: not all variables bound
ORA-02063: preceding line from DBLINKUSER1

The MERGE statement works in the same database between different schemas.

What should I look into with when I use MERGE pushing data to a remote DB by using bd link ? Is there somebody who has the same problem before?

Thanks a lot,

Hank Received on Wed Jan 11 2006 - 14:38:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US