<?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: ERROR MESSAGE WHEN TRY TO START UP DATABASE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672152#M916337</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your listener seems to have already been started. Stop your listener before restarting it:&lt;BR /&gt;&lt;BR /&gt;oracle&amp;gt; $ORACLE_HOME/bin/lsnrctl stop LISTENER_NAME&lt;BR /&gt;oracle&amp;gt; $ORACLE_HOME/bin/lsnrctl start&lt;BR /&gt;&lt;BR /&gt;To verify whether it has been started, try either connecting via sqlnet or just telnet to the Oracle port (default is 1521) to see if the port has already been bound:&lt;BR /&gt;&lt;BR /&gt;# telnet localhost 1521&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;You should see "Connected".&lt;BR /&gt;&lt;BR /&gt;Also, you can use tnsping to verify the health of your listener over the network.&lt;BR /&gt;&lt;BR /&gt;# $ORACLE_HOME/bin/tnsping $ORACLE_SID&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong.</description>
    <pubDate>Wed, 27 Feb 2002 03:30:13 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-02-27T03:30:13Z</dc:date>
    <item>
      <title>ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672148#M916333</link>
      <description>HERE IS THE SCRIPT THAT i CREATED IN THE&lt;BR /&gt;/SBIN/INIT.D/ORACLE DIRECTORY &lt;BR /&gt;#!/sbin/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;ORACLE_OWNER=oracle&lt;BR /&gt;case $1 in&lt;BR /&gt;start)&lt;BR /&gt;su - oracle -c $ORACLE_HOME/bin/dbstart&lt;BR /&gt;su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"&lt;BR /&gt;exit 0&lt;BR /&gt;;;&lt;BR /&gt;stop)&lt;BR /&gt;su - oracle -c "$ORACLE_HOME/bin/lsnrctl stop"&lt;BR /&gt;su - oracle -c $ORACLE_HOME/bin/dbshut&lt;BR /&gt;;;&lt;BR /&gt;esac                 &lt;BR /&gt;&lt;BR /&gt;hERE IS WHAT I DID&lt;BR /&gt;LOGIN AS ROOT&lt;BR /&gt;SU - ORACLE&lt;BR /&gt;/SBIN/INIT.D/ORACLE START&lt;BR /&gt;AND I GOT THIS ERROR MESSAGE&lt;BR /&gt;su: /u01/product/9.0.1/bin/lsnrctl:  not found.</description>
      <pubDate>Wed, 27 Feb 2002 02:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672148#M916333</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-02-27T02:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672149#M916334</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the first place, "/sbin/init.d/oracle start" should be executed as root because the "su - oracle" commands are already residing in the startup script.&lt;BR /&gt;&lt;BR /&gt;# id -un&lt;BR /&gt;root&lt;BR /&gt;# /sbin/init.d/oracle start&lt;BR /&gt;&lt;BR /&gt;If that still fails, check that the pathname specified is correct:&lt;BR /&gt;&lt;BR /&gt;# ll /u01/product/9.0.1/bin/lsnrtcl&lt;BR /&gt;&lt;BR /&gt;To find the binary,&lt;BR /&gt;&lt;BR /&gt;# find /u01 -name lsnrctl -print&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 27 Feb 2002 02:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672149#M916334</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T02:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672150#M916335</link>
      <description>okay....I saw what i did ...&lt;BR /&gt;I fix the script by doing the following&lt;BR /&gt;echo $ORACLE_HOMe&lt;BR /&gt;/u01&lt;BR /&gt;so i fix it ORACLE_HOME ...&lt;BR /&gt;&lt;BR /&gt;now when i run /sbin/init.d/oracle start&lt;BR /&gt;it gives me this error &lt;BR /&gt;Starting /u01/bin/tnslsnr: please wait...&lt;BR /&gt;&lt;BR /&gt;TNSLSNR for HPUX: Version 9.0.1.0.0 - Production&lt;BR /&gt;System parameter file is /u01/network/admin/listener.ora&lt;BR /&gt;Log messages written to /u01/network/log/listener.log&lt;BR /&gt;Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))&lt;BR /&gt;TNS-12542: TNS:address already in use&lt;BR /&gt; TNS-12560: TNS:protocol adapter error&lt;BR /&gt;  TNS-00512: Address already in use&lt;BR /&gt;   HPUX Error: 226: Address already in use&lt;BR /&gt;&lt;BR /&gt;Listener failed to start. See the error message(s) above...</description>
      <pubDate>Wed, 27 Feb 2002 03:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672150#M916335</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-02-27T03:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672151#M916336</link>
      <description>Hi Deanna,&lt;BR /&gt;&lt;BR /&gt;Try su with the absolute path. Use /usr/bin/su in place of su.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2002 03:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672151#M916336</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-27T03:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672152#M916337</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your listener seems to have already been started. Stop your listener before restarting it:&lt;BR /&gt;&lt;BR /&gt;oracle&amp;gt; $ORACLE_HOME/bin/lsnrctl stop LISTENER_NAME&lt;BR /&gt;oracle&amp;gt; $ORACLE_HOME/bin/lsnrctl start&lt;BR /&gt;&lt;BR /&gt;To verify whether it has been started, try either connecting via sqlnet or just telnet to the Oracle port (default is 1521) to see if the port has already been bound:&lt;BR /&gt;&lt;BR /&gt;# telnet localhost 1521&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;You should see "Connected".&lt;BR /&gt;&lt;BR /&gt;Also, you can use tnsping to verify the health of your listener over the network.&lt;BR /&gt;&lt;BR /&gt;# $ORACLE_HOME/bin/tnsping $ORACLE_SID&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong.</description>
      <pubDate>Wed, 27 Feb 2002 03:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672152#M916337</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T03:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672153#M916338</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Since you have not indicated a specific listener to start, you can omit LISTENER_NAME ie.&lt;BR /&gt;&lt;BR /&gt;oracle&amp;gt; $ORACLE_HOME/bin/lsnrctl stop&lt;BR /&gt;oracle&amp;gt; $ORACLE_HOME/bin/lsnrctl start&lt;BR /&gt;&lt;BR /&gt;You need to ensure that the oracle listener has already been stopped before attempting to start it via your startup script.&lt;BR /&gt;&lt;BR /&gt;Also, the following will give indication of whether the the listener process is running:&lt;BR /&gt;&lt;BR /&gt;# ps -fae|grep tnslsnr&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 27 Feb 2002 03:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672153#M916338</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T03:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672154#M916339</link>
      <description>I think the listener might be running&lt;BR /&gt;so i did this&lt;BR /&gt;/sbin/init.d/oracle stop&lt;BR /&gt;ps -ef | grep ora&lt;BR /&gt;no processor&lt;BR /&gt;so i start up again&lt;BR /&gt;/sbin/init.d/oracle start&lt;BR /&gt;and it returns by saying the command is successful ...&lt;BR /&gt;Thank you all very much for your help...&lt;BR /&gt;&lt;BR /&gt;***MY NEXT QUESTION IS &lt;BR /&gt;i LOST THE PASSWORD AND ADMINT FOR DATABASE I CAN'T SEEM TO CONNECT TO SQLPLUS WITHOUT THE PASSWORD...AND I CAN'T FIND SVRMGRL EITHER..EVEN USING THE ABSOLUTE PATH...??? I NEED HELP..&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2002 03:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672154#M916339</guid>
      <dc:creator>Deanna Tran</dc:creator>
      <dc:date>2002-02-27T03:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE WHEN TRY TO START UP DATABASE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672155#M916340</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;With regard to your question on svrmgrl, on the server, do this&lt;BR /&gt;&lt;BR /&gt;# find / -name svrmgrl -print&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 27 Feb 2002 03:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-when-try-to-start-up-database/m-p/2672155#M916340</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T03:56:08Z</dc:date>
    </item>
  </channel>
</rss>

