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 -> Re: MERGE COMMAND WITH DECODE AND INNER SELECT

Re: MERGE COMMAND WITH DECODE AND INNER SELECT

From: srini <srini.upp_at_gmail.com>
Date: 25 Aug 2005 11:40:15 -0700
Message-ID: <1124995215.761454.13240@g14g2000cwa.googlegroups.com>


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

Original text of this message

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