10g Listener

Hi all.
I have win xp computer on which i instaled 10g RDBMS and then patched it to 10.2.0.3.0 .
Then I tryed to create the database with[b] dbca , creation stopped at 2% with :
ORA-12560 : TNS: Protocol adapter error, so i started netca to create the listener and got the folowing message :
D:\Oracle\product\10.2.0\datatest\BIN>netca
Oracle Net Services Configuration:
Configuring Listener:LISTENER
Default local naming configuration complete.
Listener configuration complete.
Oracle Net Listener Startup:
    Running Listener Control:
      D:\Oracle\product\10.2.0\datatest\bin\lsnrctl start LISTENER
    Listener Control complete.
    Listener start failed. Listener may already be running.
Oracle Net Services configuration successful. The exit code is 0, although I didn't have any listener services on that winxp computer i am trying to start listener.
so , now i have listener service which has startup type manual . When i try to start that service, i get win message
Could not start the OracleOracle102TNSListener service on Local computer.
Error 1053 : The service did not respond to start or control request in a timely fashion.When i type :
D:\Oracle\product\10.2.0\datatest\BIN>lsnrctl
LSNRCTL for 32-bit Windows: Version 10.2.0.3.0 - Production on 24-SVI-2007 11:43:38
Copyright (c) 1991, 2006, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=???.???.group)(PORT=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=IPC)(KEY=EXTPROC0)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
  TNS-00511: No listener
   32-bit Windows Error: 2: No such file
or directory.. i am deleting that listener service either by netca or by srvinstw.exe utility , and trying listener procedure over and over again, and always the get same errors.
Has someone have any suggestions ?
thx,
Toni

