You could use the database session info within your trigger to find out which
server & process is generating the deletes. That will at least let you confirm
that it's an arserverd in your server group or not. e.g.
select sys_context('USERENV', 'HOST') from dual;
select process, program from v$session where sid = ( select sid from v$mystat
where rownum=1 );
You'll need access to v$ views for that last bit though.
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"