<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: trigger on entry in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166182#M651702</link>
    <description>Muchly appreciated, will try</description>
    <pubDate>Thu, 05 Nov 2009 16:18:58 GMT</pubDate>
    <dc:creator>Ratzie</dc:creator>
    <dc:date>2009-11-05T16:18:58Z</dc:date>
    <item>
      <title>trigger on entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166178#M651698</link>
      <description>I know I should probably source elsewhere but the help that I receive from this site is the best.&lt;BR /&gt;Oracle 10.2.0.2&lt;BR /&gt;Is there a way to write a trigger, ( new to this ) that upon entry in the table that if column2 has entry of 5032, send an alert, via email or such, I do not know if this is possible...</description>
      <pubDate>Wed, 25 Mar 2009 15:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166178#M651698</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2009-03-25T15:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166179#M651699</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Outside my comfort zone but here is some documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_7004.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_7004.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.psoug.org/reference/table_trigger.html" target="_blank"&gt;http://www.psoug.org/reference/table_trigger.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.adp-gmbh.ch/ora/sql/create_trigger.html" target="_blank"&gt;http://www.adp-gmbh.ch/ora/sql/create_trigger.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://members.tripod.com/mdameryk/CreateOrclTrgr.htm" target="_blank"&gt;http://members.tripod.com/mdameryk/CreateOrclTrgr.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 Mar 2009 16:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166179#M651699</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-25T16:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166180#M651700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is an issue with triggers on the database and third party stuffs: the Oracle database can rollback changes but cannot rollback an e-mail already sent.&lt;BR /&gt;&lt;BR /&gt;Your trigger should be like:&lt;BR /&gt;&lt;BR /&gt;CREATE OR REPLACE TRIGGER &lt;OWNER&gt;.&lt;NAME&gt;&lt;BR /&gt;after insert on &lt;OWNER&gt;.&lt;TABLE_NAME&gt;&lt;BR /&gt;for each row&lt;BR /&gt;DECLARE&lt;BR /&gt;  ...&lt;BR /&gt;BEGIN&lt;BR /&gt;if :new.column2 = '5032' then &lt;BR /&gt;  send e-mail (I don't know any package utility to do that...)&lt;BR /&gt;end if;&lt;BR /&gt;END;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;/TABLE_NAME&gt;&lt;/OWNER&gt;&lt;/NAME&gt;&lt;/OWNER&gt;</description>
      <pubDate>Thu, 26 Mar 2009 16:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166180#M651700</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2009-03-26T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166181#M651701</link>
      <description>inside the trigger simply execute the dbms_mail package and use the send function.</description>
      <pubDate>Fri, 27 Mar 2009 08:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166181#M651701</guid>
      <dc:creator>SSCHAER</dc:creator>
      <dc:date>2009-03-27T08:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166182#M651702</link>
      <description>Muchly appreciated, will try</description>
      <pubDate>Thu, 05 Nov 2009 16:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trigger-on-entry/m-p/5166182#M651702</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2009-11-05T16:18:58Z</dc:date>
    </item>
  </channel>
</rss>

