DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Multiple Listeners

Hybrid View

  1. #1
    Join Date
    Jan 2001
    Posts
    515

    Multiple Listeners

    I have a development box (UNIX) with 8.1.7.4 databases running. I just created a new oracle home for 10.2. Installed the software and migrated a database.

    I can't get the 10.2 listener started. Everytime I try to start it with my ORACLE_HOME as the 10.2 home it tells me that LISTENER is already running. That is the name of the 8.1.7 listener.

    Here is my 10.2 listener.ora contents:

    LISTENER10 =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=myserv.us.hsbc)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))

    #SID_LIST_
    # List of services the listener knows about and can connect
    # clients to. There is no default. See the Net8 Administrator's
    # Guide for more information.
    #
    SID_LIST_LISTENER10=
    (SID_LIST=
    (SID_DESC=
    #BEQUEATH CONFIG
    (GLOBAL_DBNAME=PHTEST)
    (SID_NAME=PHTEST)
    (ORACLE_HOME=/orahome1)
    #PRESPAWN CONFIG
    (PRESPAWN_MAX=20)
    (PRESPAWN_LIST=
    (PRESPAWN_DESC=(PROTOCOL=tcp)(POOL_SIZE=2)(TIMEOUT=1))
    )
    )
    )


    Your help would be approciated.

    thanks

  2. #2
    Join Date
    Apr 2006
    Posts
    377
    You need to change the default port (1521) to another unused port.

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    are they both on the same port?

    why not use the 10g listener to service the 8i databae?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width