<?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>Question Re: Invalid object in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598695#M1421752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2009 21:22:33 GMT</pubDate>
    <dc:creator>Ganimede-Dignan</dc:creator>
    <dc:date>2009-01-21T21:22:33Z</dc:date>
    <item>
      <title>Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaq-p/3598675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a BI system just copied I found some invalid object, I post the output of : SELECT OBJECT_NAME FROM DBA_OBJECTS WHERE STATUS = 'INVALID';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/BI0/0400027280&lt;/P&gt;&lt;P&gt;/BI0/0400003010&lt;/P&gt;&lt;P&gt;/BI0/0400018987&lt;/P&gt;&lt;P&gt;/BI0/0400002996&lt;/P&gt;&lt;P&gt;/BI0/0400007708&lt;/P&gt;&lt;P&gt;/BI0/0400031992&lt;/P&gt;&lt;P&gt;/BI0/0400027879&lt;/P&gt;&lt;P&gt;/BI0/0400027880&lt;/P&gt;&lt;P&gt;/BI0/0400027128&lt;/P&gt;&lt;P&gt;/BI0/0400027852&lt;/P&gt;&lt;P&gt;/BI0/0400027853&lt;/P&gt;&lt;P&gt;/BI0/0400027906&lt;/P&gt;&lt;P&gt;/BI0/0400027907&lt;/P&gt;&lt;P&gt;/BI0/0400029629&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All obj are PROCEDURE and are in ABAP schema... I try with: alter &amp;lt;object_type&amp;gt; schemaname.&amp;lt;object_name&amp;gt; compile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;withour success ... Oracle see: procedure not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Ganimede Dignan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 09:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaq-p/3598675</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598676#M1421733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oracle 10.2.0.2 patch 17 Win 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 09:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598676#M1421733</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T09:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598677#M1421734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ganimede,&lt;/P&gt;&lt;P&gt;are you sure that the /BI0/ objects are pl/sql procedures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; SQL&amp;gt; SELECT OBJECT_NAME, OBJECT_TYPE FROM ALL_OBJECTS WHERE STATUS = 'INVALID';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that these objects are temporary BW tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these objects are TABLES .. please take a look at sapnote #648203 and run the report SAP_DROP_TMPTABLES to fix/delete the INVALID objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sapnote #449891 is describing the temp objects and its prefixes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598677#M1421734</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2008-03-30T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598678#M1421735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already run @?/rdbms/admin/utlrp.sql&lt;/P&gt;&lt;P&gt;without success...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598678#M1421735</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598679#M1421736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OBJECT_NAME                    OBJECT_TYPE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt; -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;/BI0/0400027280                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400003010                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400018987                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400002996                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400007708                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400031992                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400027879                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400027880                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400027128                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400027852                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400027853                PROCEDURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECT_NAME                    OBJECT_TYPE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt; -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;/BI0/0400027906                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400027907                PROCEDURE&lt;/P&gt;&lt;P&gt;/BI0/0400029629                PROCEDURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14 rows selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598679#M1421736</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598680#M1421737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ganimede,&lt;/P&gt;&lt;P&gt;ok then run the report SAP_DROP_TMPTABLES (from sapnote #449891) and select only the "/BI0/04" component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that run your query on ALL_OBJECTS again, and take a look if these objects still exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598680#M1421737</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2008-03-30T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598681#M1421738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sqlplus '/as sysdba'&lt;/P&gt;&lt;P&gt;startup or startup upgrade&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run catalog.sql and catproc.sql and utlrp.sql&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598681#M1421738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598682#M1421739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shaji,&lt;/P&gt;&lt;P&gt;do you know what you are suggesting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598682#M1421739</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2008-03-30T10:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598683#M1421740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan, i had a diff assumption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check Note 648203 - Database objects with INVALID status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before dropping them, find out what type of objects they are, and see if you can scrutinize them to determine why they are not valid.&lt;/P&gt;&lt;P&gt;if they are views, they can be recreated; if such attempts fail, the views may be referencing non-existent rows in the tables they refer to&lt;/P&gt;&lt;P&gt;if they are procedures, they can be recompiled. If they fail to recompile, the code for the procedures should be reviewed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to change the status from invalid to valid is to use the &amp;#145;ALTER VIEW&amp;#146; statement with the COMPILE option.&lt;/P&gt;&lt;P&gt;The view should be compiled if its status is invalid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598683#M1421740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598684#M1421741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;run catalog.sql and catproc.sql and utlrp.sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;already use, no success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 11:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598684#M1421741</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598685#M1421742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;are you sure that the /BI0/ objects are pl/sql procedures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As described in 449891 note /BIO/04é are sp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 11:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598685#M1421742</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T11:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598686#M1421743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure of which BW version yours is, but check for the cautions in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 1139396 - Temporary database objects in BW 7.X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 11:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598686#M1421743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598687#M1421744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ganimede,&lt;/P&gt;&lt;P&gt;have you run the report SAP_DROP_TMPTABLES with the /BI0/04 checkbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the objects still persist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 12:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598687#M1421744</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2008-03-30T12:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598688#M1421745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;have you run the report SAP_DROP_TMPTABLES with the /BI0/04 checkbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;excuse me but ... with SAP_DROP_TMPTABLES I can't select 04 object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BI =  7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 12:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598688#M1421745</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598689#M1421746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BI 7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run SAP_DROP_TMPTABLES now (no user, no jobs, no chains running) and delete all temp object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it OK ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 12:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598689#M1421746</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598690#M1421747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you run the select statement on ALL_OBJECTS again and it doesn't return any invalid objects... then it is o.k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; SQL&amp;gt; SELECT OBJECT_NAME, OBJECT_TYPE FROM ALL_OBJECTS WHERE STATUS = 'INVALID';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 12:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598690#M1421747</guid>
      <dc:creator>stefan_koehler</dc:creator>
      <dc:date>2008-03-30T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598691#M1421748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;if you run the select statement on ALL_OBJECTS again and it doesn't return any invalid objects... then it is o.k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No... same objs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 20:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598691#M1421748</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-03-30T20:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598692#M1421749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not yest solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 20:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598692#M1421749</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-10-22T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598693#M1421750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to log in to the database as the database user that owns those invalid objects.&lt;/P&gt;&lt;P&gt;Do an 'alter procedure &amp;lt;procedure_name&amp;gt; compile;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it compiles with warnings/errors, type 'show err' to get more information of what's the compilation trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Audun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 15:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598693#M1421750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T15:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid object</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598694#M1421751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already used without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 08:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-object/qaa-p/3598694#M1421751</guid>
      <dc:creator>Ganimede-Dignan</dc:creator>
      <dc:date>2008-10-30T08:23:01Z</dc:date>
    </item>
  </channel>
</rss>

