Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: MERGE COMMAND WITH DECODE AND INNER SELECT
hi David,
I tried executing the MERGE command locally(without the DBLINK), and
MERGE works like a charm.
DECODE( NVL(p.ELEC_PYMT_FEE_ID,0),0,'Y', 'N') AS
ABND_ELEC_PYMT_FEE_IN.
decode function above evaluates correctly.
I am novice to ORACLE/SQL, can you suggest ways of fixing this issue ?
Is there any alternative to DBLINK, any property that need to be set on
the DBLINK ?
Thanks again. Received on Thu Aug 25 2005 - 13:40:15 CDT
![]() |
![]() |