<?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: WHAT DID I DO WRONG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681553#M945604</link>
    <description>Hi Deanna,&lt;BR /&gt;&lt;BR /&gt;I am running 8.1.7 and see below my startup script, I do not start listener at startup but do it manually at the command prompt only if needed&lt;BR /&gt;&lt;BR /&gt;# Set ORA_HOME to be equivalent to the ORACLE_HOME&lt;BR /&gt;# from which you wish to execute dbstart and&lt;BR /&gt;# dbshut&lt;BR /&gt;# set ORA_OWNER  to the user id of the owner of the&lt;BR /&gt;# Oracle database in ORA_HOME&lt;BR /&gt;ORA_HOME=/apps/oracle/product/8.1.7&lt;BR /&gt;ORA_OWNER=oracle&lt;BR /&gt;if [! -f $ORA_HOME/bin/dbstart]&lt;BR /&gt;then&lt;BR /&gt;echo "Oracle startup: cannot start"&lt;BR /&gt;exit&lt;BR /&gt;fi&lt;BR /&gt;case "$1" in&lt;BR /&gt;'start')&lt;BR /&gt;&lt;BR /&gt;# Start the Oracle databases:&lt;BR /&gt;# The following command assumes that the oracle login will not prompt the&lt;BR /&gt;# user for any values&lt;BR /&gt;&lt;BR /&gt;su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &amp;amp;&lt;BR /&gt;;;&lt;BR /&gt;'stop')&lt;BR /&gt;&lt;BR /&gt;# Stop the Oracle databases:&lt;BR /&gt;# The following command assumes that the oracle login will not prompt the&lt;BR /&gt;# user for any values&lt;BR /&gt;&lt;BR /&gt;su - $ORA_OWNER -c $ORA_HOME/bin/dbshut &amp;amp;&lt;BR /&gt;;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;I assume you are able to start oracle as the oracle user and works okay...?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shabu&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Mar 2002 21:15:33 GMT</pubDate>
    <dc:creator>SHABU KHAN</dc:creator>
    <dc:date>2002-03-12T21:15:33Z</dc:date>
    <item>
      <title>WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681548#M945599</link>
      <description>Here is the script that I used to start up the database.&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#Match ORACLE_HOME with whatever is in oracle/.profile&lt;BR /&gt;ORACLE_HOME=/u01/product/9.0.1&lt;BR /&gt;PATH=${PATH}:$ORACLE_HOME/bin&lt;BR /&gt;export ORACLE_HOME PATH&lt;BR /&gt;ORACLE_OWNER=oracle&lt;BR /&gt;case $1 in&lt;BR /&gt;start)&lt;BR /&gt;/usr/bin/su - oracle -c $ORACLE_HOME/bin/dbstart &amp;amp;&lt;BR /&gt;/usr/bin/su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"&lt;BR /&gt;exit 0&lt;BR /&gt;;;&lt;BR /&gt;stop)&lt;BR /&gt;/usr/bin/su - oracle -c "$ORACLE_HOME/bin/lsnrctl stop"&lt;BR /&gt;/usr/bin/su - oracle -c $ORACLE_HOME/bin/dbshut&lt;BR /&gt;;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;- I ran the script to make sure it was corrected written...&lt;BR /&gt;/sbin/init.d/oracle start&lt;BR /&gt;--- however when i check if there is any instance of oracle running &lt;BR /&gt;ps -ef | grep ora &lt;BR /&gt;nothing return except for this:&lt;BR /&gt;  oracle  4219     1  0 10:00:24 ?         0:00 /u01/product/9.0.1/bin/tnslsnr L&lt;BR /&gt;ISTENER -inherit                                            &lt;BR /&gt;However, when I try to create an instance of the database here is what i get as an error try to login system/manager as dba             &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory</description>
      <pubDate>Tue, 12 Mar 2002 19:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681548#M945599</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-12T19:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681549#M945600</link>
      <description>Deanna,&lt;BR /&gt;&lt;BR /&gt;Looks like you forgot the quotes around the command for the su -c param in the start script.&lt;BR /&gt;&lt;BR /&gt;Also you don't need the brackets around the PATH - you just need $PATH.&lt;BR /&gt;&lt;BR /&gt;Also do you want the ORACLE_OWNER exported?&lt;BR /&gt;Maybe you should declare it ahead of the export &amp;amp; export it also.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 20:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681549#M945600</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-03-12T20:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681550#M945601</link>
      <description>Hi ,&lt;BR /&gt;Do this thing. &lt;BR /&gt;try to run your script in debug mode so that you can test it and find out where the things were wrong. I suppose you forgot to put " sign after su -c option. &lt;BR /&gt;&lt;BR /&gt;run the script again as below &lt;BR /&gt;&lt;BR /&gt;# /sbin/sh -xv /sbin/init.d/oracle start &lt;BR /&gt;&lt;BR /&gt;This will give you if there are any errors. &lt;BR /&gt;You can easily figure out what went wrong with the script. check the exit code after the execution of script in debug mode if it is 0 then your script is OK.&lt;BR /&gt;&lt;BR /&gt;Let me know if you still have any problems.&lt;BR /&gt;Thanks,&lt;BR /&gt;-Piyush&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 20:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681550#M945601</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-12T20:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681551#M945602</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The first thing to change is the su - -c xxx to simply su -c xxx. You do not want to source .profile because it almost certainly has stuff like tset and tabs which assume you are connected to a terminal. The preferred method for doing something like this os to create a file like /usr/local/bin/oraenv.sh which contains something like:&lt;BR /&gt;ORACLE_BASE=aaa&lt;BR /&gt;ORACLE_HOME=${ORACLE_BASE}/bbb&lt;BR /&gt;PATH=${PATH}:${ORACLE_HOME}/bin&lt;BR /&gt;TNS_ADMIN=ccc&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;export ORACLE_BASE ORACLE_HOME PATH TNS_ADMIN&lt;BR /&gt;&lt;BR /&gt;and anything else you need. Make sure that there is no exit statement.&lt;BR /&gt;&lt;BR /&gt;Then both your startup script in init.d AND your oracle .profile should source this file&lt;BR /&gt;thusly:&lt;BR /&gt;. /usr/local/bin/oraenv.sh&lt;BR /&gt;&lt;BR /&gt;This will set and export the needed variables while not requiring an interactive environment. &lt;BR /&gt;&lt;BR /&gt;Plan B:&lt;BR /&gt;&lt;BR /&gt;Surround any statements in .profile that might be interactive with:&lt;BR /&gt;if [ -t 0 ]&lt;BR /&gt;  then&lt;BR /&gt;    tset ....&lt;BR /&gt;  fi&lt;BR /&gt;&lt;BR /&gt;This will check to see if you are connected to a terminal before running the commands.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 20:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681551#M945602</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-12T20:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681552#M945603</link>
      <description>I fixed the script as you all recommended,&lt;BR /&gt;but it gives me back lot of problem&lt;BR /&gt;here is the script, and please help me &lt;BR /&gt;. /usr/local/bin/oraenv&lt;BR /&gt;ORACLE_HOME=/u01/product/9.0.1&lt;BR /&gt;ORACLE_SID=dia2&lt;BR /&gt;PATH=${PATH}:{$ORACLE_HOME}/bin&lt;BR /&gt;export ORACLE_HOME PATH TNS_ADMIN&lt;BR /&gt;&lt;BR /&gt;export ORACLE_OWNER=oracle&lt;BR /&gt;if [ ! -f $ORACLE_HOME/bin/dbstart]&lt;BR /&gt;then&lt;BR /&gt;echo " ORACLE startup : cannot start"&lt;BR /&gt;exit&lt;BR /&gt;fi&lt;BR /&gt;case $1 in&lt;BR /&gt;start)&lt;BR /&gt;/usr/bin/su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"&lt;BR /&gt;/usr/bin/su - oracle -c $ORACLE_HOME/bin/dbstart &amp;amp;&lt;BR /&gt;#/usr/bin/su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"&lt;BR /&gt;exit 0&lt;BR /&gt;;;&lt;BR /&gt;stop)&lt;BR /&gt;/usr/bin/su - oracle -c "$ORACLE_HOME/bin/lsnrctl stop"&lt;BR /&gt;/usr/bin/su - oracle -c $ORACLE_HOME/bin/dbshut&lt;BR /&gt;;;</description>
      <pubDate>Tue, 12 Mar 2002 20:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681552#M945603</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-12T20:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681553#M945604</link>
      <description>Hi Deanna,&lt;BR /&gt;&lt;BR /&gt;I am running 8.1.7 and see below my startup script, I do not start listener at startup but do it manually at the command prompt only if needed&lt;BR /&gt;&lt;BR /&gt;# Set ORA_HOME to be equivalent to the ORACLE_HOME&lt;BR /&gt;# from which you wish to execute dbstart and&lt;BR /&gt;# dbshut&lt;BR /&gt;# set ORA_OWNER  to the user id of the owner of the&lt;BR /&gt;# Oracle database in ORA_HOME&lt;BR /&gt;ORA_HOME=/apps/oracle/product/8.1.7&lt;BR /&gt;ORA_OWNER=oracle&lt;BR /&gt;if [! -f $ORA_HOME/bin/dbstart]&lt;BR /&gt;then&lt;BR /&gt;echo "Oracle startup: cannot start"&lt;BR /&gt;exit&lt;BR /&gt;fi&lt;BR /&gt;case "$1" in&lt;BR /&gt;'start')&lt;BR /&gt;&lt;BR /&gt;# Start the Oracle databases:&lt;BR /&gt;# The following command assumes that the oracle login will not prompt the&lt;BR /&gt;# user for any values&lt;BR /&gt;&lt;BR /&gt;su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &amp;amp;&lt;BR /&gt;;;&lt;BR /&gt;'stop')&lt;BR /&gt;&lt;BR /&gt;# Stop the Oracle databases:&lt;BR /&gt;# The following command assumes that the oracle login will not prompt the&lt;BR /&gt;# user for any values&lt;BR /&gt;&lt;BR /&gt;su - $ORA_OWNER -c $ORA_HOME/bin/dbshut &amp;amp;&lt;BR /&gt;;;&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;I assume you are able to start oracle as the oracle user and works okay...?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shabu&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 21:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681553#M945604</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-03-12T21:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681554#M945605</link>
      <description>Deanna,&lt;BR /&gt;&lt;BR /&gt;I don't think you have to set your oracle SID in your startup script, the dbstart script that you execute actually gets the SID from your oratab file...&lt;BR /&gt;&lt;BR /&gt;Let us know if you still have problems ...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shabu</description>
      <pubDate>Tue, 12 Mar 2002 21:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681554#M945605</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-03-12T21:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681555#M945606</link>
      <description>I have oracle 9i instead of 8&lt;BR /&gt;this message is for shabu..&lt;BR /&gt;Would you please clarify your question a little bit for me " able to start oracle as oracle user"...??&lt;BR /&gt;&lt;BR /&gt;To answer your question , I wasn't able to use&lt;BR /&gt;sqlplus to log in at all?&lt;BR /&gt;this is what i did&lt;BR /&gt;sqlplus /nolog&lt;BR /&gt;sql&amp;gt; connect system/manager as SYSDBA;&lt;BR /&gt;it gave this error message :&lt;BR /&gt;ORA-12705: invalid or unknown NLS parameter value specified</description>
      <pubDate>Tue, 12 Mar 2002 21:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681555#M945606</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-12T21:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681556#M945607</link>
      <description>&lt;BR /&gt;Deanna,&lt;BR /&gt;&lt;BR /&gt;What happens when you login as oracle and try to start the oracle database using dbstart ?&lt;BR /&gt;&lt;BR /&gt;What is the output of:&lt;BR /&gt;ps -ef|grep oracle&lt;BR /&gt;&lt;BR /&gt;I would first try to startup the database manually and then when everything works I would setup the startup scripts (/sbin/init.d/db.ora)&lt;BR /&gt;&lt;BR /&gt;Also I am not sure if oracle 9i has the srvrmgrl utility, if it has then I would try starting the database using srvrmgrl.&lt;BR /&gt;&lt;BR /&gt;As oracle:&lt;BR /&gt;srvrmgrl&lt;BR /&gt;SRVRMGRL&amp;gt;connect internal&lt;BR /&gt;SRVRMGRL&amp;gt;startup&lt;BR /&gt;SRVRMGRL&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;-Shabu</description>
      <pubDate>Tue, 12 Mar 2002 21:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681556#M945607</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-03-12T21:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681557#M945608</link>
      <description>hi,&lt;BR /&gt;How would you start up the database manually?&lt;BR /&gt;ps -ef | grep ora &lt;BR /&gt;&amp;gt; give me back nothing &lt;BR /&gt;sqlplus internal&lt;BR /&gt;ask me for the password???&lt;BR /&gt;I really need to have this thing running??&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 22:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681557#M945608</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-12T22:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681558#M945609</link>
      <description>hi shabu&lt;BR /&gt;&lt;BR /&gt;I did try your suggestion but still I wasn't able to log in to the oracle database&lt;BR /&gt;&lt;BR /&gt;su - oracle&lt;BR /&gt;$ORACLE_HOME/bin/lsnrctl start&lt;BR /&gt;this is what I get when i run that command&lt;BR /&gt;Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))&lt;BR /&gt;STATUS of the LISTENER&lt;BR /&gt;------------------------&lt;BR /&gt;Alias                     LISTENER&lt;BR /&gt;Version                   TNSLSNR for HPUX: Version 9.0.1.0.0 - Production&lt;BR /&gt;Start Date                12-MAR-2002 15:19:30&lt;BR /&gt;Uptime                    0 days 0 hr. 0 min. 0 sec&lt;BR /&gt;Trace Level               off&lt;BR /&gt;Security                  OFF&lt;BR /&gt;SNMP                      OFF&lt;BR /&gt;Listener Parameter File   /u01/product/9.0.1/network/admin/listener.ora&lt;BR /&gt;Listener Log File         /u01/product/9.0.1/network/log/listener.log&lt;BR /&gt;Listening Endpoints Summary...&lt;BR /&gt;  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))&lt;BR /&gt;  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=princess.tucson.ibm.com)(PORT=1521))&lt;BR /&gt;)&lt;BR /&gt;Services Summary...&lt;BR /&gt;Service "PLSExtProc" has 1 instance(s).&lt;BR /&gt;  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...&lt;BR /&gt;Service "sales" has 1 instance(s).&lt;BR /&gt;  Instance "dia2", status UNKNOWN,&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep ora&lt;BR /&gt;give me this&lt;BR /&gt; oracle  8433  8350  0 15:18:16 pts/ta    0:00 -su&lt;BR /&gt;  oracle  8458     1  0 15:19:30 ?         0:00 /u01/product/9.0.1/bin/tnslsnr L&lt;BR /&gt;ISTENER -inherit&lt;BR /&gt;  oracle  8462  8433  0 15:20:19 pts/ta    0:00 grep ora&lt;BR /&gt;  oracle  8461  8433  1 15:20:19 pts/ta    0:00 ps -ef  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 22:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681558#M945609</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-12T22:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681559#M945610</link>
      <description>Hi Deanna,&lt;BR /&gt;&lt;BR /&gt;I am sorry I had a production issue here at work and couldn't get back to you...&lt;BR /&gt;&lt;BR /&gt;Anyway, what happens when you execute&lt;BR /&gt;&lt;BR /&gt;./dbstart&lt;BR /&gt;&lt;BR /&gt;from the command line..&lt;BR /&gt;&lt;BR /&gt;-Shabu</description>
      <pubDate>Wed, 13 Mar 2002 01:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681559#M945610</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-03-13T01:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681560#M945611</link>
      <description>&lt;BR /&gt;Deanna,&lt;BR /&gt;&lt;BR /&gt;There are some good threads in this forum about oracle 9i installation/procedures, here they are:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb8b5d5fab40ed6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb8b5d5fab40ed6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9ece94f22a31d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9ece94f22a31d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x6db8cf38d6bdd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x6db8cf38d6bdd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa4bf4e49c5cdd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa4bf4e49c5cdd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x06cd4e49c5cdd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x06cd4e49c5cdd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you cannot find what you were looking for in the above threads try searching for "oracle 9i" in this forum.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shabu</description>
      <pubDate>Wed, 13 Mar 2002 04:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681560#M945611</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-03-13T04:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681561#M945612</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is what you'll have to do:&lt;BR /&gt;as the Oracle software owner (os user oracle), &lt;BR /&gt;set the env variable ORACLE_SID=&lt;YOUR_SID&gt;.&lt;BR /&gt;-sqlplus sys/passwd as sysdba&lt;BR /&gt;-SQL&amp;gt;startup&lt;BR /&gt;&lt;BR /&gt;The database should now mount and open.&lt;BR /&gt;&lt;BR /&gt;Check with ps -ef |grep ora that you have the ora_ background processes.&lt;BR /&gt;&lt;BR /&gt;If this fails, you have done something wrong in setting up and creating your database.&lt;BR /&gt;Check:&lt;BR /&gt;-Did you create a database?&lt;BR /&gt; Check the alert.log in $ORACLE_BASE/admin/bdump for create info and error messages related to the startup.&lt;BR /&gt;&lt;BR /&gt;-Have you linked init&lt;SID&gt;.ora to $ORACLE_HOME/dbs/init&amp;gt;SID&amp;gt;.ora ?&lt;BR /&gt; If not link or use the "startup pfile= " syntax while starting the database.&lt;BR /&gt;&lt;BR /&gt;If you get your database up and running manually, its time to start looking at the /sbin/init.d/oracle script.&lt;BR /&gt;What this does is simply calling the dbora script in your oracle installation. &lt;BR /&gt;First try running dbstart and dbstop and get them running. Remember to update the /etc/oratab file with your database:&lt;BR /&gt;&lt;SID&gt;:/oracle/product/9.0.1:Y&lt;BR /&gt;&lt;BR /&gt;If you got these running (ie stops and start the database) then start work on the /sbin/init.d/oracle script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;/SID&gt;&lt;/SID&gt;&lt;/YOUR_SID&gt;</description>
      <pubDate>Wed, 13 Mar 2002 09:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681561#M945612</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-03-13T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681562#M945613</link>
      <description>&lt;BR /&gt;Deanna,&lt;BR /&gt;&lt;BR /&gt;Can you assign points to folks who have responded to your posting please ?&lt;BR /&gt;&lt;BR /&gt;-Shabu</description>
      <pubDate>Wed, 13 Mar 2002 18:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681562#M945613</guid>
      <dc:creator>SHABU KHAN</dc:creator>
      <dc:date>2002-03-13T18:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681563#M945614</link>
      <description>I did create a database called&lt;BR /&gt;initdia2.ora in the $ORACLE_HOME/dbs directory.&lt;BR /&gt;HOw do i link this file as you suggested?&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 23:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681563#M945614</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-03-13T23:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT DID I DO WRONG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681564#M945615</link>
      <description>I got the same message when I tried to connect in SQLPLUS.&lt;BR /&gt;The oracle .profile includes the following lines:&lt;BR /&gt;&lt;BR /&gt;NLS_LANG=AMERICAN-AMERICA.WE8ISO8859P1; export NLS_LANG&lt;BR /&gt;NLS_LANGUAGE=$NLS_LANG; export NLS_LANGUAGE&lt;BR /&gt;ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33&lt;BR /&gt;&lt;BR /&gt;ORA-12705: invalid or unknown NLS parameter value specified &lt;BR /&gt;&lt;BR /&gt;Has anybody found a solution to this yet?</description>
      <pubDate>Wed, 15 May 2002 11:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-did-i-do-wrong/m-p/2681564#M945615</guid>
      <dc:creator>Victor Geere</dc:creator>
      <dc:date>2002-05-15T11:49:46Z</dc:date>
    </item>
  </channel>
</rss>

