Listener.ora password problems

After a recent IT audit we've been told to set up a listener password for our Oracle 9R2 database on VMS. I tried but got a few error messages when entering the save_config command e.g
TNS-12570
TNS-12560
TNS-00530
It turns out that we use something called host naming to connect to our database, meaning that although we have a listener.ora file it is empty (or contains only a blank line.) I suspect this is why the password saving is not working. Can anyone shed any light on how to resolve this.

Try using the netmgr to resolve the issues, this will allow you to configure the listener file via a GUI and set the password.

Similar Messages

  • I am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error

    i am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    here is my listener file
    lsn =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.125.128)(PORT = 1575))
    #ADR_BASE_LISTENER = /u01/app/oracle
    (SID_LIST_LISTENER=
    (SERVICE_NAME=kull)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1)
    tnsnames.ora
    to_lsn=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = kull )
    my database name is kull
    please somebody help

    Biswaranjan wrote:
    i have two database one is kull and another is kk
    i configured listener.ora in kull
    and tnsnames.ora in kk
    when i am running lsnrctl start listener in database kull
    This makes no sense.  You don't configure a listener nor a tnsnames.ora "in a database".   I hope this is just a language issue and not reflective of a fundamental misunderstanding of how tns works.
    read: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/ Help! I can’t connect to my database 
    read: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/ Help! I can’t connect to my database (part duex)
    it is showing the message
    Alias                     lsn
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                05-JUL-2013 19:08:06
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/log/diag/tnslsnr/server1/lsn/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1575)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server1)(PORT=1575)))
    The listener supports no services
    The command completed successfully
    and in another database in kk when i am giving the command tnsping to_lsn
    it is giving this message
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = kull)))
    OK (0 msec)
    but when i am cross check sqlplus system/manager@ to_lsn
    it is giving the following error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • Problem in ammending listener.ora file

    Hi,
    I am using oracle database 11.2.0 Enterprise edition on windows 7
    I want to clone orcl database on the same node with finance sid
    I have done the following steps successfully but stuck to make changes in tnsnames.ora and listener.ora. I am posting both here please let me know where is the problem.
    When I try to connect both databases separately i can connect. But rman is not connect to clone database separately or together with the following commands and giving me the following error
    C:\Users\Administrator>rman target  sys/malik123@orcl auxiliary sys/malik123@finance
    Recovery Manager: Release 11.2.0.1.0 - Production on Thu Aug 22 11:52:31 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORCL (DBID=1350300533)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04006: error from auxiliary database: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    My tnsnames.ora and listener.ora are as follows
    ----------------------------------------Tnsnames.ora---------------------------------------
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    FINANCE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = finance)
    -------------------------------------------LISTENER.ORA-------------------------------------
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1521))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME=orcl)
          (SID_NAME = orcl)
          (ORACLE_HOME = D:\app\oracle\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\app\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
      (SID_DESC =
          (GLOBAL_DBNAME=finance)
          (SID_NAME = finance)
          (ORACLE_HOME = D:\app\oracle\product\11.2.0\dbhome_1)
    ADR_BASE_LISTENER = D:\app\oracle
    -------------------------------------------Questions------------------------------------------------
    What mistake i   have made and what's wrong with listenere.ora?
    Please note that I am logged in as Administrator on windows operating system which is the part of dba_group
    Thanks
    Malik

    Hi Malik,
    Please ensure there are no spaces left in the listener.ora file.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME=orcl)
          (SID_NAME = orcl)
          (ORACLE_HOME = D:\app\oracle\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\app\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
                 <<<<<<<<<<                   
      (SID_DESC =
          (GLOBAL_DBNAME=finance)
          (SID_NAME = finance)
          (ORACLE_HOME = D:\app\oracle\product\11.2.0\dbhome_1)
                   <<<<<<<<<<     
    Please restart the listener, and confirm whether that tnsping for  ORCL and FINANCE is working..
    Thanks &
    Best Regards,

  • TNS:protocol adapter error - Password problem?

    When orainst Custom Install asked me for a password for the
    TNS listener, I typed one in.
    Now I find I cannot connect with the listener.
    If the password is the problem I cannot find out where the
    password has to be given in the listener configuration.
    Has anybody got the clue to help me along with?
    - Soeren
    Here comes the listing.
    [oracle@db2 orainst]$ lsnrctl start listener
    LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 07-DEC-98
    15:53:37
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Starting /u01/app/oracle/products/8.0.5/bin/tnslsnr: please
    wait...
    TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    System parameter file is
    /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    Log messages written to
    /u01/app/oracle/products/8.0.5/network/log/listener.log
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=MNET))
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY))
    Listening on:
    (ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=192.168.0.12)(PORT=1521))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=MNET))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    Connecting to
    (ADDRESS=(PROTOCOL=TCP)(Host=192.168.0.12)(Port=1521))
    STATUS of the LISTENER
    Alias listener
    Version TNSLSNR for Linux: Version 8.0.5.0.0 -
    Production
    Start Date 07-DEC-98 15:53:40
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File
    /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    Listener Log File
    /u01/app/oracle/products/8.0.5/network/log/listener.log
    Services Summary...
    MNET has 1 service handler(s)
    extproc has 1 service handler(s)
    The command completed successfully
    [oracle@db2 orainst]$
    null

    Check the ownership of $ORACLE_HOME/bin/tnslsnr
    I had the same error messages, and found a posting by Kevin Chen
    that said to change the ownership from root to oracle. I did so
    and now everything works. Well, at least the error messages went
    away, and so did my PRO/C problems.
    Soeren M Soerries (guest) wrote:
    : When orainst Custom Install asked me for a password for the
    : TNS listener, I typed one in.
    : Now I find I cannot connect with the listener.
    : If the password is the problem I cannot find out where the
    : password has to be given in the listener configuration.
    : Has anybody got the clue to help me along with?
    : - Soeren
    : Here comes the listing.
    : [oracle@db2 orainst]$ lsnrctl start listener
    : LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 07-DEC-98
    : 15:53:37
    : (c) Copyright 1997 Oracle Corporation. All rights reserved.
    : Starting /u01/app/oracle/products/8.0.5/bin/tnslsnr: please
    : wait...
    : TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    : System parameter file is
    : /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    : Log messages written to
    : /u01/app/oracle/products/8.0.5/network/log/listener.log
    : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=MNET))
    : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY))
    : Listening on:
    : (ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=192.168.0.12)(PORT=1521))
    : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=MNET))
    : TNS-12546: TNS:permission denied
    : TNS-12560: TNS:protocol adapter error
    : TNS-00516: Permission denied
    : Linux Error: 13: Permission denied
    : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY))
    : TNS-12546: TNS:permission denied
    : TNS-12560: TNS:protocol adapter error
    : TNS-00516: Permission denied
    : Linux Error: 13: Permission denied
    : Connecting to
    : (ADDRESS=(PROTOCOL=TCP)(Host=192.168.0.12)(Port=1521))
    : STATUS of the LISTENER
    : Alias listener
    : Version TNSLSNR for Linux: Version 8.0.5.0.0
    : Production
    : Start Date 07-DEC-98 15:53:40
    : Uptime 0 days 0 hr. 0 min. 0 sec
    : Trace Level off
    : Security OFF
    : SNMP OFF
    : Listener Parameter File
    : /u01/app/oracle/products/8.0.5/network/admin/listener.ora
    : Listener Log File
    : /u01/app/oracle/products/8.0.5/network/log/listener.log
    : Services Summary...
    : MNET has 1 service handler(s)
    : extproc has 1 service handler(s)
    : The command completed successfully
    : [oracle@db2 orainst]$
    null

  • What should have in equal tnsnames,ora and listener.ora?

    Hi forum members again I'm very new in oracle, and I'm trying to create a sucessfull net service name, using oracle net configuration assitant, but when I try to test it I got this error, .***"""ORA-12514: TNS:listener does not currently know of service requested in connect descriptor."""*** And I have read that tnsnames.ora and listener.ora should have some parameters in common, but exactly I don't know, Do you know what parameters should be? or The ORA-12514 problem , doesn't have relation with the tnsnames.ora and listener files?, If doesn't wich is the reason of this message?
    By the way I put what contain these files:
    ---------------------------------------------------------------------------listener.ora
    # listener.ora Network Configuration File: /opt/oracle/product/10.1.0.3/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = oracle.gentoo)
    (ORACLE_HOME = /opt/oracle/product/10.1.0.3)
    (SID_NAME = oracle)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SAVE_CONFIG_ON_STOP_LISTENER = TRUE
    TRACE_LEVEL_LISTENER = USER
    /////////////////////////////////////////////////////////////////////////////tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/product/10.1.0.3/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    NORACLE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = tux)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = noracle)
    By the way what must be the username and the pasword that ask the ORACLE CONFIGURATION ASSINTANT to test the net service name? Must be the user name and password of the system user?
    Thanks in advance

    OK, here we go ... extra long as I intend to bookmark this and make reference, as this is a very common question ... skip to the bottom if you want my guess to the solution.
    Oracle Net Services (formerly SQL*Net, Net8, Oracle Networking) has two parts - the client and the server side. I'll discuss the server first, then the client.
    1) Server, and specifically Listener:
    The Oracle Listener is a monitor that listens for Oracle service requests on one or more ports. Usually this is on TCP/IP port 1521. When it gets an Oracle request from any network client, it checks whether it's in the list of Oracle Services for which it is monitoring. If found, it will contact that service, request a connection for the client, tell the service and client where and how to connect, and get itself out of the loop.
    Notes:
    a) It can listen on behalf of any number of services;
    b) A service can be a database instance, an EPG service (the DBMS_EPG is the replacement for Apache in the database in 10gR2), an external job, etc;
    c) One listener can listen on behalf of multiple database instances;
    d) The services can be listed in the LISTENER.ORA or they can self-register;
    e) If databases self-register, they use the initialization parameter LOCAL_LISTENER
    f) If self-registering, the listener should be up before the database
    g) Shutting down the listener will stop future connections, but has no impact on existing ones.
    One frequent point of confusion - a connection request on the local machine may loop out to the network and contact the listener, or it may bypass the listener entirely and use a bequeath adapter. The 'beq' connection is the 'normal' connection by "sqlplus / as sysdba" or "sqlplus system/manager" on the local machine (note that no @instance was used ... in *nix, that is derived from the $ORACLE_SID environment variable)
    In your listener.ora, you specify global_dbname=oracle.gentoo and sid_name=oracle. I assume therefore you can find an initoracle.ora or spfileoracle.ora somewhere on your system.
    2) Client:
    A client that wants to connect to an Oracle service uses the client side of the Oracle Net Services. The definition of client includes: any Oracle client utiltiy (SQLPlus, SQLLoad, Forms, Reports, etc.); an Oracle database instance that wants to make a external procedure call or a dblink; third party tools such as ODBC and JDBC.
    In SQL*Net version 1 the connection was made by specifying the target in the connect string ("user/password@host:listener_port:sid") and that is also used these days by many JDBC drivers, especially the Oracle Thin JDBC driver. Oracle's Easy connection mechanism uses a similar variant.
    Since SQL*Net Version 2, Oracle has supported the concept of alias translation. Basically it's very similar in concept to DNS - give it the name of the service and tell it where to find the translation table. The translation tables include TNSNAMES.ORA, ONAMES servers (deprecated in 10g), LDAP usng Oracle's OiD. The choice of translation table, and alternate order if the lookup fails in one, is stored in the SQLNET.ORA (if one exists).
    Assuming TNSNAMES.ORA, the chain of events is:
    - get the alias to look up (in your case NORACLE);
    - if the SQLNET.ORA has a DEFAULT_DOMAIN setting, (often =WORLD) append a dot and that value to the alias;
    - go to the TNANSMES.ORA file pointed by the TNS_ADMIN variable (environment or registry), or (if not set) the one in the $ORACLE_HOME/network/admin directory;
    - look up the first occurance of the alias;
    - if found, use the protocol specified to request a connection to the host, usin DNS to unravel the host to an IP address if necessary (in your case TCP/IP, to TUX) ;
    - if host connection if made, connect to the listener that is configured for that port (in your case 1521);
    - if listener is there, ask it for connection to the service (in your case, you are asking for instance 'noracle');
    i if the listener knowwss about the service, it will hand off the request.
    Your problem appears to be asking for instance 'noracle' in the tnsnames but listeneing for 'oracle' at the listener. Of course, I can not see any auto-registered instances which you would get from "lsnrctl status" on the server.

  • What's wrong with my listener.ora?

    Hello.
    I must say I've never understood how listener.ora works (it used to work but someone modified it), but by now it'd be enough to know what's wrong with this:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zippo)(PORT = 1522))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = CSR2)
    (ORACLE_HOME = /opt/oracle/product/9.2.0)
    (SID_NAME = CSR2)
    My problem is that when I try to connect from my PC "sqlplus csr_admin@csr2/csr" I get "ERROR: ORA-12154: TNS: could not resolve service name"
    This is my entry in my local tnsnames.ora:
    CSR2.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zippo)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = CSR2)
    An this, the entry in the entntry at the server's tnsnames.ora:
    CSR2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zippo)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = CSR2)
    Release 9.2.0.3.0
    Thanks in advance.

    It's funny but the date I posted this topic isn't OK (more than 3 years ago)

  • ORA-03113 and ORA-03114 problems

    Hi,
    I'm experimenting Oracle8i. I'm installing 8.1.7 to RedHat Linux 7.0 out of box without recompiling the kernel. I set the SHMMAX to 0.5*258MB memory on the machine by echoing the number to /proc/sys/kernel/shmmax.
    I checked that the system meets the requirements of Oracle's Installation Guide except SEMOPM. The RedHat Linux 7.0 sets it to 32, but Oracle requires 100.
    I chose Oracle8i EE Typical Installation. The installation was ok to the point of running root.sh. Several syntax errors occur from root.sh. But they are minor syntax errors. I checked the code, regardless of errors, the scripts accomplished what it intends to do. The installation continued. I choose automatic configure Net8 when it ran Net8 Configuration Assistant and the Net8 Configuration was completed successful.
    When it started Oracle Database Configuration Assistant, it created a database. But when it initialized the database, error messages ORA-03114 and ORA-03113 appeared many times. Each time, I chose to ignore. The final message was "Database creation completed with warnings."
    After installation, I ran svrmgrl
    $svrmgrl
    SVRMGR> connect INTERNAL
    Connected.
    SVRMGR> startup
    ORA-03113 end-of-file on communication channel
    Checking the meaning of error messages, it says that if ORA-03113 occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server.
    During installation, I chose Local naming method. There are following files in $ORACLE_HOME/network/admin/
    listener.ora
    sqlnet.ora
    tnsnames.ora
    shrept.lst
    To my layman's eye, they looked ok. I can even telnet to the linux machine with database name, although I don't know how the machine has acquired the alias without any changes to /etc/named.conf nor any changes to any files in /var/named directory.
    Please tell me what is correctly installed Net8? or what went wrong and how I should fix the problem.
    Thanks,
    Wayne
    null

    I seem to have 8.1.7 creating a database with RH Linux 7.1 now. This was an important clue, since 7.1 hiccups 65% into the link phase of installation, thereby requiring the stubs patch to be run at that time, whereas 7.0 runs quite happily through the install & link without using the patch.
    HOWEVER... before invoking dbassist to create the database under 7.1, you apparently need to export ASSUME_LD_LIBRARY = 2.2.5, etc., again, as you would do for the first time installing under RH 7.0.
    null

  • ORA-06522 problem

    Hi!
    I and my college like to use a c++ program on a HP-UX 11 and Oracle 10gR2
    but every time when we call our simple test c++ function from pl/sql as an external function we get an error.
    Earlier we used 9i and we had not problem by the runing.
    Our simple program:
    extern "C"
    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
    void test(char *ostr)
    char *p;
    p = getenv("CSILOGDIR");
    if (p == NULL)
    strcpy(ostr, "");
    else
    strcpy(ostr, p);
    return;
    We create a makesl file:
    echo $CppComp
    $CppComp dirt.cpp
    ld -b -t -v -o dirt.sl dirt.o
    We run this makesl on the HP-UX 11 and it creates the dirt.o and dirt.sl files.
    When we create a PL/SQL stored procedure which call the test function
    and run it we get the next error:
    ORA-06520:PL/SQL: Error loading external library
    ORA-06522:Unsatisfied code symbol '__cxa_personality_routine' in .../dirt.sl
    Can somebody help?
    Atesz

    I have exactly the same problem:
    I wil list my configuration files:
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    MVNA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sikmdb04.kddimobile.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MVNA)
    MVNO01 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sikmdb04.kddimobile.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MVNO01)
    MVNO02 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sikmdb04.kddimobile.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MVNO02)
    MVNO03 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sikmdb04.kddimobile.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MVNO03)
    EXTPROC_CONNECTION_DATA=
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
         (SID = PLSExtProc)
         (PRESENTATION = RO)
    # LISTENER.ORA Network Configuration File: C:\oracle\ora92\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sikmdb04)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ANY")
    (SID_DESC =
    (SID_NAME = MVNOA)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = MVNO01)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = MVNO02)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = MVNO03)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    #automatic_ipc = off
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    #SQLNET.EXPIRE_TIME=10
    where is the problem??
    please help.
    Thansk a lot.

  • ORA-12500 problem, ¿can be?

    We investigate all the facts that can provoke ORA-12500 and we are not allowed to connect to the database, the database is running, the service is running, the memory is OK , they are not too many connections because the database is just connected, and we are at this time allowed to connect to the database.
    Then i have this question , maybe can the database be corrupt?
    ¿Someone have this problem after us?
    Thanks at advance, Joan

    Hi All,
    ok.. the listener.ora content as follows:
    # LISTENER.ORA Network Configuration File: /u01/oracle/product/9.0.1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    PASSWORDS_LISTENER = 3BC4XXXXXXXXF486
    SAVE_CONFIG_ON_STOP_LISTENER = ON
    SAVE_CONFIG_ON_STOP_LISTENER2 = ON
    LISTENER2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1522))
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/oracle/product/9.0.1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = devp)
    (ORACLE_HOME = /u01/oracle/product/9.0.1)
    (SID_NAME = devp)
    SID_LIST_LISTENER2 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/oracle/product/9.0.1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = devp)
    (ORACLE_HOME = /u01/oracle/product/9.0.1)
    (SID_NAME = devp)
    TRACE_LEVEL_LISTENER = off
    LOGGING_LISTENER = ON
    #----ADDED BY TNSLSNR 17-FEB-2006 11:53:16---
    #----ADDED BY TNSLSNR 24-JAN-2006 20:33:29---
    #----ADDED BY TNSLSNR 24-JAN-2006 20:22:57---
    #----ADDED BY TNSLSNR 19-MAY-2003 11:24:38---
    #----ADDED BY TNSLSNR 19-MAY-2003 15:13:07---
    TRACE_LEVEL_LISTENER2 = off
    PASSWORDS_LISTENER2 = F7BAXXXX3F698FDC
    2. The tnsnames.ora as follows:
    # TNSNAMES.ORA Network Configuration File: /u01/oracle/product/9.0.1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_DEVP =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1522))
    DEVP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = devp)
    RMAN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = rman)
    PROD =
    (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = prod)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    PROD2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = prod)
    PROD1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = prod)
    TRITON =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdevl)(PORT = 1522))
    (CONNECT_DATA =
    (SERVICE_NAME = devp)
    PROD1_CGCDB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb1)(PORT = 1521))
    (CONNECT_DATA =
    (SID = prod1)
    (SERVER = DEDICATED)
    PROD6.cgc.gov.my =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cgcdb6)(PORT = 1521))
    (CONNECT_DATA =
    (SID = prod6)
    (SERVER = DEDICATED)
    )

  • How to flush an instance in the listener.ora file

    Hi,
    We have Oracle DB server 10.2.0.3.0 running in RHEL4 2.6.9-42. It is a RAC Configured, previously 8 instances. Now we only have seven because we remove the other one; removedserver.company.com
    Unfortunately, it was not removed following the correct method because the server was destroyed. We are able to remove it from the list of RAC though using deletenode.sh (in fact it is no longer appearing in +./olsnodes+).
    Our problem now is that the instance name is still appearing in our listener.ora file. And I am getting error in alert.log
    ORA-00130: invalid listener address '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=+removedserver.company.com+) (PORT=xxxx)))'
    If I will edit the listener.ora manually and removed the instance from there, my problem will be
    1. it might be added again in the listener.ora when we do adautoconfig
    2. I am not sure of the impact if I will do it manually.
    Hope somebody would help.
    Thanks in advance.

    SQLNET files, listener.ora and tnsnames.ora must be hand edited by the DBA. Services, too, must be reconfigured by the DBA.
    The impact of doing it manually is that it works. <g>

  • Listener showing services not defined in listener.ora file??

    I have a puzzle.
    I have a listener.ora file which lists 4 services. (4 SIDS).
    when I start the service, I do a status command and it lists the 4 services as defined in the listener.ora,
    as expected, however a couple of minutes later it adds more services (which appear to be all the started instances) .
    Is this the norm?
    Its not what Im expecting.
    thanks in advance.
    Mark

    Hi Mark,
    as long as the databases with different architectures are on different boxes, no problem.
    If you would migrate them one day to one box you need two listener. One for the 32bit instances and one for the 64bit instances. To avoid that the problem occures by accident, don't use port 1521.
    Also if you don't want a database to automatically registering itself to a listener on port 1521 set the LOCAL_LISTENER init.ora parameter to the listener usually serving the instance.
    There are two docs in metalink you might want to read:
    Note:298697.1 is about the 32bit/64bit problem
    Note:76636.1 is about (automatic) service registration

  • Listener control password

    hi,
    I have set the password for the listener. how to verify the password is set or not? any suggestions?
    C:\Documents and Settings\smuthalagan>lsnrctl
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 03-SEP-2007 13:55
    :15
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> set password
    Password:
    The command completed successfully
    LSNRCTL> save_config
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    No changes to save for LISTENER.
    The command completed successfully
    LSNRCTL> set password
    Password:
    The command completed successfully
    LSNRCTL> save_config
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    No changes to save for LISTENER.
    The command completed successfully
    LSNRCTL>
    Thanks,
    Raman

    Hi,
    Its. ok.
    I have carried out the steps mentioned in the document. i used
    1. change_password
    2. save_config
    3.reflected in listener.ora (PASSWORDS_LISTENER = 1C0B97383F564265)
    4. set password
    again when i checked the status / stop / start the password was not prompted.
    i know i might be missing something silly.. but can any one guide me ??
    Thanks,
    Raman.
    LSNRCTL> change_password
    Old password:
    New password:
    Reenter new password:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    Password changed for LISTENER
    The command completed successfully
    LSNRCTL> save_config
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    Saved LISTENER configuration parameters.
    Listener Parameter File E:\oracle\product\10.1.0\Db_1\network\admin\listener.o
    ra
    Old Parameter File E:\oracle\product\10.1.0\Db_1\network\admin\listener.bak
    The command completed successfully
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Produ
    ction
    Start Date 03-SEP-2007 15:09:41
    Uptime 0 days 0 hr. 18 min. 27 sec
    Trace Level off
    Security ON: Password or Local OS Authentication
    SNMP OFF
    Listener Parameter File E:\oracle\product\10.1.0\Db_1\network\admin\listener.o
    ra
    Listener Log File E:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shenbaga.eforce.com)(PORT=2484)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(PORT=8080))(Pre
    sentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(PORT=2100))(Pre
    sentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "RAMANXDB" has 1 instance(s).
    Instance "raman", status READY, has 1 handler(s) for this service...
    Service "raman" has 1 instance(s).
    Instance "raman", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> stop
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    The command completed successfully
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=shenbaga.eforce.com)(PO
    RT=2484)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL> start
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
    System parameter file is E:\oracle\product\10.1.0\Db_1\network\admin\listener.or
    a
    Log messages written to E:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shenbaga.eforce.com)(PO
    RT=2484)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Produ
    ction
    Start Date 03-SEP-2007 15:28:16
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Password or Local OS Authentication
    SNMP OFF
    Listener Parameter File E:\oracle\product\10.1.0\Db_1\network\admin\listener.o
    ra
    Listener Log File E:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shenbaga.eforce.com)(PORT=2484)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    LSNRCTL> set password
    Password:
    The command completed successfully
    LSNRCTL> stop
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    The command completed successfully
    LSNRCTL> start
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
    System parameter file is E:\oracle\product\10.1.0\Db_1\network\admin\listener.or
    a
    Log messages written to E:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shenbaga.eforce.com)(PO
    RT=2484)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=shenbaga.eforce.com)(POR
    T=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Produ
    ction
    Start Date 03-SEP-2007 15:30:51
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Password or Local OS Authentication
    SNMP OFF
    Listener Parameter File E:\oracle\product\10.1.0\Db_1\network\admin\listener.o
    ra
    Listener Log File E:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=shenbaga.eforce.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=shenbaga.eforce.com)(PORT=2484)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>

  • Trouble with listener.ora and tnsnames.ora

    I can't get the listener running.
    Trying to start the listener results in the following message:
    LSNRCTL for MacOS X Server: Version 9.2.0.1.0 - Beta on 04-JAN-2003 23:35:28
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    I suspect i have a configuration error in listener.ora or tnsnames.ora, but I'm stumped at this point.
    Can anyone help?
    Much appreciated.
    John freberg
    TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
    MacOS X Server Error: 2: No such file or directory

    Assume you've got $ORACLE_HOME
    We'd end run listener problems by setting/exporting TNS_ADMIN and putting tnsnames.ora and listener.ora files in a standard place ( ../dbs for our site) rather than Oracle's defaults.
    We'd also found that there is a parsing problem of the tnsnames.ora file by 9.2 ( its in AIX and MAC versions at least). Placing the entire description section on a single line consistently resolved problem.
    Opening a Tar on that one.
    So Now we're accessing Dbs based on mac and AIX from Multiple MAC and AIX remote sites with SQLPLUS and thin clients.
    JD

  • Can't get Listener to use the Correct listener.ora file

    I am on a Windows 2003 Server. I have copied the 10gR2 ORACLE_HOME from a diffent Windows 2003 server on to this one.
    I want to start the Oracle Listener on this server. I have:
    set TNS_ADMIN = E:\oracle\product\10.2.0\network\admin\EBIZBLK_nvciebizdbblk. In this folder is a listener.ora file.
    set ORACLE_HOME = E:\oracle\product\10.2.0
    This is what I get:
    C:\Documents and Settings\oracle>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 02-FEB-2009 15:42:06
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNS
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 02-FEB-2009 15:42:10
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nvciebizdbblk.NVCI.org)(PORT=1521)))
    The listener supports no services
    The command completed successfully

    Chris Wendell wrote:
    I am on a Windows 2003 Server. I have copied the 10gR2 ORACLE_HOME from a diffent Windows 2003 server on to this one.
    I want to start the Oracle Listener on this server. I have:
    set TNS_ADMIN = E:\oracle\product\10.2.0\network\admin\EBIZBLK_nvciebizdbblk. In this folder is a listener.ora file.
    set ORACLE_HOME = E:\oracle\product\10.2.0
    This is what I get:
    C:\Documents and Settings\oracle>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 02-FEB-2009 15:42:06
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNSAny time you get "Message nnn not found; No message file for product...", it means your environment is not set up correctly ... there are some environment variables that have incorrect values. Thus, it can't even find the message file to report the message associated with "Messasge nnn". No doubt because you installed by simply copying some files instead of running the installer.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 02-FEB-2009 15:42:10
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nvciebizdbblk.NVCI.org)(PORT=1521)))
    The listener supports no services
    The command completed successfullyLooks like the listener is running, but it has no services registered with it. So far I see no indication that it is using the wrong listener.ora, only that some incorrect environment variables are preventing it from completely reporting any problems. How many listener.ora files do you have, and where are they located?

  • Need help solving listener and Oracle problems with Mac OS X 10.4 "Tiger"

    I have Oracle 10g working on Mac OS X 10.4 "Tiger" except for the listener and Oracle net 8 configuration. I have not been able to get the Oracle listener to work with my built in Mac Airport wireless network card or built in ethernet card. I keep getting the errors
    connection refused cannot start listener. Can anyone offer help?
    Thanks
    Ben
    [email protected]

    Hi Ben,
    how does your listener.ora look like ?
    Mine is:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ronald-g4-eth)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ronald-g4-wifi)(PORT = 1521))
    and listens to the ethernet and airport address.
    When do you get the problems ?
    regards,
    Ronald
    http://ronr.nl/unix-dba

Maybe you are looking for

  • Display Column Chart Y Axis Labels in Kilo(K), Million(M)...

    Hi Folks, I would like to display the Y-axis labels of a column chart in Kilo, Millions etc. I used the below mentioned formula in excel for that set of data. Here is the formula [>=1000000]0,,"M";[>=1000]0,"K";0 Though in embedded excel it displays

  • Check box in ALV selection screen

    Hi to all           I like to know how to create a checkbox in the input screen of an ALV.

  • IOS Software Image Management

    Hi, I have encouter this problems when I was doing image retreival for certain device. Attached are the problems faced Anyone know the cause?

  • UIAcceleration value range for x,y,z

    Most posts I've read say that UIAcceleration's x,y,z go from -1 to +1, but I get values of -1.04 to +1.04. As I'm trying to determine the 'exact' angle of rotation of the device, the extra 0.08 of play at the extremes is a problem. Is this just a bug

  • Adobe Acrobat XI Pro crashes

    I have recently acquired this program with cloud. How do I find out if there are updates available? I am running a PC Indesign CC