<?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: how should i remove/delete environments in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582852#M374022</link>
    <description>are you checking these from oracle user, these variables set for oracle user to startup oracle.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Fri, 12 Feb 2010 04:35:12 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-02-12T04:35:12Z</dc:date>
    <item>
      <title>how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582849#M374019</link>
      <description>Hi all,&lt;BR /&gt;I have environments which were set through CLI&lt;BR /&gt;$export .....&lt;BR /&gt;&lt;BR /&gt;I havent configured .bash_profile file, my environments just for this session for now.&lt;BR /&gt;Now i need to remove/delete one of the environments. there is not man for export, i couldnt find in other manuals syntax of export.&lt;BR /&gt;&lt;BR /&gt;Would you explain, how can i remove/delete environments with CLI.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;rustam&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582849#M374019</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2010-02-12T04:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582850#M374020</link>
      <description>Use the command 'unset'.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;$ export ME=you&lt;BR /&gt;$ echo $ME&lt;BR /&gt;you&lt;BR /&gt;$ unset ME&lt;BR /&gt;$ echo $ME&lt;BR /&gt;&lt;BR /&gt;$ &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582850#M374020</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-12T04:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582851#M374021</link>
      <description>Thanks, Patrick&lt;BR /&gt;i could delete. and now i know this useful command. by the way, i have these environments:&lt;BR /&gt;ORACLE_HOME="/u01/app/oracle/product/10.2.0/db_1"&lt;BR /&gt;ORACLE_SID="test"&lt;BR /&gt;&lt;BR /&gt;when i typed&lt;BR /&gt;$echo ORACLE_HOME&lt;BR /&gt;i got&lt;BR /&gt;ORACLE_HOME&lt;BR /&gt;but not value of ORACLE_HOME&lt;BR /&gt;&lt;BR /&gt;the same with ORACLE_SID&lt;BR /&gt;$echo ORACLE_SID&lt;BR /&gt;ORACLE_SID&lt;BR /&gt;&lt;BR /&gt;is it wrong?&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582851#M374021</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2010-02-12T04:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582852#M374022</link>
      <description>are you checking these from oracle user, these variables set for oracle user to startup oracle.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 12 Feb 2010 04:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582852#M374022</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-12T04:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582853#M374023</link>
      <description>When you echo an environment variable you must preface it with the $ symbol.  Notice my examples above.&lt;BR /&gt;&lt;BR /&gt;echo $ME&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;echo ${ME}&lt;BR /&gt;&lt;BR /&gt;The export and unset command do NOT require the $ though.&lt;BR /&gt;&lt;BR /&gt;The bash man page contains information on the export and unset commands (or more accurately shell built-ins).&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582853#M374023</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-12T04:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582854#M374024</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] there is not man for export, [...]&lt;BR /&gt;&lt;BR /&gt;      man &lt;YOUR_SHELL&gt;&lt;BR /&gt;&lt;BR /&gt;Look for "parameter" and/or "variable".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; when i typed&lt;BR /&gt;&amp;gt; $echo ORACLE_HOME&lt;BR /&gt;&amp;gt; i got&lt;BR /&gt;&amp;gt; ORACLE_HOME&lt;BR /&gt;&amp;gt; but not value of ORACLE_HOME&lt;BR /&gt;&lt;BR /&gt;      man &lt;YOUR_SHELL&gt;&lt;BR /&gt;&lt;BR /&gt;Look for "parameter" and/or "variable".&lt;BR /&gt;&lt;BR /&gt;In the mean time, ...&lt;BR /&gt;&lt;BR /&gt;      echo $ORACLE_HOME&lt;/YOUR_SHELL&gt;&lt;/YOUR_SHELL&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582854#M374024</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-12T04:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582855#M374025</link>
      <description>you have missed " $ "  $$-&amp;gt; my 2 cents &lt;BR /&gt;&lt;BR /&gt;# export TERM=vt100&lt;BR /&gt;# echo $TERM&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.injunea.demon.co.uk/pages/page207.htm" target="_blank"&gt;http://www.injunea.demon.co.uk/pages/page207.htm&lt;/A&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582855#M374025</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-12T04:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582856#M374026</link>
      <description>Thanks for all.&lt;BR /&gt;I could and read a lot about environments. Later i will come back this thread to discussing about .profile for static environments.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rustam</description>
      <pubDate>Wed, 17 Feb 2010 10:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582856#M374026</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2010-02-17T10:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582857#M374027</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Later i will come back this thread&lt;BR /&gt;&amp;gt; to discussing about .profile for static&lt;BR /&gt;&amp;gt; environments.&lt;BR /&gt;&lt;BR /&gt;If you have a different topic, why not start&lt;BR /&gt;a different thread?  The cost is low.</description>
      <pubDate>Wed, 17 Feb 2010 14:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582857#M374027</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-17T14:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582858#M374028</link>
      <description>Shalom rustam,&lt;BR /&gt;&lt;BR /&gt;There are a lot of scripts to help manage environments, posted to various ITRC threads.&lt;BR /&gt;&lt;BR /&gt;There are helpful tools that can assist the learning process and possibly resolve your issue.&lt;BR /&gt;&lt;BR /&gt;Example thread with good stuff:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=178514" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=178514&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Feb 2010 16:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582858#M374028</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-17T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: how should i remove/delete environments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582859#M374029</link>
      <description>Hi Steven and SEP.&lt;BR /&gt;1. Thanks, Steven. Yeah, i will open new thread soon and will disscuss about it.&lt;BR /&gt;2. Thanks, SEP. Great thread, hope to find many useful scripts for myself.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rustam</description>
      <pubDate>Fri, 19 Feb 2010 05:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-should-i-remove-delete-environments/m-p/4582859#M374029</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2010-02-19T05:42:02Z</dc:date>
    </item>
  </channel>
</rss>

