<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>oracleclub at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/oracleclub/</link>
    <description>Oracle Club</description>

    <item>
      <title>Standby database creation in oracle 10g</title>
      <pubDate>Fri, 29 Jan 2010 07:19:10 GMT</pubDate>
      <dc:creator>manish.rangari_123</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1123</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1123</guid>
      <description>I have created one standby database with the help of RMAN.But the database is not in sync with primary database and it is not applying redo data.What could be</description>
    </item>
    <item>
      <title>Re: in trigger [1 Attachment]</title>
      <pubDate>Sat, 28 Nov 2009 04:50:01 GMT</pubDate>
      <dc:creator>Martin Andrews</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1122</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1122</guid>
      <description>Thank you very much...diana... Martin Andrews T ________________________________ From: diana deaconu &lt;dde_diana@...&gt; To: oracleclub@yahoogroups.com Sent:</description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Fri, 27 Nov 2009 21:06:34 GMT</pubDate>
      <dc:creator>saravana mariyappan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1121</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1121</guid>
      <description>Hi Martin, You have scripts for the automatically created tables like misrep010109, misrep020109, ..........  Include a create trigger in that scripts. That</description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Fri, 27 Nov 2009 13:20:37 GMT</pubDate>
      <dc:creator>diana deaconu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1120</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1120</guid>
      <description>Hello, Martin! Here is my solution for you problem. As you cannot touch the application which is anutomatically creating the tables MISREPddmmyy, you cannot</description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Fri, 27 Nov 2009 09:01:34 GMT</pubDate>
      <dc:creator>diana deaconu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1119</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1119</guid>
      <description>I&#39;m a little bit confused :) How many triggers do you want to have: a. a trigger for each tableMISREPDDMMYY tables that are created automatically b. just a</description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Fri, 27 Nov 2009 06:06:32 GMT</pubDate>
      <dc:creator>Martin Andrews</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1118</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1118</guid>
      <description>hi, i am using a application tool. It will create table automatically on every day like ( misrep010109,</description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Thu, 26 Nov 2009 23:06:26 GMT</pubDate>
      <dc:creator>diana deaconu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1117</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1117</guid>
      <description>Hello! If I understood well, your script/application is inserting data into multiple tables, there names being like MISREP% and you want a trigger to handle</description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Thu, 26 Nov 2009 20:58:36 GMT</pubDate>
      <dc:creator>Babu B</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1116</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1116</guid>
      <description>Martin, Sorry to say again; Your explanation not clear to me. Could you please explain me your exact requirement. -- Thanks &amp; Regards Babu B </description>
    </item>
    <item>
      <title>in trigger</title>
      <pubDate>Thu, 26 Nov 2009 04:49:45 GMT</pubDate>
      <dc:creator>Martin Andrews</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1115</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1115</guid>
      <description>hi, CREATE OR REPLACE TRIGGER add_MIS BEFORE INSERT ON MISREP FOR EACH ROW declare . . . . end add_mis This is normal trigger... add_mis is trigger name. </description>
    </item>
    <item>
      <title>Re: in trigger</title>
      <pubDate>Mon, 23 Nov 2009 15:25:48 GMT</pubDate>
      <dc:creator>guna dev</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1114</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1114</guid>
      <description>Martin, Please explain your requirement clearly. It is not clear from your mail. Thanks Guna ________________________________ From: Martin Andrews</description>
    </item>
    <item>
      <title>in trigger</title>
      <pubDate>Mon, 23 Nov 2009 11:44:02 GMT</pubDate>
      <dc:creator>Martin Andrews</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1113</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1113</guid>
      <description>hi, if we create a trigger like this CREATE OR REPLACE TRIGGER add_MIS BEFORE INSERT ON MISREP FOR EACH ROW declare . . . . end add_mis here table_name is</description>
    </item>
    <item>
      <title>Re: SQL Query</title>
      <pubDate>Mon, 02 Nov 2009 04:19:33 GMT</pubDate>
      <dc:creator>Amita Bindal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1112</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1112</guid>
      <description>Surbhi,   Your mesg is not clear at all. What do you really need??   Please clarify?   ... From: Surbhi panwar &lt;surbhi.panwar@...&gt; Subject:</description>
    </item>
    <item>
      <title>SQL Query</title>
      <pubDate>Sun, 01 Nov 2009 15:26:26 GMT</pubDate>
      <dc:creator>Surbhi panwar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1111</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1111</guid>
      <description>Hello all,   I faced some problem in my project my project is on DOT NET AND SQL SERVER we use BE/MBA/MCA like this line we want to do that if any one search</description>
    </item>
    <item>
      <title>Re: Block Corruption</title>
      <pubDate>Fri, 16 Oct 2009 05:44:16 GMT</pubDate>
      <dc:creator>guna dev</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1110</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1110</guid>
      <description>Thank you very much. I didn&#39;t think about it at all. I was think about recovering the entire database using the backup from old server including controlfile.</description>
    </item>
    <item>
      <title>Re: Block Corruption</title>
      <pubDate>Thu, 15 Oct 2009 07:12:51 GMT</pubDate>
      <dc:creator>S. M. Monzur Hassan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/oracleclub/message/1109</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/oracleclub/message/1109</guid>
      <description>Great....thats good you have the old one. check the old server that the datafiles are also corrupted or not ? if not ...shutdown the database and copy these</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Mar 28 14:52:06 PDT 2010 -->
