Configuring services on the listening port

Hi s/n,.

I use a TEST database on a server with port 1521. I created a database over the same DEV server manually.

Now, I was to set up the new DEV with the listener. My current file Listener and TNSname file is attached. Please help me for new DEV that I put in listener.ora and tnsnames.ora database entries.

My name of the listener's TEST. I also need to use the same port for the two DBs as single port 1521 is open from the firewall.

------------------------------------------- Listener.ora ------------------------------------------------------

TEST =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = CIP)(KEY= EXTPROCTEST))
(ADDRESS = (PROTOCOL = TCP)(Host= localhost) (Port = 1521))
)

SID_LIST_TES =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = u01/app/oracle/product/10.2.0)
(SID_NAME = TEST)
)
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = u01/app/oracle/product/10.2.0)
(= Extproc PROGRAM)
)
)

STARTUP_WAIT_TIME_TEST = 0
CONNECT_TIMEOUT_TEST = 10
TRACE_LEVEL_TEST = OFF

LOG_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
LOG_FILE_TEST = TEST
TRACE_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
TRACE_FILE_TEST = TEST
ADMIN_RESTRICTIONS_TEST = OFF

---------------------------------------- tnsnames.ora ------------------------------------------------

TEST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = TEST)
(INSTANCE_NAME = TEST)
)
)


--------------------------------------------------------------------------------------------------------------


Please help this settings.

Thank you
-Samar-

Nome02 wrote:
Hi s/n,.

I use a TEST database on a server with port 1521. I created a database over the same DEV server manually.

Now, I was to set up the new DEV with the listener. My current file Listener and TNSname file is attached. Please help me for new DEV that I put in listener.ora and tnsnames.ora database entries.

My name of the listener's TEST. I also need to use the same port for the two DBs as single port 1521 is open from the firewall.

------------------------------------------- Listener.ora ------------------------------------------------------

TEST =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = CIP)(KEY= EXTPROCTEST))
(ADDRESS = (PROTOCOL = TCP)(Host= localhost) (Port = 1521))
)

SID_LIST_TES =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = u01/app/oracle/product/10.2.0)
(SID_NAME = TEST)
)
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = u01/app/oracle/product/10.2.0)
(= Extproc PROGRAM)
)
)

STARTUP_WAIT_TIME_TEST = 0
CONNECT_TIMEOUT_TEST = 10
TRACE_LEVEL_TEST = OFF

LOG_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
LOG_FILE_TEST = TEST
TRACE_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
TRACE_FILE_TEST = TEST
ADMIN_RESTRICTIONS_TEST = OFF

---------------------------------------- tnsnames.ora ------------------------------------------------

TEST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = TEST)
(INSTANCE_NAME = TEST)
)
)

--------------------------------------------------------------------------------------------------------------

Please help this settings.

Thank you
-Samar-

First of all, I wouldn't name my interlocutor 'TEST '. Use the default name of the LISTENING port. Why complicate your life? The auditor is the auditor for all the db on this box. Do not confuse the issue by appointing him as if he was linked to a specific database. It must become more obvious now that you add additional databases.

Second, a listener can serve several databases and simply to a port to do. This port 1521 is used by the listener to listen for requests to the databases all this services. It has nothing to do with the databases themselves. They care what port listening on the listening port. The actual connection between the client and the database do not use this port.

Thirdly, remember that tnsnames.ora is used by the CLIENT process. Listener.ora is used by the listener on the host: it's a conifiguration host-side. The answers of others that you don't need to worry tnsnames - you only need to set ORACLE_SID - applies only to client processes running on the same box as the db. Remote clients do necessary relevant tnsnames entry.

Fourth, you ask what to put in your listener.ora. Review the file. You see the section named SID_LIST_TES (which looks like a typo to me), and under that, you have two entries SID_DESC? Don't you see that one of these entries SID_DESC is for your existing TEST database? If you don't feel comfortable that copy to an another SID_DESC and edit it accordingly (from so that you have an entry SID_DESC for TEST and another for DEV) then just fire upward the netca utility in your ORACLE_HOME and let him help you add.

