<?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: ORA-03113 error on start of svrmgrl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571776#M831002</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;review these kernel parameters as mentioned above and i would recommend that you use "sqlplus" instead of "svrmgrl" since the latter  has been obsoleted with newer versions. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;============================================&lt;BR /&gt;$ sqlplus&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Tue Jun 28 08:51:08 2005&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter user-name: / as sysdba&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 8.1.7.4.0 - 64bit Production&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Mon, 27 Jun 2005 23:44:59 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-06-27T23:44:59Z</dc:date>
    <item>
      <title>ORA-03113 error on start of svrmgrl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571772#M830998</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;     I just installed 64bit oracle on my RP8400 (hpux 11.11). I patched the Oracle Home to 8.1.7.4. When I run svrmgrl, I get ora-03113 error. I have increased SHMMAX to 1.8G. I just did the same install on an N4000 (hpux 11.0), and had no issues. The kernel parms on this box are higher or equal to those on the N.&lt;BR /&gt;Any ideas?</description>
      <pubDate>Mon, 27 Jun 2005 18:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571772#M830998</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2005-06-27T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-03113 error on start of svrmgrl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571773#M830999</link>
      <description>it seems to shmmax is too high...&lt;BR /&gt;&lt;BR /&gt;cut from metalink docid Note:213599.1&lt;BR /&gt; &lt;BR /&gt;   * fact: Oracle Server - Enterprise Edition&lt;BR /&gt;   * fact: HP 9000 Series HP-UX (64-bit)&lt;BR /&gt;   * symptom: Sqlplus fails to start&lt;BR /&gt;   * symptom: Svrmgrl fails to start&lt;BR /&gt;   * symptom: ORA-03113: end-of-file on communication channel&lt;BR /&gt;   * symptom: Segmentation Fault (coredump)&lt;BR /&gt;   * cause: The kernel parameters SHMMAX and MAXDSIZ64 are misconfigured or not set. &lt;BR /&gt;&lt;BR /&gt;fix:&lt;BR /&gt;&lt;BR /&gt;Set MAXDSIZ64 = 1GB&lt;BR /&gt;AND&lt;BR /&gt;Set SHMMAX &amp;gt;= MAXDSIZ64</description>
      <pubDate>Mon, 27 Jun 2005 19:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571773#M830999</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2005-06-27T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-03113 error on start of svrmgrl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571774#M831000</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;The error "ORA-03113 end-of-file on communication channel" on new installations when starting svrmgrl...the reasons could be &lt;BR /&gt;&lt;BR /&gt;when Oracle is unable to start the SGA because semphores were not available or there were not enough semaphore identifiers (semmni). Or the Kernel parameter SEMMNS which is used to calculate the total semaphores available on the system is too small.&lt;BR /&gt;&lt;BR /&gt;Set to the sum of the PROCESSES parameter for each Oracle database, adding the largest one twice, then add an additional 10 for each database."&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Mon, 27 Jun 2005 20:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571774#M831000</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-06-27T20:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-03113 error on start of svrmgrl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571775#M831001</link>
      <description>Dave, have you searched &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt; ?  register, if not.&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note:1020463.6 &lt;BR /&gt;Subject:  DIAGNOSING ORA-3113 ERRORS &lt;BR /&gt;Type:  PROBLEM &lt;BR /&gt;Status:  PUBLISHED &lt;BR /&gt; Content Type:  TEXT/X-HTML &lt;BR /&gt;Creation Date:  13-AUG-1996 &lt;BR /&gt;Last Revision Date:  24-JUN-2005 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Problem Description: &lt;BR /&gt;==================== &lt;BR /&gt; &lt;BR /&gt;How do I diagnose the ora-3113 error? &lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt;           ora-3113 end of file on communication channel reached &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Additional Search Words: svrmgrl sqldba server manager&lt;BR /&gt;&lt;BR /&gt;Solution Description: &lt;BR /&gt;===================== &lt;BR /&gt; &lt;BR /&gt;   The ORA-3113 error is a general error reported by Oracle client tools, &lt;BR /&gt;   which signifies that they  cannot communicate with the oracle shadow &lt;BR /&gt;   process. As it is such a general error more information must be collected   &lt;BR /&gt;  to help determine what has happened. &lt;BR /&gt; &lt;BR /&gt;   This short article describes what information to collect for an  &lt;BR /&gt;   ORA-3113 error when the Oracle server is on a Unix platform.  &lt;BR /&gt;    &lt;BR /&gt;General Issues: &lt;BR /&gt;=============== &lt;BR /&gt; &lt;BR /&gt;        1)     Is it only one tool that encounters the error or  &lt;BR /&gt;               do you get an ORA-3113 from any tool doing a similar operation? &lt;BR /&gt;               If the problem reproduces in SQL*Plus, use this in all tests  &lt;BR /&gt;               below. &lt;BR /&gt; &lt;BR /&gt;        2)     Check if the problem is just restricted to: &lt;BR /&gt; &lt;BR /&gt;                        [ ] One particular UNIX user, &lt;BR /&gt;                        [ ] Any UNIX user  &lt;BR /&gt;                    or  [ ] Any UNIX user EXCEPT as the Oracle user. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;        3)     Check if the problem is just restricted to: &lt;BR /&gt; &lt;BR /&gt;                        [ ] One particular ORACLE logon &lt;BR /&gt;                    or  [ ] Any ORACLE logon that has access to the  &lt;BR /&gt;                                relevant tables. &lt;BR /&gt; &lt;BR /&gt;        4)     If you have a client-server configuration does this occur from: &lt;BR /&gt; &lt;BR /&gt;                        [ ] Any client  &lt;BR /&gt;                        [ ] Just one particular client  &lt;BR /&gt;                    or  [ ] Just one group of clients ? &lt;BR /&gt;                            If so what do these clients have in common ? &lt;BR /&gt;                            Eg: Software release . &lt;BR /&gt;                 &lt;BR /&gt;        5)     Do you have a second server or database version where the &lt;BR /&gt;               same operation works correctly? &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Connecting to Oracle &lt;BR /&gt;==================== &lt;BR /&gt; &lt;BR /&gt;   If the ORA-3113 error occurs when actually connecting to Oracle then &lt;BR /&gt;   follow the section below. If you connect to Oracle successfully and get &lt;BR /&gt;   the error on an established connection, please go to the next section &lt;BR /&gt;   'An Established Connection'. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;   Local Connections &lt;BR /&gt;   ~~~~~~~~~~~~~~~~~ &lt;BR /&gt;      For local connections check the following: &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;       1)     Try using the SQL*Net V1 driver for local connections: &lt;BR /&gt; &lt;BR /&gt;                        setenv TWO_TASK P: &lt;BR /&gt; &lt;BR /&gt;                Then try the client tool. If this now works you may have a  &lt;BR /&gt;                problem with the default SQL*Net driver. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;       2)     Your 'oracle' executable may be corrupt. Relink it as follows: &lt;BR /&gt;&lt;BR /&gt;                    For 7.3.X thru 8.1.7&lt;BR /&gt;                         &lt;BR /&gt;                        Log in as the 'oracle' user. &lt;BR /&gt;                        % script /tmp/relink.out &lt;BR /&gt;                        % cd $ORACLE_HOME/rdbms/lib &lt;BR /&gt;                        % rm -f oracle         &lt;BR /&gt;                        % make -f oracle.mk ioracle &lt;BR /&gt;                        % exit &lt;BR /&gt;&lt;BR /&gt;                    For 9.2.X  use the relink executible&lt;BR /&gt;                        relink&lt;BR /&gt;                           usage:&lt;BR /&gt;                            relink       &lt;PARAMETER&gt;&lt;BR /&gt;                             parameters: all, oracle, network, &lt;BR /&gt;                                         client, client_sharedlib interMedia,&lt;BR /&gt;                                         ctx, precomp, utilities, oemagent, ldap &lt;BR /&gt;                &lt;BR /&gt;                If this reports any errors Oracle support will need to see &lt;BR /&gt;                the contents of the file /tmp/relink.out . &lt;BR /&gt; &lt;BR /&gt;       3)     If you cannot connect as the Oracle user AND your system has  &lt;BR /&gt;              the 'truss' command try the following when logged in as  &lt;BR /&gt;              'oracle' (using the relevant client tool): &lt;BR /&gt;                 &lt;BR /&gt;                        % truss -o /tmp/truss.out -f sqlplus user/password &lt;BR /&gt;                        Exit from sqlplus (or the problem tool) &lt;BR /&gt; &lt;BR /&gt;                Keep the file /tmp/truss.out safe - Oracle MAY need to see it. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;   Remote Connections &lt;BR /&gt;   ================== &lt;BR /&gt;  &lt;BR /&gt;      For remote connections check the following: &lt;BR /&gt; &lt;BR /&gt;       1)     Check if you can make LOCAL connections. If not then follow &lt;BR /&gt;              the steps above for LOCAL connection problems. &lt;BR /&gt; &lt;BR /&gt;       2)     If you have truss available try to truss the Oracle  &lt;BR /&gt;              connection. You will normally need the root privilege to do this &lt;BR /&gt;              and should use truss on the relevant listener process (see &lt;BR /&gt;              Table C1) &lt;BR /&gt;                  Eg: For TCP/IP the listener is 'orasrv' so enter these       &lt;BR /&gt;                 commands as 'root': &lt;BR /&gt; &lt;BR /&gt;                        % truss -o /tmp/truss.out -f -eall -p &lt;PID_OF_ORASRV&gt; &lt;BR /&gt;                 &lt;BR /&gt;                  Attempt the connection to reproduce the ORA-3113 then &lt;BR /&gt;                  interrupt this 'truss' session. &lt;BR /&gt; &lt;BR /&gt;                 &lt;BR /&gt; &lt;BR /&gt;An Established Connection: &lt;BR /&gt;========================== &lt;BR /&gt;    &lt;BR /&gt;If the ORA-3113 error occurs AFTER you have connected to Oracle, then &lt;BR /&gt;it is most likely that the oracle executable has terminated unexpectedly. &lt;BR /&gt; &lt;BR /&gt;       1)      Determine which database you were connected to and  &lt;BR /&gt;               obtain the following init.ora parameter values: &lt;BR /&gt;         &lt;BR /&gt;                        Parameter               Default &lt;BR /&gt;                &lt;BR /&gt;                                     &lt;BR /&gt;                        USER_DUMP_DEST          $ORACLE_HOME/rdbms/log &lt;BR /&gt;                        BACKGROUND_DUMP_DEST    $ORACLE_HOME/rdbms/log &lt;BR /&gt;                        CORE_DUMP_DEST          $ORACLE_HOME/dbs &lt;BR /&gt; &lt;BR /&gt;                Eg: To find these log into SQL*DBA or Server Manager and: &lt;BR /&gt; &lt;BR /&gt;                        SQLDBA&amp;gt; show parameter dump &lt;BR /&gt; &lt;BR /&gt;                         &lt;BR /&gt;         2)     Check in your 'USER_DUMP_DEST' for any Oracle trace file. &lt;BR /&gt;                It is important to find the correct trace file. Use the  &lt;BR /&gt;                command 'ls -ltr' to list files in time order with the  &lt;BR /&gt;                latest trace files appearing LAST. If you are not sure &lt;BR /&gt;                which trace file may be relevant, move all the current trace  &lt;BR /&gt;                files to a different directory and reproduce the problem. &lt;BR /&gt;                The trace file will typically be of the form 'ora_&lt;PID&gt;.trc'. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;         3)     If there is no trace file check for a core dump in the &lt;BR /&gt;                CORE_DUMP_DEST. Check as follows: &lt;BR /&gt; &lt;BR /&gt;                        % cd $ORACLE_HOME/dbs   # Or your CORE_DUMP_DEST &lt;BR /&gt;                        % ls -l core* &lt;BR /&gt; &lt;BR /&gt;                If there is a file called core, check that its time matches    &lt;BR /&gt;               the time of the problem. If there are directories called  &lt;BR /&gt;                'core_&lt;PID&gt;' check for core files in each of these. It is  &lt;BR /&gt;                IMPORTANT to get the correct core file. Now obtain a stack &lt;BR /&gt;                trace from this core file. Check each of the sequences below &lt;BR /&gt;                for the procedure. One of the following should work for your  &lt;BR /&gt;                platform: &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;                    If you have dbx: &lt;BR /&gt;                        % script /tmp/core.stack &lt;BR /&gt;                        % dbx $ORACLE_HOME/bin/oracle core &lt;BR /&gt;                        (dbx) where &lt;BR /&gt;                        ... &lt;BR /&gt;                        (dbx) quit &lt;BR /&gt;                        % exit &lt;BR /&gt;                         &lt;BR /&gt;                    If you have sdb: &lt;BR /&gt;                        % script /tmp/core.stack &lt;BR /&gt;                        % sdb $ORACLE_HOME/bin/oracle core &lt;BR /&gt;                        * t &lt;BR /&gt;                        ... &lt;BR /&gt;                        * q &lt;BR /&gt;                        % exit &lt;BR /&gt;                         &lt;BR /&gt;                    If you have xdb: &lt;BR /&gt;                        % script /tmp/core.stack &lt;BR /&gt;                        % xdb $ORACLE_HOME/bin/oracle core &lt;BR /&gt;                        (xdb) t &lt;BR /&gt;                        ... &lt;BR /&gt;                        (xdb) q &lt;BR /&gt;                        % exit &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;                    If you have adb: &lt;BR /&gt;                        % script /tmp/core.stack &lt;BR /&gt;                        % adb $ORACLE_HOME/bin/oracle core &lt;BR /&gt;                        $c &lt;BR /&gt;                        ... &lt;BR /&gt;                        $q &lt;BR /&gt;                        % exit &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                    If you have gdb:&lt;BR /&gt;                        % script /tmp/core.stack &lt;BR /&gt;                        % gdb $ORACLE_HOME/bin/oracle core &lt;BR /&gt;                         (gdb) bt &amp;gt; stack.out&lt;BR /&gt;                         (gdb) quit&lt;BR /&gt;&lt;BR /&gt;                         &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;         4)     Try to isolate the SQL command that is executing when &lt;BR /&gt;                the error occurs. Eg: Is it a particular SQL statement &lt;BR /&gt;                or PL/SQL block that causes the error ? &lt;BR /&gt; &lt;BR /&gt;                To help establish this turn on SQL_TRACE for the client  &lt;BR /&gt;                tool.  &lt;BR /&gt; &lt;BR /&gt;                Eg: Product     Action &lt;BR /&gt;                    ~~~~~~~     ~~~~~~ &lt;BR /&gt;                    SQL*Forms   Use the '-s' statistics option at run time.  &lt;BR /&gt;                    SQL*Plus    Issue 'ALTER SESSION SET SQL_TRACE TRUE;' &lt;BR /&gt;                    Pro*        EXEC SQL ALTER SESSION SET SQL_TRACE TRUE; &lt;BR /&gt; &lt;BR /&gt;                This should force a server side SQL trace file as detailed &lt;BR /&gt;                in #2 above. The trace file should give a clue as to what &lt;BR /&gt;                SQL was being executed. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;         5)     Try to obtain any SQL*Net trace to show what the latest &lt;BR /&gt;                operation sent to the oracle process was.  &lt;BR /&gt;                For SQL*Net V2 ask for the article Note 16564.1 &lt;BR /&gt;                For SQL*Net V1 check which SQL*Net protocol you are using  &lt;BR /&gt;                and note the Debug environment variable from table C1 above. &lt;BR /&gt;                Then catch SQL*Net trace from the client. Eg: For SQL*Net &lt;BR /&gt;                TCP/IP and sqlplus: &lt;BR /&gt; &lt;BR /&gt;                        % setenv OSNTDBUG -1    # Use correct OSN*DBUG         &lt;BR /&gt;                                                 variable &lt;BR /&gt;                        % sh &lt;BR /&gt;                        % sqlplus scott/tiger@t:hostname:sid 2&amp;gt;/tmp/net1.out &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;         6)     Based on information collected above try to determine a small &lt;BR /&gt;                test case which will reproduce the problem. This is important &lt;BR /&gt;                for two reasons: &lt;BR /&gt; &lt;BR /&gt;                        a) It gives Oracle support a small test case if the &lt;BR /&gt;                           problem does not look like a known problem. &lt;BR /&gt;                 &lt;BR /&gt;                        b) It gives you a simple way to check if any patch &lt;BR /&gt;                           supplied will fix the problem. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;        7)     It may be useful to follow the instructions in step (4) above. &lt;BR /&gt;               This will produce a lot of output but MAY be useful if no       &lt;BR /&gt;              other information is available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;.  &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt; &lt;BR /&gt; Copyright Â© 2005, Oracle. All rights reserved. Legal Notices and Terms of Use. &lt;BR /&gt;&lt;BR /&gt;&lt;/PID&gt;&lt;/PID&gt;&lt;/PID_OF_ORASRV&gt;&lt;/PARAMETER&gt;</description>
      <pubDate>Mon, 27 Jun 2005 20:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571775#M831001</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-06-27T20:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-03113 error on start of svrmgrl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571776#M831002</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;review these kernel parameters as mentioned above and i would recommend that you use "sqlplus" instead of "svrmgrl" since the latter  has been obsoleted with newer versions. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;============================================&lt;BR /&gt;$ sqlplus&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Tue Jun 28 08:51:08 2005&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter user-name: / as sysdba&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 8.1.7.4.0 - 64bit Production&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 27 Jun 2005 23:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571776#M831002</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-06-27T23:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-03113 error on start of svrmgrl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571777#M831003</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;From my experience the major issues are with listener.ora and tnsnames.ora bad configurations. &lt;BR /&gt;&lt;BR /&gt;First of all, check the status of your listener:&lt;BR /&gt;&lt;BR /&gt;$lsnrctl status &lt;LISTENER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't something like:&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;...&lt;BR /&gt;Services Summary...&lt;BR /&gt;  &lt;LISTENER_NAME&gt;           has 1 service handler(s)&lt;BR /&gt;...&lt;BR /&gt;The command completed successfully"&lt;BR /&gt;&lt;BR /&gt;Then you problem are on the $ORACLE_HOME/network/admin/listener.ora and $ORACLE_HOME/network/admin/tnsnames.ora net configuration files...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;/LISTENER_NAME&gt;&lt;/LISTENER_NAME&gt;</description>
      <pubDate>Tue, 28 Jun 2005 03:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-03113-error-on-start-of-svrmgrl/m-p/3571777#M831003</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-28T03:07:43Z</dc:date>
    </item>
  </channel>
</rss>

