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: Update a table in another schema through a trigger

Re: Update a table in another schema through a trigger

From: Andy Hardy <aph_at_ahardy.demon.co.uk>
Date: Wed, 29 Sep 1999 08:55:42 -0400
Message-ID: <t3dDnCAiDf83EwSA@ahardy.demon.co.uk>


In article <7sse1k$bvi$1_at_news.uk.ibm.com>, Birte Midjaas <birte.midjaas_at_no.ibm.com> writes
>Hello!
>I would like to update a table in another schema in the same database. This
>should be done through a trigger on Insert or Update. How do I address the
>table in the other schema?
>
>Thanks for your help and advices.
>

update schema.table

   set wibble = 'X'

Andy
--
Andy Hardy. PGP key available on request


Received on Wed Sep 29 1999 - 07:55:42 CDT

Original text of this message

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