<?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: Oracle root.sh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806330#M83117</link>
    <description>We experimented with a setuid to root C program an a script but we had problems with both - running a setuid to root program is just not the same as being logged in as root and running it so we had to temporarily let our DB's have root access (but with shell history loggin on so we could check what they were doing).&lt;BR /&gt;</description>
    <pubDate>Sat, 14 Sep 2002 09:58:40 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-09-14T09:58:40Z</dc:date>
    <item>
      <title>Oracle root.sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806328#M83115</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Our company is very big and we have 100s of database. Each day some upgrade and new installation will be there. Oracle DBA will request me to run root.sh script. Is there any workaround Can I do so root.sh can be ran as oracle user?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 14 Sep 2002 08:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806328#M83115</guid>
      <dc:creator>SAM_24</dc:creator>
      <dc:date>2002-09-14T08:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle root.sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806329#M83116</link>
      <description>root.sh script is neccessry for to finish the installation of oracle.&lt;BR /&gt;&lt;BR /&gt;If copies some files into the /usr/bin directory and it makes entry in the oratab file.&lt;BR /&gt;&lt;BR /&gt;The root.sh should be run only by root.&lt;BR /&gt;&lt;BR /&gt;Oracle requires this to be run only for the first time during the oracle installation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 08:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806329#M83116</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-14T08:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle root.sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806330#M83117</link>
      <description>We experimented with a setuid to root C program an a script but we had problems with both - running a setuid to root program is just not the same as being logged in as root and running it so we had to temporarily let our DB's have root access (but with shell history loggin on so we could check what they were doing).&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 09:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806330#M83117</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-14T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle root.sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806331#M83118</link>
      <description>sudo??&lt;BR /&gt;&lt;BR /&gt;su??&lt;BR /&gt;&lt;BR /&gt;And does it really matter if you give your DBA root access on a machine that is being BUILT - and apparently DOESN'T have production on it yet??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 14 Sep 2002 12:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806331#M83118</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-14T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle root.sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806332#M83119</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you read today's "root.sh" scripts, then you can see that what they do is not that difficult/dangerous, so that you could easily even do that yourself (you beeing the true "root"), even BEFORE the oracle installation starts. Then there would be no need for your DBAs to even run the script at all...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 17:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806332#M83119</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-09-14T17:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle root.sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806333#M83120</link>
      <description>I run into same problem, and I try first giving sudo to the root.sh command.  Bad idea, DBA use this power to change other think in the system by modifying root.sh script before run it.  Until bad variable initalization and a rm -rf /$badvar append.  After recoer the sysmte, I kill all of them. &lt;BR /&gt;&lt;BR /&gt;Now DBAs do updagre on sandbox (dev machine) and then I sync the Oracle stuff on the production side.  Depend on your DBA confort that may be a solution.  If you have a paranoid DBA, then that may be a pain in the ass each time.&lt;BR /&gt;&lt;BR /&gt;No miracle solution to that.</description>
      <pubDate>Mon, 16 Sep 2002 08:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-root-sh/m-p/2806333#M83120</guid>
      <dc:creator>Sebastien Masson</dc:creator>
      <dc:date>2002-09-16T08:39:58Z</dc:date>
    </item>
  </channel>
</rss>

