<?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: Problem dropping user  cascade !!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917042#M934112</link>
    <description>&lt;A href="http://www-rohan.sdsu.edu/doc/oracle/errmsg803/A54625_01/newch2b.htm" target="_blank"&gt;http://www-rohan.sdsu.edu/doc/oracle/errmsg803/A54625_01/newch2b.htm&lt;/A&gt; suggests for both errors says your dictionary tables have a problem.  There is also a mention that this may be an Oracle 8.1.7 bug.  Try checking otn.oracle.com&lt;BR /&gt;Cheryl&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Mar 2003 14:49:30 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2003-03-03T14:49:30Z</dc:date>
    <item>
      <title>Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917040#M934110</link>
      <description>I had some problems when installing oracle on this box,  but was able to after playing with some kernel parameters.&lt;BR /&gt;&lt;BR /&gt;did the patch install.  Running &lt;BR /&gt;oracle 8.1.7.4 ( 64 bit )on hpux 11 64 bit OS &lt;BR /&gt;&lt;BR /&gt;created DB fine, using scripts from $ORACLE_HOME/assistant/dbca that I have been using from other boxes.&lt;BR /&gt;&lt;BR /&gt;logged in to DB, created user, try toload dump and it failed.   Fixed the problem (additional system roll back segment was needed ) and when I was trying to drop the user to load the dump again, I get this error :&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; drop user someuser cascade;&lt;BR /&gt;drop user someuser cascade&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-00604: error occurred at recursive SQL level 1&lt;BR /&gt;ORA-00942: table or view does not exist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;re-run  catalog.sql and catproc.sql  to make sure it was not missing any data dictionary views.&lt;BR /&gt;&lt;BR /&gt;tried again and same problem.&lt;BR /&gt;&lt;BR /&gt;B4 I get rid of this instance and create a new one, I was wondering if anybody is seen such a problem, and if  they know if I need to run something else.  &lt;BR /&gt;&lt;BR /&gt;This instance was created on this box, and it was not copied over from some other box.&lt;BR /&gt;&lt;BR /&gt;Oh, I also relinked the binaries this morning,  before running the sql scripts.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Henrique Silva</description>
      <pubDate>Mon, 03 Mar 2003 14:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917040#M934110</guid>
      <dc:creator>Henrique Silva_3</dc:creator>
      <dc:date>2003-03-03T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917041#M934111</link>
      <description>Is there any additional information in the alert log.  I have seen a similar issue reported on Metalink and the answer was that the package 'SYS.DBMS_AQ_SYS_EXP_INTERNAL' was in error.  Recreating the package fixed that particular problem.</description>
      <pubDate>Mon, 03 Mar 2003 14:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917041#M934111</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-03-03T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917042#M934112</link>
      <description>&lt;A href="http://www-rohan.sdsu.edu/doc/oracle/errmsg803/A54625_01/newch2b.htm" target="_blank"&gt;http://www-rohan.sdsu.edu/doc/oracle/errmsg803/A54625_01/newch2b.htm&lt;/A&gt; suggests for both errors says your dictionary tables have a problem.  There is also a mention that this may be an Oracle 8.1.7 bug.  Try checking otn.oracle.com&lt;BR /&gt;Cheryl&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 14:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917042#M934112</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-03-03T14:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917043#M934113</link>
      <description>Metalink suggests that one or more of the AQ tables may have been dropped. Suggests running catnoqueue.sql then catqueue.sql.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 14:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917043#M934113</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-03-03T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917044#M934114</link>
      <description>It is most likely that some step in the database creation process errored out and you missed the error.&lt;BR /&gt;&lt;BR /&gt;This is not a database migration as that bring other factors into it.&lt;BR /&gt;&lt;BR /&gt;You should also verify all database objects in sql.&lt;BR /&gt;&lt;BR /&gt;Not a likely cause but.&lt;BR /&gt;To run this version of Oracle, they recomend the December 2002 patch set plus the patches recommended by OS on metalink.com in document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=43507.1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=43507.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Mar 2003 21:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917044#M934114</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-03T21:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917045#M934115</link>
      <description>You might also want to verify that you are using the correct patchset version as well, and not the 32bit patchset version.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 03 Mar 2003 21:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917045#M934115</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-03-03T21:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917046#M934116</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the output of the following can shed some light:&lt;BR /&gt;&lt;BR /&gt;exp someuser/password file=someuser.dmp rows=no&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 04 Mar 2003 04:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917046#M934116</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-04T04:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917047#M934117</link>
      <description>probably you should minimise the problem by dropping the tables (one by one) using the script and finding out the table that is causing the problem.&lt;BR /&gt;&lt;BR /&gt;If those are due to the AQ tables do not run catnoqueue.sql.&lt;BR /&gt;&lt;BR /&gt;Try stopping the queue's and then dropping them and then dropping those tables.&lt;BR /&gt;&lt;BR /&gt;You can do a query on &lt;BR /&gt;select * from all_queues&lt;BR /&gt;to find any queues that are running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Tue, 04 Mar 2003 07:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917047#M934117</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-04T07:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917048#M934118</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;I tried a few suggestions but nothing.  So, I bit the bullet, dropped the database and recreated.&lt;BR /&gt;&lt;BR /&gt;everything is fine now. Not sure what went wrong at DB creation B4.   It had failed in the middle of the DBNAMErun1.sh script, but I had gone back, fixed the problem and re-run the creation scriptfromthat point on, and no more problems were there.&lt;BR /&gt;&lt;BR /&gt;Now, can you explain to me what is the purpose of these queues ? I have not heard of them B4.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Henrique</description>
      <pubDate>Tue, 04 Mar 2003 11:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917048#M934118</guid>
      <dc:creator>Henrique Silva_3</dc:creator>
      <dc:date>2003-03-04T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917049#M934119</link>
      <description>AQ is Oracle's Advanced Queuing. There's an overview here (you'll have to register if you haven't already): &lt;A href="http://otn.oracle.com/products/aq/htdocs/aq9i_overview.html" target="_blank"&gt;http://otn.oracle.com/products/aq/htdocs/aq9i_overview.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 04 Mar 2003 11:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917049#M934119</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-03-04T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem dropping user  cascade !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917050#M934120</link>
      <description>hi henrique,&lt;BR /&gt;&lt;BR /&gt;About Queues:&lt;BR /&gt;In queuing systems, producer applications put messages into a queue (enqueue). In the simple case, messages are then retrieved from the same queue by Consumer applications (dequeue). This lets applications can continue with their work after placing a request in the queue because they are not blocked waiting for a reply. It is also allows applications to continue with their work until there is a message to retrieve. &lt;BR /&gt;&lt;BR /&gt;The way queues work is that you would start your process externally (eg: I put &lt;BR /&gt;them in my startup scripts so that after the database is started -- the daemons &lt;BR /&gt;get started).  It is upto you to get them going and keep them going.  We do not &lt;BR /&gt;manage the "dequeue" processes (which may or may not even be on the same machine &lt;BR /&gt;with the database)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 04 Mar 2003 11:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-dropping-user-cascade/m-p/2917050#M934120</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-04T11:57:16Z</dc:date>
    </item>
  </channel>
</rss>

