<?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: Removing Oracle Users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625068#M926522</link>
    <description>How are determining the space differences. There have been a few threads going around lately that talk about a sparse file system issue where one command will see the allocation of space as opposed to the actual size of the space used. I may not have explained this just right, but it could be a consideration if you feel you have properly removed your oracle users.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
    <pubDate>Tue, 04 Dec 2001 17:02:20 GMT</pubDate>
    <dc:creator>Craig Rants</dc:creator>
    <dc:date>2001-12-04T17:02:20Z</dc:date>
    <item>
      <title>Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625065#M926519</link>
      <description>What is the proper way to remove old users from an Oracle database?  I was hoping that removing them using OEM would free up some space in our DBF files, but that does not appear to be the case (they look as full as ever!)  I really want to just get rid of some old data that is no longer used.  This is an Oracle 7.3.4 DB on an HP-UX 10.20 machine.</description>
      <pubDate>Tue, 04 Dec 2001 16:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625065#M926519</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-12-04T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625066#M926520</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;svrmgrl and connect as sys or system&lt;BR /&gt;&lt;BR /&gt;drop user bill;&lt;BR /&gt;OR drop user bill cascade;&lt;BR /&gt;&lt;BR /&gt;The 2nd form will drop the user plus remove any objects owned by the user so be careful with that one.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2001 16:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625066#M926520</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-04T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625067#M926521</link>
      <description>Are you sure that the users you've dropped were the main space wasters?&lt;BR /&gt;&lt;BR /&gt;Try the following query:&lt;BR /&gt;&lt;BR /&gt;select owner, sum(bytes) from dba_segments group by owner;&lt;BR /&gt;&lt;BR /&gt;That will display each users space usage in bytes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 04 Dec 2001 16:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625067#M926521</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-12-04T16:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625068#M926522</link>
      <description>How are determining the space differences. There have been a few threads going around lately that talk about a sparse file system issue where one command will see the allocation of space as opposed to the actual size of the space used. I may not have explained this just right, but it could be a consideration if you feel you have properly removed your oracle users.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
      <pubDate>Tue, 04 Dec 2001 17:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625068#M926522</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-04T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625069#M926523</link>
      <description>I don't seem to have the DBA_Segments table.  This must be created from a script or a view of some sort?</description>
      <pubDate>Tue, 04 Dec 2001 17:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625069#M926523</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-12-04T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625070#M926524</link>
      <description>Hi,&lt;BR /&gt;DBA_SEGMENTS is always created together with the database. However, it is a view and maybe the user your connected with doesn't have a synonym for it.&lt;BR /&gt;Try ... from SYS.DBA_SEGMENTS instead ...&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Tom Geudens</description>
      <pubDate>Tue, 04 Dec 2001 17:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625070#M926524</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2001-12-04T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Oracle Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625071#M926525</link>
      <description>It's amazing what you can do when are logged in correctly!!  Thanks to all for your prompt and accurate (as always) responses!</description>
      <pubDate>Tue, 04 Dec 2001 18:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-oracle-users/m-p/2625071#M926525</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2001-12-04T18:07:03Z</dc:date>
    </item>
  </channel>
</rss>