Hey Adnan.
I forgot :-( to mention that when i was installing 10g software, i encountered a problem described here (maybe this was reason for listener configuration failures?)
Re: error in Oracle 10g Installation windows 2000 advance server
but i proceeded with instalation , and of course i patched it later.
I have functionality of that software that i used like Oracle 10g client for connections through sqlplus or toad, but when i tryed to create database i was start to get those errors above , for which i think was responsible my primary DHCP adapter.
Now i deinstalled Oracle software and cofigured that adapter with static IP adress.
After that i have started with instalation of software again and instalation prerequestes were checked without errros.
So when software will be installed i will patched it and then try to create db.
I hope that after new adapter configuration i will not have listener configuration issues no more.
thx for help Adnan,
cheers.
Toni

Similar Messages

  • 9i and 10g Listener in  SUN box  How do i stop .while applying the patch.

    Hi,
    Sun box running - I am having
    1. oracle_home 9i Version (database's are running)
    My team installed 10g Version 10.2.0.1 in Oralce_home1 there were no database are running in 10g, Now We plan to upgrade into 10.2.0.4 in oracle_home1 while applying patch its asking to stop the listener process.
    Is it mean to stop 91 listener or 10g listener?
    I had checked the running process in my server using grep -ef
    it show all process 9i database's and i find this home1/oracle/product/1020/bin tnslsnr LISTERNER -Inherit. How do i stop ? after applying the patch how do i start?
    Is it require down time?
    Thanks in advance.
    Rajas

    Hi
    When i check the lsnrctl status it is showing the error , How do i resolve it?
    In sun box:
    /home1/oracle/pro/920/bin -9i is running
    /home1/oracle/pro/1020/bin 10g is running
    When i check the lsnrctl status the above oracle home it through error
    Connecting to (ADDRESS=(PROTOCOL=TCP)(PORT=1521))
    TNS-12618: TNS:versions are incompatible
    Thanks in advance
    Rajas.
    Edited by: Rajas on Sep 23, 2008 8:36 PM

  • EM12c Oracle Database Plug-In 12.1.0.7 update now shows 10g listener as down when it's not

    EM 12.1.0.4 with Oracle Database Plug-in 12.1.0.7
    Monitored database and listener:  10.2.0.4
    Our EM12c monitors 12.1,11.2 and 10.2 databases and listeners.  All monitored targets are up and running.
    I updated Oracle Database Plug-in from 12.1.0.6 to 12.1.0.7 and now the only 10g listener that I have shows as down.
    The listener on the server is up and running.
    The monitoring configuration is right.
    I removed this target and re-added it, but it came back as down.
    It's a little disconcerting to have a listener show as down since it's a production box, but nothing I do corrects the problem.
    Any insights or suggestions are appreciated.
    Sherrie

    Hi Sherrie,
    In most cases we have this issue due to monitoring configuration , I know you mentioned that you have checked on it but still I would recommend to just re-confirm on below steps
    1. Go to
        EM Console -> Targets -> Listener -> Listener Home page -> Target Setup -> Monitoring Configuration
    2. Get the details
          Listener Name
          Listener.ora Directory
          Machine Name
          Oracle Home
          TCP Port Numbe
    3. Go to the server where this listener is running
       Check to see if the listener is up
           ps -ef | grep tns
    4. Next run
           $ORACLE_HOME/bin/lsnrctl status
       From this outpuy verify details in (1)
          Listener Name   <======= Alias
          Listener.ora Directory <=== Listener Parameter File ie the directory
          Machine Name  <======= HOST=
          Oracle Home<========== This is where tnslsnr is started from
          TCP Port Number <======  PORT=
    5. Makes sure that all the details matches in (4) and (2)
    If above is fine then I would recommend to go through the troubleshooting steps as per below doc , they are valid for listener status down too and should give a further insight on the root cause of the issue
    Troubleshooting the 'Pending' status for a Listener Target in Enterprise Manager 12c Cloud Control (Doc ID 1546576.1)
    Regards,
    Rahul

  • Listen oracle 8i instances with a 10g listener

    Hi,
    Does someone try to listen oracle 8i instances (8.1.7.4) with 10g listener (10.2.0.3)
    thanks a lot.
    David

    Hi, humhum
    I created my listener on 10g and it doesnt see the 8i instances. So, I added manually an entry in listener.ora for 8i instance.
    Have a look :
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = F:\10g\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = LEGAL)
    (ORACLE_HOME = F:\8i\oracle\ora81)
    (PROGRAM = LEGAL)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frcdgorcld1.eur.galderma.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    But from a client connection, I receive the following error message :
    ERROR - ORA-12518: TNS:listener could not hand off client connection
    Thanks for your help

  • Oracle 10g listener standard

    Hi all,
    I am trying to define Oracle 10g listener standard in my organization.
    We have 60 Oracle 9i databases in an AIX node. We are planning to upgrade these database to 10g. During upgrade we want to configure the listeners according to our standard.
    Now we are not using dynamic registration for Oracle 9i databases. So there are 60 seperate listeners that always try to establish connections to the database even if the database is not up. This leads to server performance problems when the applications overload the server with connection attempts when there are hundreds of processes waiting to connect.
    After upgrade, we want to make all databases register with a listener for performance problems. But one listener per node can be too risky, maybe we can register a database with more than one listener.
    Also, there are some reasons for shutting the listener down:
    1. Cold backup
    2. Apply patches
    If we use only one listener per node, for cold backup we would shut down the listener and then no clients would connect to the databases.
    After these explanation, I am wondering if we can mix both reducing the number of the listeners for each node and using load balance for all databases.
    Do you hane any ideas, suggestions?
    Thanks,
    Fatma

    With Oracle 10g and RMAN there is no longer any reason to be doing cold backups.
    I'd run one listener per node. If this is too risky than a single database instance is also too risky and you should be investigating other high-availabilty solutions. RAC isn't always the answer.
    Connection manager might also be useful in your environment.
    Cheers,
    Colin

  • Starting 10g listener

    Hi,
    I am upgrading a database to 10g manually and before I issue the startup upgrade command, I believe I have to start the 10g listener. The script I always use for the db-tier listener is under $ORACLE_HOME/appsutil /script directory but my new install of 10g software has not got any appsutil directory. So, my questions is how do I start the 10g listener?
    Thanks

    Once you are done with the upgrade, you will need to implement and run AutoConfig on the new Database home for the purpose of creating appsutil directory. For more details, check "Copy AutoConfig to the RDBMS ORACLE_HOME" step of Note: 165195.1 - Using AutoConfig to Manage System Configurations with Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=165195.1

  • 10g listener cannot start after install 11g

    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincent

    pj**** wrote:
    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincentonly 1 listener is needed on any DB Server & the listener should be for the highest version of Oracle DB Server

  • 10G listener over eager?

    We have both 9i and 10g DB's on a Sun host. We want to have the 9i listener accept connect requests for 9i only and the 10g listener for 10g only. Listener.ora files have been configured to support this. The listeners run on different ports and can be started/stopped seperately.
    The 9i listener accepts requests for it's databases but not the 10G (as you would expect).
    The weird thing is : When we start the 10g listener, and do 'lsnrctl services' is lists it's one and only 10g DB. Good. After waiting a few minutes, running the same command again ALSO lists the 9i databases. A connect sql*net to the 10g port for a 9i database gets connected!!
    Is this a 'feature' we can turn off?
    Hope the description is clear enough,
    thanks in advance,
    Vin.

    Can someone running 9i & 10G on the same Solaris host, using seperate 9i and 10g listeners please check and let me know if their 10g listener lists (lsnrctl services) the 9i databases even though they are NOT configured in the 10G listener.ora?
    TIA,
    Vin

  • Oracle 10g Listener XP pro need to be restarted ...

    Hello all.
    Here is my problem. I have oracle 10g installed on a computer with Windows XP pro Sp1a. Every thing work fine despite 1 point. When the computer is restarted, a small software starts the different Oracle Services (Oracle Database Service and listener) and wait for the 2 services to be in the state "started". After startup, the two services are in the state "started" but, sometimes, I can not get connected to Oracle. In the listener log, I have a message "TNS-12514: TNS:listener does not currently know of service requested in connect descriptor".
    To solve the problem, I have to restart either the listener service or the oracle service or both of them.
    My problem is that this computer must be an "auto starting system".
    What can I do to solve this problem ???? Is there a specific order to start the process ?, Should I put dependency between them ???
    Thank for your help.
    D. GARRIVIER

    If you use, as I think, dynamic service registration (no SID_LIST in Listener.ora for your DB), then it would be better to start the listener before the Database. If not, the registration could take a few seconds (or minutes). Anyway, if this is the problem, you should be able to connect after a few seconds (or minutes).

  • Oracle 10g listener processes on linux

    Hi,
    We have databases (10.1.0.3) running on linux x86 (RH AS3) and Tru64 unix.
    I have noticed on linux that there are a number of processes for each listener whilst on Tru64 the listener has only one process.
    Can anyone explain why linux has these extra processes?
    Thanks
    Mark

    Hi Mark,
    I've the similar issue on linux and solaris.It's a bug in 10g .There is a patch available for it.Apply Patch 4518443 for the problem .Or else you can do the work around like adding this text to your listener.ora file will fix the problem. SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF
    Regards,
    Gayatri

  • Oracle 10g listener hang

    Dear Expert,
    I manage to create database 10g version 10.2.0.1 and listener using DBCA initially working . But few day later, when i try to lsnrctl status to check listener it was hang. I try to kill the listener process and run lsnrctl status but it hang forever. I using the netca to recreate the listener but hang as well... Do i need to patch the db in this case.
    OS ... Solaris 10 spar 64 bit.

    user13290160 wrote:
    Dear Expert,
    Tks for the inforamtion . Problem resolve due to ip address did not match the listener hostname.
    Regard
    liangIS the server using a dhcp assigned ip address? If so, not a good practice . . .

  • 10g listener question

    Hi
    All,
    First question
    When I do some minor modification in tnsnames.ora. Do I Need to stop and start listener again.
    Second question
    And If I want to stop and start listener Do I need to stop all the databases before I can stop and start listener ? (9i and 10g)
    Thanks,
    Vishal

    When I do some minor modification in tnsnames.ora. Do I Need to stop and start listener again.No, tnsnames.ora is totally independant to the listener.
    And If I want to stop and start listener Do I need to stop all the databases before I can stop and start listener ? (9i and 10g)No, the listener is used only to connect new client to the server, once the connection is done, listener is not used anymore for that connection.
    Note you can reload instead of stop and start the listener.
    Micolas.

  • Oracle 10g Listener sees to stop - all was OK then a few days later it stop

    lsnrctl status gives an error TNS-12560 TNS protocol adapter error followed by 32-bit windows error: 55: unknown error
    All is fine after a reboot of the server but the listener will not respond to anything such as LSNRCT STOP - the only solution is a reboot of the windows server that Oracle 10g is installed on.
    the listner.ora
    # listener.ora Network Configuration File: E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.166)(PORT = 1521))
    listener.log shows all OK, then nothing apart from the regular service_updates :
    16-APR-2009 04:27:23 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=aem)(PORT=1521)))(VERSION=169869568)) * status * 0
    16-APR-2009 04:27:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=jde)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.166)(PORT=2946)) * establish * jde * 0
    16-APR-2009 04:27:41 * service_update * jde * 0
    16-APR-2009 04:28:27 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=aem)(PORT=1521))))(VERSION=169869568)) * services * 0
    16-APR-2009 04:32:44 * service_update * jde * 0
    16-APR-2009 04:36:38 * service_update * jde * 0
    16-APR-2009 04:37:02 * service_update * jde * 0
    I cant understand this - if it was a configuration error somewhere the listener would most likely not start in the first place - but for it to start OK and then fail seems strange - and then there is no actual error written to the listener.log.

    This is a problem with non-paged memory allocation on Windows,see on metalink:
    Listener start fails with Tns-12560 Windows Error:55 unknown error
    Doc ID: 737637.1
    Make sure you meet all software and hardware requirements according to the installation guide.
    Werner

  • EM 10g - Listener does not show up on DB home, but is running. Why??

    Oracle Version          10.2.0.1.0
    Microsoft Windows Server 2003 R2 Server 5.2 Service Pack 2 (32-bit)
    LSNRCTL> start LISTENER
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 22-OCT-2007 11:42:18
    Uptime 0 days 0 hr. 0 min. 5 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    ========================================================
    LSNRCTL> status LISTENER
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 22-OCT-2007 11:42:18
    Uptime 0 days 0 hr. 14 min. 8 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    ======================================================
    C:\Documents and Settings\pierrel>netstat -a
    Active Connections
    Proto Local Address Foreign Address State
    TCP us-as1:smtp us-as1.nti2.org:0 LISTENING
    TCP us-as1:http us-as1.nti2.org:0 LISTENING
    TCP us-as1:nntp us-as1.nti2.org:0 LISTENING
    TCP us-as1:epmap us-as1.nti2.org:0 LISTENING
    TCP us-as1:microsoft-ds us-as1.nti2.org:0 LISTENING
    TCP us-as1:nntps us-as1.nti2.org:0 LISTENING
    TCP us-as1:kpop us-as1.nti2.org:0 LISTENING
    TCP us-as1:1110 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1111 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1117 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1119 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1158 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1521 us-as1.nti2.org:0 LISTENING
    ==================================================
    init.ora
    # $Header: init.ora 25-jul-01.18:03:38 rajayar Exp $
    # Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved. */
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, use the
    # same file for all instance. Place all instance-specific parameters
    # at the end of the file using the <sid>.<parameter_name> = <value> syntax.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified differently for each instance, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own.
    # replace "clustdb" with your database name
    db_name = clustdb
    compatible=9.0.0
    db_files = 1024 # INITIAL
    #INITIAL
    #db_files=80
    #SMALL
    #DB_files=400
    #MEDIUM
    #db_files=1000
    #LARGE
    control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
    db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8
    #SMALL
    #db_file_multiblock_read_count = 16
    #MEDIUM
    #db_file_multiblock_read_count = 32
    #LARGE
    #Datawarehouse
    db_block_size=8192
    # Transaction processing
    # db_block_size=4096
    open_cursors=300
    #Transaction processing
    #sort_area_size=524288
    #Datawarehouse
    sort_area_size=1048576
    large_pool_size=1048576 #Transaction processing, Datawarehouse
    db_cache_size=50331648 #Datawarehouse, Transaction processing
    java_pool_size=67108864 #Datawarehouse, Transaction processing
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers=100 #SMALL
    # db_block_buffers =550 # MEDIUM
    # db_block_buffers=3200 #LARGE
    #shared_pool_size = 52428800 # INITIAL
    shared_pool_size = 67108864 # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    processes = 59 # INITIAL
    # processes = 50
    #SMALL
    #processes = 100
    #MEDIUM
    #processes = 200
    #LARGE
    parallel_max_servers = 5
    #SMALL
    # parallel_max_servers = 4 x (number of CPUs)
    #MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)
    # LARGE
    log_buffer = 8192 # INITIAL
    #log_buffer = 8192
    #SMALL
    #log_buffer = 32768
    #MEDIUM
    #log_buffer = 163840
    #LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 10 K each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form at the end of this file:
    # <sid>.rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
    user_dump_dest=%ORACLE_HOME%/admin/clustdb/
    db_block_size = 4096
    remote_login_passwordfile = exclusive
    # text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    # job_queue_processes = 4 #datawarehouse
    # job_queue_interval = 10
    # job_queue_keep_connections = false
    distributed_transactions = 5
    open_links = 4
    # The following parameters are instance-specific parameters that are
    # specified for two instances named clustdb1 and clustdb2
    undo_management=AUTO # For automatic undo management
    # = MANUAL For manual/RBS undo management
    cluster_database= true
    cluster_database_instances=2
    remote_listener=LISTENERS_CLUSTDB
    # First instance specific parameters
    clustdb1.thread=1
    clustdb1.instance_name=clustdb1
    clustdb1.instance_number=1
    clustdb1.local_listener=listener_clustdb1
    clustdb1.remote_login_passwordfile = exclusive
    # Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
    # when undo_management=MANUAL
    clustdb1.undo_tablespace = UNDOTBS1
    # clustdb1.rollback_segments = (rbs1_1,rbs1_2)
    # Second instance specific parameters
    clustdb2.thread=2
    clustdb2.instance_name = clustdb2
    clustdb2.instance_number = 2
    clustdb2.local_listener = listener_clustdb2
    clustdb2.remote_login_passwordfile = exclusive
    # Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
    # when undo_management=MANUAL
    clustdb2.undo_tablespace = UNDOTBS2
    # clustdb2.rollback_segments = (rbs2_1,rbs2_2)
    ===========================================
    listener.ora
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
    TRACE_LEVEL_LISTENER = USER
    ===============================================
    sqlnet.ora
    # sqlnet.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # 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.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =================================================
    tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.us-as1.nti2.org)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ============================================================

    Enterprise manager still requires a static service definition in listener.ora and does not rely on dynamic registration.
    From documentation:
    The SID_LIST is required for backward compatibility with Oracle8 or Oracle7 databases, as well as external procedures and heterogeneous services, and some management tools, including Oracle Enterprise Manager.
    Werner

  • Oracle 10g listener service_register

    Hi all,
    some days ago I migrate a production instance to my local workstation by using rman full backup/restore to restore some tables....
    After finish my restores I delete the instance on my workstation and from now on I have a listener behave that I don't understand.
    I created a new empty database with new listener.ora.
    By starting the listener he registered a service named like the delete production database.
    ---> 06-AUG-2010 09:22:27 * service_register * boracn * 0
    listener.ora
    # listener.ora Network Configuration File: /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER_PCB01389 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PCB01389.gkdruhr.de)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_Listener=OFF
    logfile............
    /opt/oracle/product/10.2.0/db_1/network/log/tail -f listener.log
    TNSLSNR for Linux: Version 10.2.0.5.0 - Production on 06-AUG-2010 09:22:17
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    System parameter file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Trace information written to /opt/oracle/product/10.2.0/db_1/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=25509
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PCB01389.gkdruhr.de)(PORT=1521)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    06-AUG-2010 09:22:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=PCB01389)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    06-AUG-2010 09:22:27 * service_register * orastattest * 0
    06-AUG-2010 09:22:27 * service_register * boracn * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PCB01389.gkdruhr.de)(PORT=1521)))
    06-AUG-2010 09:22:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=PCB01389)(USER=oracle))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * stop * 0
    Does anyone can tell me where the listener checkout this information. ?
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Re.
    the lsnrctl service... shows many the old database..
    Where does the listner get the services configuration ?
    .....thanks Till
    lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.5.0 - Production on 06-AUG-2010 09:45:52
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.5.0 - Production
    Start Date 06-AUG-2010 09:44:39
    Uptime 0 days 0 hr. 1 min. 13 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PCB01389.gkdruhr.de)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "boracn" has 1 instance(s).
    Instance "boracn", status READY, has 1 handler(s) for this service...
    Service "boracn_XPT" has 1 instance(s).
    Instance "boracn", status READY, has 1 handler(s) for this service...
    Service "orastattest" has 1 instance(s).
    Instance "orastattest", status READY, has 1 handler(s) for this service...
    Service "orastattestXDB" has 1 instance(s).
    Instance "orastattest", status READY, has 1 handler(s) for this service...
    Service "orastattest_XPT" has 1 instance(s).
    Instance "orastattest", status READY, has 1 handler(s) for this service...
    The command completed successfully
    lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.5.0 - Production on 06-AUG-2010 09:46:19
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "boracn" has 1 instance(s).
    Instance "boracn", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "boracn_XPT" has 1 instance(s).
    Instance "boracn", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "orastattest" has 1 instance(s).
    Instance "orastattest", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "orastattestXDB" has 1 instance(s).
    Instance "orastattest", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: PCB01389, pid: 22873>
    (ADDRESS=(PROTOCOL=tcp)(HOST=PCB01389.gkdruhr.de)(PORT=5388))
    Service "orastattest_XPT" has 1 instance(s).
    Instance "orastattest", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    --------

