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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Using InterConnect to push data from one Oracle DB to another

Re: Using InterConnect to push data from one Oracle DB to another

From: Frank <fbortel_at_home.nl>
Date: Sat, 21 Dec 2002 13:01:41 +0100
Message-ID: <3E045825.6060604@home.nl>


Frank wrote:
> <snip>

> In your publishing app, you should be able to do something like:
> declare
> msgId number;
> aoId number;
> begin
> -- create the message
> Employee.crMsg_new_employee_ICF_V1 (
> msgId, aoId, 1234, 'Dummy', 'Frank','v',null,null,sysdate,2500,0,20
> );
> -- send it
> Employee.pub_new_employee_ICF_V1(
> msgId, 'SEND_EMP');
> end;
> /

Forgot to mention - you can also code this is a on-insert trigger. But you had that one already firgured out, of course.

Grtz, Frank Received on Sat Dec 21 2002 - 06:01:41 CST

Original text of this message

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