Fifth, you ask what to put in your tnsnames.ora. Review the file. You see a clearly delimited input for TEST? If you feel able to make a copy of this entry and change it to DEV, then simply run the netca utility in your ORACLE_HOME and let it help you add.

Sixthly, in your tnsnames file really useless both SERVICE_NAME as INSTANCE_NAME. Drop the INSTANCE_NAME.

Tags: Database

Similar Questions

  • Change the listening port for SSH on IDS

    Should what command I use to change the listening port on an IDS 4200 series? I listen on another port, and when I applied the S189/S190 update, it changed SSH port 22.

    Just out of curiosity, too, no one knows what else S189/S190 updates change?

    Thank you

    Jim

    Cisco supports only configurations using the CLI interface. The ssh port cannot be changed through the CLI. Modifying the files in config system via the service account is not a good idea and not supported.

  • Select < of the Listener Port number > in which_table?

    I am writing a SQL script which, among other things, disconnects from Oracle and then reconnects to the same instance under a different name. I'm able to query v$ database and v$ instance to get most of the information I need (host, name of service, etc.) for the part of reconnect. The only part that miss me is the listener port number. I could hardcode it 1521, but it's not very flexible. Currently, I am asking the user (who is usually me) for the listening port number in the SQL script, but that just seems a little lame. So my question is this: is there a view or a table somewhere in the schema sys that I could use to display the configuration of the earpiece? I work mainly with the gr 10, 2 + databases.

    No, I don't think that that is maintained in one of the views and is not soemthing that you should believe would keep have changed (if the implementation of the network people are good). In order to check once and you should be fine.

    Aman...

  • Change the listening port

    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )


    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings 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
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    user527462 wrote:
    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )

    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings 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
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    Your listener.ora sets a listener named OPENVIEWLISTENER. You have not specified the name of the listener when starting it and so he went with the default values (name of the LISTENER listener and so on). The command you are looking for is lsnrctl start OPENVIEWLISTENER

    concerning

    Niall Litchfield
    http://www.orawin.info/

  • How can I display an error message on the listening port close popup without closing the popup.

    Hi Experts,

    JDeveloper 12.1.3.0.0

    How can I display an error message on the listening port close popup without closing the popup.

    Thank you

    Roy

    As its name suggests, close listener of popup is called when popup is closed so you can not do this.

    If you want to display the popup message, use your own buttons instead of the ok/cancel default buttons and close the popup programmatically.

    Dario

  • After the upgrade to 6, security server does not change the listening Port

    Came across a weird situation where after upgrading a server security 6.1.0 - 2509221, it does not change the listening SSL port during the upgrade, it was not on the standard SSL port.

    It was initially configured to listen on 444 before the upgrade, after the upgrade, I tried to go back to 443 and a netstat-ban shows that it is listening on port 444.

    I double checked the config.properties file and there is no entry for serverPort, and configuration shows 443 in the admin View handler.

    -Re-apply the configuration via the web page does no change, always tuned to 444.

    -Don't restart the service of security server no change, still plays on 444.

    -Restart of the server, no change, still plays on 444.

    -Statically placed serverPort = 443 in the config.properties, always tuned to 444.

    All ports are verified open, 443, 444 and so I think I could have hit a bug. Someone else has security servers that listen on non-standard ports SSL?

    A complete reinstallation of the Security server is provided, changing the port to listen 443, shouldn't have to do that well.

    You checked config.properties, but did you check in locked.properties for the port setting see if it's been moved there before and during the upgrade? Locked.Properties replaces all the configuration settings.

  • Unable to connect with the listening port of the client

    [oracle@rac31 ~] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on March 21, 2014 03:33:30

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Start date March 20, 2014 13:33:30

    Uptime 0 days 13 hours 59 minutes 59 seconds

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/11.2.0/grid/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/rac31/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = LISTENER)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.1.101) (PORT = 1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.1.111) (PORT = 1521)))

    Summary of services...

    Service '+ ASM' a 1 instance (s).

    Instance '+ ASM1' READY State, has 1 operation for this service...

    'Cars' service has 1 instance (s).

    Instance "rac1" READY State, has 1 operation for this service...

    Service 'racXDB' has 1 instance (s).

    Instance "rac1" READY State, has 1 operation for this service...

    The command completed successfully

    In my server in the Oracle_HOME/network/admin

    This is my entry in tnsnames.ora

    RAC =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = rac-scan)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = rac)

    )

    )

    I am able to connect with the command

    sqlplus system/password@rac

    However, when I give the same input on the client computer

    It does not work

    I am able to ping the host rac-scan successfully

    C:\Users\rgehi > ping rac-scan

    Ping rac - scan.oracle.com [192.168.1.113] with 32 bytes of data:

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Ping statistics for 192.168.1.113:

    Packets: Sent = 4, received = 4, lost = 0 (0% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 0ms, Maximum = 0ms, average = 0ms

    C:\Users\rgehi > sqlplus system/password@rac

    SQL * more: Production of the version 12.1.0.1.0 Fri Mar 21 03:40:53 2014

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    ERROR:

    ORA-12545: Connect failed because target host or object does not exist

    I installed oracle client on my desktop

    and I made entries in the tnsnames file

    However when I connect to the database to rac with scan it works sometimes...

    not always...

    so I'm in search mode and finally, after many moons a lot and light years away, I found the following

    Here's what I did

    # - scan

    192.168.0.127 rac31 - scan.oracle.com rac31-scan

    192.168.0.128 rac31 - scan.oracle.com rac31-scan

    192.168.0.129 rac31 - scan.oracle.com rac31-scan

    I put three ip addresses in the host with the same name rac31-scan file

    then I put the same ip addresses in my windows hosts file

    Here are the entries

    192.168.0.127 rac31 - scan.oracle.comrac31-scan

    192.168.0.128 rac31 - scan.oracle.com rac31-scan

    192.168.0.129 rac31 - scan.oracle.com rac31-scan

    but in the (windows 7 pc) client tnsnames file has just one entry

    It's here

    RAC1 =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = rac31-scan)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = RAC)

    )

    )

    and now when I connect from the client... it connects without any problems.

    I have tried more than 10 attempts without problem

    BINGO!

  • Q; How to re - configure and monitor the listener of the APEX

    Hello
    I installed the listener of the APEX on a WLS 12.1.1 (SPARC Solaris 11platform) and configured by using the URL:

    http:// < Host >: < port >/apex/listenerConfigure

    It worked very well!

    Now I need to change the URL and the credentials for connecting to my APEX instance and when I tryo to hit the same URL again, I get the following message:

    The listener of the APEX is already configured. Please log on as an administrator to access the listener Administration APEX.

    I read to you is a file called apex - config.xml somewhere but I can't find it under my WLS installation directory.

    Any ideas what could be the problem?

    See you soon,.
    Andy

    As mentioned Udo, the 2nd option (change in the war before you deploy file) is probably the best. One suggestion is to use a variable then rather hard, the location of the XML encoding. The variable can then be set / changed on the command line.

    Web.Xml
         
              config.dir
              ${apex.dir}
         

    In the weblogic under the Server Start Settings console, you can change the variable according to the needs for each instance managed for each environment:

    -Dapex-dir = / dir1/dir2/myapp/apex

    Good luck.

    Jack

  • with regard to the listening port

    I pulled $lsnrctl status
    then I got the result - Service "gesstg" has 2 occurrences.
    Instance of 'gesstg', status UNKNOWN, has 1 operation for this service...
    'Gesstg' instance, State LOAN, has 1 operation for this service...

    Is this UNKNOWN way and READY for a single instance.

    Sandy wrote:
    Sorry bro,
    but could u please inform something that I don't understand. in the description of SID his gesstg.
    SID_LIST_LISTENER_GES =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = usr/local/opt/apps/oracle/product/11.2.0.1/dbhome_1)
    (SID_NAME = gesstg)
    )
    (SID_DESC =
    (ORACLE_HOME = usr/local/opt/apps/oracle/product/11.2.0.1/dbhome_1)
    (SID_NAME = ecomstg)
    )
    )

    Have you read documentation provided?

    If you use the descriptor bleow then external procedures will be able to register, if you are using static which cannot be register automatically. Once after changing below syntax, need to reload the listener. I have a sample listener.ora, find out how it should be

    ###################  Listener for U2BID  ######################
    LISTENER_ADG =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adg.ckpt.com)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.103.10.136)(PORT = 1521)(IP = FIRST))
        )
      )
    SID_LIST_LISTENER_ADG =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = adg)
          (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
        )
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
        )
      )
    

    status as below.

    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=adg.ckpt.com)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM", status READY, has 1 handler(s) for this service...
    Service "ADG.ckpt.com" has 1 instance(s).
      Instance "adg", status READY, has 1 handler(s) for this service...
    Service "adgXDB.ckpt.com" has 1 instance(s).
      Instance "adg", status READY, has 1 handler(s) for this service...
    The command completed successfully
    

    Published by: CKPT October 5, 2011 10:59

  • Cannot start the listening port on Windows 11 GR 2 RAC

    I have a cluster 2 node RAC which worked well, until there was a restart of the nodes. Now, when I try to start the listener, I get an error and it does not start.

    C:\users\administrator. CARS > srvctl start listener

    RPRC-1079: could not start the ora of the resource. LISTENER.lsnr

    CRS-5016: process 'C:\app\11.2.0\grid\bin\lsnrctl.exe' created by agent "C:\app\".

    11.2.0\grid\bin\oraagent.exe' for 'Start' action failed: details at "(:CLSN00010)"

    :))' in 'C:\app\11.2.0\grid\log\node1\agent\crsd\oraagent\oraagent.log '.

    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 17-SEP-2013 12:50

    : 50

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    From tnslsnr: Please wait...

    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production

    Log messages written to c:\app\administrator\product\11.2.0\dbhome_1\log\diag\tn

    slsnr\NODE1\listener\alert\log. XML

    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = NODE1.rac.woracle)(PORT=)

    1521)))

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Windows 64-bit error: 2: no such file or directory

    CRS-5016: process 'C:\app\11.2.0\grid\bin\lsnrctl.exe' created by agent "C:\app\".

    11.2.0\grid\bin\oraagent.exe' for 'Start' action failed: details at "(:CLSN00010)"

    :))' in 'C:\app\11.2.0\grid\log\node1\agent\crsd\oraagent\oraagent.log '.

    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 17-SEP-2013 12:50

    : 57

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Windows 64-bit error: 2: no such file or directory

    CRS-2674: beginning with ' ora. LISTENER.lsnr' on 'node1' failed

    C:\users\administrator. CARS > srvctl status listener

    Listener LISTENER is enabled

    Earphone HEADSET does not work

    Guidance on what might be the problem with the system?

    check the id below it will help out you.

    https://Forum.Java.Sun.com/thread/2575487

  • How to find the listening port on windows

    Hi Hussein.


    We have a customer who is still using Oracle 8.0.6 on NT 4.0

    I have a laptop with the oracle 10g client.

    Can I connect my 10g to 8.0.6 listener?

    Thank you very much

    Hello

    Please see (Note: 207303.1 - Client / Server / Support of interoperability between different Versions of Oracle).

    Kind regards
    Hussein

  • How to change the default listening port?

    Hi all

    11.2.0.4

    RHEL 6.5

    I managed to install Oracle Db 11.2.0.4 on RHEL 6.5

    He created a default listener uses port 1521.

    With the following entries in listener.ora.

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0.4/db_1/network/admin/listener.ora

    # Generated by Oracle configuration tools.

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP) (HOST = ip-10-0-0 - 216.ec2.internal)(PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = / u01/app/oracle

    How can I change the port in 1522? Can I just he replace value of listener.ora?

    Should I also change the value of KEY = EXTPROC1521 to KEY = EXTPROC1522?



    I tried to change the port in 1522 in the listener.ora but when I start "lsnrctl status".


    [oracle@ip-10-0-0-216 admin] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on March 7, 2015 06:19:54

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production

    Start date March 7, 2015 06:19:05

    Uptime 0 days 0 h 0 min 49 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0.4/db_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/IP-10-0-0-216/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = ip-10-0-0 - 216.ec2.internal)(PORT=1522)))

    The listener supports no services

    The command completed successfully

    Now, it does not support the services ORCL which is the default database installed

    I can not connect to the database the string '@orcl' of both connection using the default

    [oracle@ip-10-0-0-216 admin] $ sqlplus system/manager@orcl

    SQL * more: version 11.2.0.4.0 Production on Sat Mar 7 06:23:50 2015

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    ERROR:

    ORA-12541: TNS:no listener

    Help, please...

    Thank you

    MK

    Hello

    As said earlier after which the listening port, you must update the parameter local_listener database as below:

    ALTER system set local_listener ='(ADDRESS = (PROTOCOL = TCP) (HOST = ip-10-0-0 - 216.ec2.internal)(PORT=1522))'

    editing the system registry;

    HTH,

    Pradeep

  • problem configuring the listener

    Hello
    I followed all the steps of the doc, how to install with Oracle Glassfish server: http://docs.oracle.com/cd/E21611_01/ doc.11 /e21058/install.htm#CHDBIAIF
    I created these 2 users, of adminlistener and of managerlistener, in the 'file' subnode and giving them a password.
    Then, I deployed the apex-listener directory apex.war.

    I have a problem here:


    Oracle Application Express listener Administration access

    To access Oracle Application Express listener Administration, in your Web browser, go to:

    http:// < Host >: < port >/apex/listenerConfigure

    Where:

    * < Host > is the DNS name or IP address of the Administration Server *.

    * < port > is the port for listening on which the Administration Server is listening for requests

    Next, configure the Oracle Application Express Listener. See "Configuring Oracle Application Express Listener."

    OK, we will set up then.
    I entered apex / http://127.0.0.1:4848 / listenerConfigure and opening of the Glassfish Server Administration Console, asking me a name of user and password. I think I should connect with the previously created the username with the role of the Admin (adminlistener). When I try to open a session with adminlistener and the password, it is said:

    Failed authentication
    Re-enter your username and password

    The password entered ok. What I am doing wrong and how do I configure glassfish console listener?
    Thank you

    Published by: Roger22 on 10.09.2012 23:40

    Hi Roger,
    Pay attention to these lines
    >
    To access Oracle Application Express listener Administration, in your Web browser, go to:

    http://:/apex/listenerConfigure

    Where:

    is the DNS name or IP address of the Management Server

    is the listening port on which the Administration Server is listening to the requests

    Next, configure the Oracle Application Express Listener. See "Configuring Oracle Application Express Listener."

    >

    The PORT here refers to the HTTP port of the http-auditeur1 under configuration > network config > network listeners > http-listener-1 > Port. The default value is 8080.

    If you use the default ports then your URL will be

    http://127.0.0.1:8080/apex/listenerConfigure
    

    4848 port is used only for Glassfish domain administration console.

    Before go you about setting up Apexlistener please pin the location of the config.xml file - apex in the Web.XML by UN-comment lines

     
    config.dir
    ${java.io.tmpdir}/APEX
    
    

    And replace the ${java.io.tmpdir} with a hardcoded fully qualified path, for example the same path than the web.xml file.

    If you do not pin the location of the config.XML - apex as shown above, we can expect more posts of your associates "apexlistener suddenly stopped listening" ;)

    See you soon,.

  • Configure the listener for the data protection

    Hello world

    I'm currently caveat of data (physical standby database) for my database. But I have problem to configure the listening port on both servers. Can someone give me some examples?

    Oracle: 10g R2
    Operating systems: Windows
    Database primary ken10g
    backup database: ken10gbk

    Here are the contents of my files current listener on both servers:

    Primary server:

    listener.ora # Network Configuration file: C:\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)
    (= Extproc PROGRAM)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP) (HOST =)(PORT = 1521) Primary_server)
    )
    )

    Backup server:

    listener.ora # Network Configuration file: C:\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)
    (= Extproc PROGRAM)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    )
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby_server) (PORT = 1521))
    )
    )

    Thanks in advance.

    Ken

    This should always work on Oracle 10.

    ---------------------------

    Main example

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/network/admin/listener.ora
    # Generated by Oracle configuration tools.

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host) (PORT = 1521))
    )
    )

    SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PRIMARY)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0)
    (GLOBAL_DBNAME = PRIMARY_DGMGRL. Host)))

    ADR_BASE_LISTENER = / u01/app/oracle

    Example of Eve

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/network/admin/listener.ora
    # Generated by Oracle configuration tools.

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host) (PORT = 1521))
    )
    )

    SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = STANDBY)
    (ORACLE_HOME = u01/app/oracle/product/11.2.0)
    (GLOBAL_DBNAME = STANDBY_DGMGRL. Host)))

    ADR_BASE_LISTENER = / u01/app/oracle

  • name of the listener

    Hello

    on 11.2.0.3

    I want to set this parameter:

    SECURE_REGISTER_LISTENER_name = (CPI)

    My partner has no name. Here's my listener.ora file:

    = Listener.ora =.

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP) (HOST = WIN-1TVCB2GR06S)(PORT = 1521))

    )

    )

    =================End of file=====================

    How should you define the parameter?

    SECURE_REGISTER_LISTENER_? = (CPI)

    Thank you.

    HDeiby wrote:

    Then the name is LISTENER (this is the default).

    SECURE_REGISTER_LISTENER_LISTENER = (CPI)

    You'd better check the syntax... see Oracle Net Listener (listener.ora) parameters

    In the syntax, the word "auditor" is no NOT part of the name of the parameter.

    SECURE_REGISTER_listener_name

    Goal

    To specify the transport on which registration requests are allowed.

    Syntax

    SECURE_REGISTER_listener_name = [(]transport1[,transport2, ....,transportn)]
    

    In the previous example, transport1 , transport2 , and transport n are the names of valid transport protocol installed.

    Configuration

    If the SECURE_REGISTER_ listener_name is configured with the list of names of transport, while connections coming into the specified transport will be able to register the service with the listener. The connections coming out of other transport protocols are refused. For example:

    SECURE_REGISTER_listener1 = (TCPS, IPC)
    

    In the previous example, applications are accepted only on the TCPS and CPI, transport.

    If no value is entered for this parameter, then the listener will accept applications for registration of any transport.

    If this parameter and SECURE_CONTROL_listener_name are configured, and then they replace the SECURE_PROTOCOL_listener_name parameter.

    Example of

     LISTENER1= (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=sales-server)(PORT=1521)) (ADDRESS=(PROTOCOL=ipc)(KEY=extproc)) (ADDRESS=(PROTOCOL=tcps)(HOST=sales-server)(PORT=1522))   ) SECURE_REGISTER_LISTENER1=tcps
    

Maybe you are looking for