Maybe you are looking for

  • Yesterday's Acrobat 7.1.1 won't run and destroys  Acrobat

    I'm running Vista Home Premium and trying to upgrade Acrobat Pro 7.0.0 to Acrobat Pro 7.1.1. The update supposedly fixes a security hole and was released yesterday, 03/18/09. Every time I try to run the update, I get "Error 1304: Error writing to fil

  • CreativeCloud won't install with errorcode (1): Can't install CreativeCloud-Desktop

    Yeah,, so it won't install for my trial, and I don't know what to do. Look at the title for the information the error-code gave me.

  • ZFBDT error

    Hi , I have vendor bal of 60 and customer 40 ...and my vendor and customer are same. I made the paymnet through f110.....it gone well. Now when iam checking in fbl1n by double clicking the payment doc..it diplaying the error"Rules for the posting key

  • Photoshop Elements 2.0 Lesen von  CRW-Dateien

    Die Canon 300D ermöglicht RAW-Bilder die sich nach kopieren auf die Festplatte als CRW.Dateien darstellen. Mit der Software Adobe Photoshop Elements 2.0, die bei der Ausstattung o. g. Kamara dabei war, ist dieses Format nicht zu öffnen. Fragen: 1. Is

  • Illustrator CS2 won't shut down in Windows XP

    Hi, For some reason I'm experiencing trouble getting Adobe Illustrator CS2 to shut down in Windows XP. Everything in the program works smoothly, but when it comes time to close my file and exit the program it just hangs. I can't access the Illustrato