Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Trigger for BLOB datatype
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
![]() |
![]() |