<?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 user profile help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095055#M807360</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;here is the profile that i use (for 9i)&lt;BR /&gt;&lt;BR /&gt;export ORACLE_OWNER=oracle&lt;BR /&gt;export ORACLE_BASE=/oracle/base&lt;BR /&gt;export ORACLE_HOME=/oracle/base/product/9i&lt;BR /&gt;export PATH=/usr/local/bin:/oracle/base/product/9i/bin:$PATH&lt;BR /&gt;export export ORACLE_DOC=$ORACLE_BASE/doc&lt;BR /&gt;export ORACLE_SID=hpora&lt;BR /&gt;export ORACLE_TERM=vt100&lt;BR /&gt;export TMPDIR=/tmp&lt;BR /&gt;SHLIB_PATH=/$ORACLE_HOME/lib:/$ORACLE_HOME/lib32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Oct 2003 10:39:39 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2003-10-16T10:39:39Z</dc:date>
    <item>
      <title>oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095047#M807352</link>
      <description>What's the correct profile setup for oracle user?&lt;BR /&gt;-&lt;BR /&gt;sqlplus results in&lt;BR /&gt;:&lt;BR /&gt;Message file sp1&lt;LANG&gt;.msb not found&lt;BR /&gt;&lt;BR /&gt;thanks&lt;/LANG&gt;</description>
      <pubDate>Thu, 16 Oct 2003 09:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095047#M807352</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-10-16T09:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095048#M807353</link>
      <description>You should be able to use sqlplus with just ORACLE_HOME and ORACLE_SID set and $ORACLE_HOME/bin in your PATH.</description>
      <pubDate>Thu, 16 Oct 2003 09:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095048#M807353</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-10-16T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095049#M807354</link>
      <description>This is a problem either with $ORACLE_HOME, or with missing files.&lt;BR /&gt;Oracle utilities, including sqlplus, expect to find message files under $ORACLE_HOME.&lt;BR /&gt;eg &lt;BR /&gt;--&lt;BR /&gt;&amp;gt; echo $ORACLE_HOME&lt;BR /&gt;/app/oracle/product/817&lt;BR /&gt;&amp;gt; find $ORACLE_HOME -name sp1us.msb -exec ls -ld {} \;  &lt;BR /&gt;-rw-r--r--   1 oracle     dba          10240 Aug 12  2000 /app/oracle/product/817/sqlplus/mesg/sp1us.msb&lt;BR /&gt;--&lt;BR /&gt;If the files are there then it's a language problem (the "us" in the filename is the language)&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Graham&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2003 09:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095049#M807354</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-16T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095050#M807355</link>
      <description>yes the files are there&lt;BR /&gt;-&lt;BR /&gt;what do I have to do to execute sqlplus successfully&lt;BR /&gt;-&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 16 Oct 2003 09:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095050#M807355</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-10-16T09:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095051#M807356</link>
      <description>You could try what Ian said.&lt;BR /&gt;&lt;BR /&gt;$ &amp;gt; export ORACLE_HOME=full_path_to_oracle_install&lt;BR /&gt;$ &amp;gt; export ORACLE_SID=database_name&lt;BR /&gt;$ &amp;gt; export PATH=$PATH:/$ORACLE_HOME/bin&lt;BR /&gt;$ &amp;gt; sqlplus&lt;BR /&gt; &lt;BR /&gt;Don't try and do this as root.  Run as a regular user on the box.&lt;BR /&gt; &lt;BR /&gt;--Jim</description>
      <pubDate>Thu, 16 Oct 2003 09:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095051#M807356</guid>
      <dc:creator>James Specht</dc:creator>
      <dc:date>2003-10-16T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095052#M807357</link>
      <description>Are you running the right version of sqlplus ?&lt;BR /&gt;"which sqlplus" should report $ORACLE_HOME/bin/sqlplus.&lt;BR /&gt;If it's being picked up from somewhere else then you need to change your path to pick up the correct version.</description>
      <pubDate>Thu, 16 Oct 2003 10:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095052#M807357</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-16T10:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095053#M807358</link>
      <description>yes sqlplus is found in /../../bin/sqlplus&lt;BR /&gt;&lt;BR /&gt;but when I execute sqlplus the following occurs&lt;BR /&gt;Message file sp1&lt;LANG&gt;.msb not found&lt;BR /&gt;&lt;BR /&gt;but the file is on the system&lt;BR /&gt;&lt;/LANG&gt;</description>
      <pubDate>Thu, 16 Oct 2003 10:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095053#M807358</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-10-16T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095054#M807359</link>
      <description>Hi SM,&lt;BR /&gt; &lt;BR /&gt;Take a look at this faq.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://otn.oracle.com/support/tech/sql_plus/htdocs/connect.html#sp1_lang" target="_blank"&gt;http://otn.oracle.com/support/tech/sql_plus/htdocs/connect.html#sp1_lang&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt; &lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 16 Oct 2003 10:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095054#M807359</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-10-16T10:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095055#M807360</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;here is the profile that i use (for 9i)&lt;BR /&gt;&lt;BR /&gt;export ORACLE_OWNER=oracle&lt;BR /&gt;export ORACLE_BASE=/oracle/base&lt;BR /&gt;export ORACLE_HOME=/oracle/base/product/9i&lt;BR /&gt;export PATH=/usr/local/bin:/oracle/base/product/9i/bin:$PATH&lt;BR /&gt;export export ORACLE_DOC=$ORACLE_BASE/doc&lt;BR /&gt;export ORACLE_SID=hpora&lt;BR /&gt;export ORACLE_TERM=vt100&lt;BR /&gt;export TMPDIR=/tmp&lt;BR /&gt;SHLIB_PATH=/$ORACLE_HOME/lib:/$ORACLE_HOME/lib32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2003 10:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095055#M807360</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-10-16T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095056#M807361</link>
      <description>it's not happening today&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Oct 2003 11:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095056#M807361</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-10-16T11:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095057#M807362</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# Default user .profile file (/usr/bin/sh initialization).&lt;BR /&gt;&lt;BR /&gt;#export TERM=hp&lt;BR /&gt;&lt;BR /&gt;# Set up the search paths:&lt;BR /&gt;        PATH=$PATH:/opt/oracle/local/bin&lt;BR /&gt;&lt;BR /&gt;# Set up the shell environment:&lt;BR /&gt;        set -u&lt;BR /&gt;        trap "echo 'logout'" 0&lt;BR /&gt;&lt;BR /&gt;# Set up the shell variables:&lt;BR /&gt;        EDITOR=vi&lt;BR /&gt;        export EDITOR&lt;BR /&gt;&lt;BR /&gt;stty erase ^H&lt;BR /&gt;&lt;BR /&gt;# Set-up the Oracle environment&lt;BR /&gt;export ORACLE_OWNER=oracle&lt;BR /&gt;export ORACLE_BASE=/opt/oracle/&lt;BR /&gt;export ORACLE_HOME=/opt/oracle/product/8.1.7.4&lt;BR /&gt;export PATH=/usr/local/bin:$ORACLE_HOME/bin:$PATH&lt;BR /&gt;export export ORACLE_DOC=$ORACLE_BASE/doc&lt;BR /&gt;export ORACLE_SID=&lt;SIDNAME&gt;&lt;BR /&gt;export ORACLE_TERM=vt100&lt;BR /&gt;export TMPDIR=/tmp&lt;BR /&gt;SHLIB_PATH=/$ORACLE_HOME/lib:/$ORACLE_HOME/lib32&lt;BR /&gt;&lt;BR /&gt;export PS1='$PWD':'$ORACLE_SID&amp;gt;&amp;gt;'&lt;BR /&gt;&lt;BR /&gt;export TNS_ADMIN=/opt/oracle/local/network/admin&lt;BR /&gt;&lt;/SIDNAME&gt;</description>
      <pubDate>Thu, 16 Oct 2003 21:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095057#M807362</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-10-16T21:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095058#M807363</link>
      <description>The problem is with the env. not set&lt;BR /&gt;&lt;BR /&gt;Make sure these are there in the .profile file of the user&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ORACLE_SID=&lt;SID-NAME&gt;; export ORACLE_SID &lt;BR /&gt;ORACLE_HOME=&lt;PATH&gt;; export ORACLE_HOME &lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib; export LD_LIBRARY_PATH &lt;BR /&gt;PATH=$PATH:$ORACLE_HOME/bin&lt;/PATH&gt;&lt;/SID-NAME&gt;</description>
      <pubDate>Thu, 16 Oct 2003 22:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095058#M807363</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-16T22:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095059#M807364</link>
      <description>Hi SM,&lt;BR /&gt;&lt;BR /&gt;Could it be, That your language isn't set correct ? &lt;BR /&gt;If the file sp1us.msb is in your path and in the right directory of ORACLE_HOME, then it could be, that NLS_LANG is missing or wrong.&lt;BR /&gt;What's set in your environment for NLS_LANG ?&lt;BR /&gt;&lt;BR /&gt;Uschi</description>
      <pubDate>Fri, 17 Oct 2003 07:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095059#M807364</guid>
      <dc:creator>Ursula Blanz</dc:creator>
      <dc:date>2003-10-17T07:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095060#M807365</link>
      <description>thanks for all the replies&lt;BR /&gt;-&lt;BR /&gt;hang on&lt;BR /&gt;-&lt;BR /&gt;can't logon at the moment&lt;BR /&gt;-&lt;BR /&gt;will get back soon&lt;BR /&gt;-&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 08:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095060#M807365</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-10-17T08:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095061#M807366</link>
      <description>hello&lt;BR /&gt;-&lt;BR /&gt;ditching the 8i for 9i now&lt;BR /&gt;-&lt;BR /&gt;if you've read the other thread you'll know I'm restoring the system&lt;BR /&gt;-&lt;BR /&gt;didn't have the chance to mirror&lt;BR /&gt;-&lt;BR /&gt;ah well nevermind (it's not a production box)</description>
      <pubDate>Mon, 20 Oct 2003 07:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095061#M807366</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-10-20T07:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095062#M807367</link>
      <description>What's the problem now?</description>
      <pubDate>Mon, 20 Oct 2003 07:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095062#M807367</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-20T07:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: oracle user profile help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095063#M807368</link>
      <description>either run the environment script in /usr/local/bin/  oraenv.sh   or use it as an example to make your own.</description>
      <pubDate>Thu, 23 Oct 2003 08:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-user-profile-help/m-p/3095063#M807368</guid>
      <dc:creator>Kevin Hansen</dc:creator>
      <dc:date>2003-10-23T08:22:01Z</dc:date>
    </item>
  </channel>
</rss>

