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: Trigger for BLOB datatype

Re: Trigger for BLOB datatype

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 03 Nov 2006 09:14:25 +0100
Message-ID: <eidokv$t45$2@news4.zwoll1.ov.home.nl>


Shiv schreef:
> Hi,
> I have a problem.I have two servers, server1 and server2.i want to
> create a trigger in a server1 in a table so that when there is any DML
> statement(say insert) occur then that will fire and the date will
> store in server2.Till now every thing is fine but the problem is that
> table contains a column of BLOB data type which stores image.
> So plz, help me
> from
> shiv verma
>

insert all non-blob data, then update the blob.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Nov 03 2006 - 02:14:25 CST

Original text of this message

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