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: trigger on table in other schema results in ORA-00942

Re: trigger on table in other schema results in ORA-00942

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Mon, 29 Jan 2007 18:37:24 GMT
Message-ID: <JCn7qE.HA2@igsrsparc2.er.usgs.gov>


epokopac_at_excite.com wrote:
> You may be able to solve this by creating a PUBLIC SYNONYM "TABLE" for
> "A.TABLE".
>

Why a PUBLIC synonym? I'd prefer it to be a private one. Although I doubt that this will solve the problem either as one needs CREATE ANY TRIGGER to create a trigger on another's table.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Mon Jan 29 2007 - 12:37:24 CST

Original text of this message

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