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

Tags: Database

Similar Questions

  • Name of the listener and the LOCAL_LISTENER parameter

    Version: 11.2.0.2
    OPERATING SYSTEM: AIX

    We have five DBs 11.2 running on a server. A listener 11.2 (on the default port) serves all these five DBs. The name of the listener is
    LSNRJK11G  
    But when I connect to one of these DBs and interrogate the parameter LOCAL_LISTENER, the value appears as
    listener_<dbname>
    For example, if I connect to a database named facdb, I get the below
    SQL> show parameter local_listener
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    local_listener                       string      listener_facdb
    Why is the name of the listener that is different here?
    When I asked my colleague who set this up, he said when he tried with the name real listener to help
    alter system set local_listener = 'lsnrjk11g' scope = both;
    There has been a mistake. He does not remember that it was the error

    Published by: Kavanagh on December 15, 2011 12:16 AM

    Check your tnsnames.ora file, there will be an entry like

    listener_facdb =
     (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL=TCP) (HOST= danube103) (PORT=31415))
     )
    

    When you create a listener on a non-default port, PMON should be able to register the database with this listener services.
    PMON used tnsentry method of naming for this. PMON will seek in the tnsnames.ora file for the value he finds in LOCAL_LISTENER.
    If it does not find this entry in the tnsnames.ora file, it will throw error.

    Alternatively, you can simply use

    alter system set local_listener='(ADDRESS = (PROTOCOL=TCP) (HOST= danube103) (PORT=31415))' scope = both;
    

    But it is not very readable. Is it?

  • error: TNS-01151: lack the name of the listener, APPS_TEST, listener. ORA

    Hello friends,
    I have problem my error of clone of application as follows


    AMT-01151: lack listener name, APPS_TEST, listener. ORA

    Salvation;

    your question relates to EBS. "" For your question, I suggest farm your thread here that change the status of the thread to answered and move it to the Forums of Discussion Oracle "E-Business Suite ' Discussion General EBS EBS dedicated forum site

    I'll try to help

    Respect of
    HELIOS

  • How to change name of the listener (user Defined) for OEM

    Hi all

    We have created a different listener as auditeur1, now when we start ORacle Enterprise manager, it is show theerror

    Earphone

    Down status
    Home eSVCS-DB-PRD1
    Port 1521
    Name LISTENER
    /Oracle/product/10.2.0 oracle Home
    Location /oracle/product/10.2.0/network/admin
    TNS-12541 details: Listener TNS:no



    Connection to the Instance of the agent

    State has failed
    Details ORA-12541: Listener TNS:no (DBD ERROR: OCIServerAttach)


    Please let me know how to apply the new Manager Oracle Enterprize listener.
    We use the oracle database 10.2.0.3 on SunOS (sun4v sparc SUNW, SPARC-Enterprise-T5220)


    Thank you
    Ankit.

    Send me the contents of this file.

    Check in the file emoms.properties

    and also check in the targets.xml file

    Published by: CKPT December 27, 2010 09:54

  • NETCA use configure my IP to the listener instead of my host name

    Hi I use NETCA to configure my interlocutor.

    But NETCA always configure my IP instead of my host name.

    I would love to see that my host name is in the Configuring the listener automatically (by NETCA)

    So I've got something I can change in my answer file to force this config?

    Below you will find my response file

    ###################################################################### 
    ## Copyright(c) 1998, 2012 Oracle Corporation. All rights reserved. ## 
    ##                                                                  ## 
    ## Specify values for the variables listed below to customize your  ## 
    ## installation.                                                    ## 
    ##                                                                  ## 
    ## Each variable is associated with a comment. The comment          ## 
    ## identifies the variable type.                                    ## 
    ##                                                                  ## 
    ## Please specify the values in the following format:               ## 
    ##                                                                  ## 
    ##         Type         Example                                     ## 
    ##         String       "Sample Value"                              ## 
    ##         Boolean      True or False                               ## 
    ##         Number       1000                                        ## 
    ##         StringList   {"String value 1","String Value 2"}         ## 
    ##                                                                  ## 
    ######################################################################
    ##                                                                  ## 
    ## This sample response file causes the Oracle Net Configuration    ##
    ## Assistant (NetCA) to complete an Oracle Net configuration during ##
    ## a custom install of the Oracle12c server which is similar to     ##
    ## what would be created by the NetCA during typical Oracle12c      ##
    ## install. It also documents all of the NetCA response file        ##
    ## variables so you can create your own response file to configure  ##
    ## Oracle Net during an install the way you wish.                   ##
    ##                                                                  ## 
    ###################################################################### 
    
    
    [GENERAL]
    RESPONSEFILE_VERSION="12.1"
    CREATE_TYPE="CUSTOM"
    
    
    #-------------------------------------------------------------------------------
    # Name       : SHOW_GUI
    # Datatype   : Boolean
    # Description: This variable controls appearance/suppression of the NetCA GUI,
    # Pre-req    : N/A
    # Default    : TRUE
    # Note:
    # This must be set to false in order to run NetCA in silent mode. 
    # This is a substitute of "/silent" flag in the NetCA command line.
    # The command line flag has precedence over the one in this response file.
    # This feature is present since 10.1.0.3.
    #-------------------------------------------------------------------------------
    #SHOW_GUI=false
    
    
    #-------------------------------------------------------------------------------
    # Name       : LOG_FILE
    # Datatype   : String
    # Description: If present, NetCA will log output to this file in addition to the
    #       standard out.
    # Pre-req    : N/A
    # Default    : NONE
    # Note:
    # This is a substitute of "/log" in the NetCA command line.
    # The command line argument has precedence over the one in this response file.
    # This feature is present since 10.1.0.3.
    #-------------------------------------------------------------------------------
    #LOG_FILE=""/oracle12cHome/network/tools/log/netca.log""
    
    
    [oracle.net.ca]
    #INSTALLED_COMPONENTS;StringList;list of installed components
    # The possible values for installed components are:
    # "net8","server","client","aso", "cman", "javavm" 
    INSTALLED_COMPONENTS={"server","net8","javavm"}
    
    
    #INSTALL_TYPE;String;type of install
    # The possible values for install type are:
    # "typical","minimal" or "custom"
    INSTALL_TYPE=""typical""
    
    
    #LISTENER_NUMBER;Number;Number of Listeners
    # A typical install sets one listener 
    LISTENER_NUMBER=1
    
    
    #LISTENER_NAMES;StringList;list of listener names
    # The values for listener are:
    # "LISTENER","LISTENER1","LISTENER2","LISTENER3", ...
    # A typical install sets only "LISTENER" 
    LISTENER_NAMES={"LISTENER"}
    
    
    #LISTENER_PROTOCOLS;StringList;list of listener addresses (protocols and parameters separated by semicolons)
    # The possible values for listener protocols are:
    # "TCP;1521","TCPS;2484","NMP;ORAPIPE","IPC;IPCKEY","VI;1521" 
    # A typical install sets only "TCP;1521" 
    LISTENER_PROTOCOLS={"TCP;1521"}
    
    
    #LISTENER_START;String;name of the listener to start, in double quotes
    LISTENER_START=""LISTENER""
    
    
    #NAMING_METHODS;StringList;list of naming methods
    # The possible values for naming methods are: 
    # LDAP, TNSNAMES, ONAMES, HOSTNAME, NOVELL, NIS, DCE
    # A typical install sets only: "TNSNAMES","ONAMES","HOSTNAMES" 
    # or "LDAP","TNSNAMES","ONAMES","HOSTNAMES" for LDAP
    NAMING_METHODS={"TNSNAMES","ONAMES","HOSTNAME"}
    
    
    #NOVELL_NAMECONTEXT;String;Novell Directory Service name context, in double quotes
    # A typical install does not use this variable. 
    #NOVELL_NAMECONTEXT = ""NAMCONTEXT""
    
    
    #SUN_METAMAP;String; SUN meta map, in double quotes
    # A typical install does not use this variable. 
    #SUN_METAMAP = ""MAP""
    
    
    #DCE_CELLNAME;String;DCE cell name, in double quotes
    # A typical install does not use this variable. 
    #DCE_CELLNAME = ""CELL""
    
    
    #NSN_NUMBER;Number;Number of NetService Names
    # A typical install sets one net service name
    NSN_NUMBER=1
    
    
    #NSN_NAMES;StringList;list of Net Service names
    # A typical install sets net service name to "EXTPROC_CONNECTION_DATA"
    NSN_NAMES={"EXTPROC_CONNECTION_DATA"}
    
    
    #NSN_SERVICE;StringList;Oracle12c database's service name
    # A typical install sets Oracle12c database's service name to "PLSExtProc"
    NSN_SERVICE={"PLSExtProc"}
    
    
    #NSN_PROTOCOLS;StringList;list of coma separated strings of Net Service Name protocol parameters
    # The possible values for net service name protocol parameters are:
    # "TCP;HOSTNAME;1521","TCPS;HOSTNAME;2484","NMP;COMPUTERNAME;ORAPIPE","VI;HOSTNAME;1521","IPC;IPCKEY"  
    # A typical install sets parameters to "IPC;EXTPROC"
    NSN_PROTOCOLS={"TCP;HOSTNAME;1521"}
    
    
    #SERVICEUSERPASSWORD;String;Windows service user password
    # If the oracle home is installed as secure user, supply the password
    SERVICEUSERPASSWORD=""oracle""
    

    Listener will start & run when there is no file listener.ora.

    It is NOT necessary to run the netca; Just so ignore it.

  • IP has changed, you cannot start the listener

    Hi all
    I went to the machine that manages a quick installation of Ebiz R12.1.1 recently, which means that a new IP address has been assigned.
    I've updated the hosts file, but now when I try to set up the listener that I get an error message indicating the name of the listener is missing in the listener.ora file.


    AMT-01151: lack of name of the listener, SCREWS, listener. ORA

    Hosts
    192.168.56.101 oel63.localdomain oel63
    127.0.0.1 localhost.localdomain localhost


    Listener.ora
    SCREW =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST) = oel63.localdomain) (PORT = 1576))
    )
    )

    SID_LIST_VIS =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = u01/ebs/R12VIS/db/tech_st/11.1.0)
    (SID_NAME = SCREW)
    )
    )

    tnsnames.ora
    SCREW =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 1576))(HOST=oel63.localdomain))
    (CONNECT_DATA =
    (SID = SCREW)
    ))


    Don't know what else I'm supposed to do. For me, the TNSNAMES and RECIPIENT have the correct information. Nothing has changed since it worked correctly until now.

    Any help would be greatly appreciated.

    See you soon,.
    Russell H.

    Russell H. wrote:
    Hello
    Oracle Linux 6 on a virtual machine, Windows 7 64 bit host
    The virtual machine itself is always on the same server computer, but the router it's IP has changed and new ranges if necessary.
    Thinking about it now, I could have gotten the same IP address, but now I have a new, and I don't remember the old IP that has been assigned.

    I did update the file hosts with the new IP address.

    See you soon,.
    Russ H

    https://forums.Oracle.com/forums/search.jspa?threadID=&q=change+and+IP+and+address&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001
    https://forums.Oracle.com/forums/search.jspa?threadID=&q=change+and+IP+and+address+and+FND_NODES&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

    Thank you
    Hussein

  • Determination of the listener which serves the SQL DB

    Oracle Version: 10.2, 11.1, 11.2
    Operating system: Solaris 5.10

    In the DB (ie. querying data dict or views$ V, etc.), is it possible that we can determine the name of the listener that is currently serving the DB?

    Published by: J.Kiechle on August 16, 2011 05:14
    Changed the subject

    For the database to single instance by using the LOCAL_LISTENER parameter, you can retrieve data from listener (However, you cannot be sure that it is the name of the listener that is used in listener.ora):

    select value
    from v$parameter
    where name='local_listener';
    

    But in general, I don't think it's possible with a dynamic performance documented or Dictionary view.

    Edited by: P. Forstmann August 16, 2011 17:09

  • 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.

  • 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 get the name of the song to appear in Windows Live Messenger "show what I'm listening to '?"

    How can I get the name of the song I am listening, to see where it says show comes into contact with the song I listen to, it worked before but not now

    Please make sure that show what I'm listening is also enabled in Live Messenger itself. See the following screenshot:

    http://static.commentcamarche.NET/en.kioskea.NET/FAQ/images/0-BeQo7AgV-John-s-.PNG

  • FRM-10142 the http listener does not work on the name of the computer to the port 80

    Hello

    During the race, the oracle 12 c form a following error message

    FRM-10142 the http listener does not work on the name of the computer to port 80. Please start the receiver or check your preferences of runtime.

    Sandy

    First, you will need to check the SST is running.

    go to admin server url in your browser, click on the target icon that is left top of your admin home go to the http server and then start your ohs1.

    and open your generator of forms go to the updated runtime default url like e.g. OSH, you can find your url such as http://localhost:7777 or http://localhost:7779.

    your full url looks like this format http://localhost:7777/forms/frmservlet or http://localhost:7779/forms/frmservlet.

    Localhost can be your default ip 127.0.0.1 or any static ip 192.0.0.10 address in this format.

  • The listener is down: even if a listener with the name "AUDITOR", is running on this host at the port: "1521", it has not started using "the target LISTENER. ORA file.


    I moved a listener on a host in a House different oracle. The headset works fine, but EM 12 c shows that the listener is down with the following summary:

    The listener is down: even if a listener with the name "AUDITOR", is running on this host at the port: "1521", it has not started using "the target LISTENER. ORA file. CORRECTIVE ACTION: To monitor this "EM listener target" with its current configuration, you must stop the process of listening running and start it using the Listener parameter file: opt/oracle/product/12.1.0.2/network/admin/listener.ora. Alternatively, you can update "this target LISTENER. Location ORA setting"with the location of the listener running, which started using the: opt/oracle/product/11.2.0.3/network/admin/listener.ora.

    EM 11 g, I simply changed the configuration of the listener for the different oracle home, argued the change and in a few minutes the listener would show that 'UP' with the oracle of new home. I upgraded to MS 12 c (12.1.0.4) and can't find how to do this. Can someone give me the procedure.

    Thank you

    Ron

    Hi Ron,

    Can you please do the following?

    -Create a for the listener listener.ora file, stop and start the receiver using the listener.ora file. If the file is located in a default location, set the TNS_ADMIN environment variable to that location before you start the listener.

    -Log on to the EM console, go to the homepage of the listener.

    -In the Oracle Listener menu, select target Configuration > Configuration of the analysis.

    -Ensure that the parameters, including the Listener.ora directory, are properly.

    Kind regards

    -Loc

  • Cannot recreate the listener after changing the ip address and the name of the server

    Hoping someone can give me some ideas - I do not know what else to try.

    I run a 11.2.0.4 database on windows 2012.  I just got back my database to a new server and am trying to rename the server and assinging the new ip address.

    I stopped all the oracle services and change my servers ip address and name.

    Then, I dropped the listener who has been spending more time than it should have, but when I checked that the service has been removed.

    When I try adding the listener it hangs right on "would you like to configure another auditor?

    Then, I realize very quickly that I forgot to change the environment vairable HOSTNAME and the TNSNAMES file.  I cancelled the wizard still Net and

    fixed files and tried again.  The continuous Wizard to crash at the same place - never time - just hangs.

    Does anyone have ideas, what could be bad?

    Thank you!!

    Kathie

    be sure the two Services of OS for earphone & database have been started & running

    no listener.ora file is necessary to start or use Oracle listener just open the command window and issue after an order

    lsnrctl start

  • Questions of the listener after having changed their name and intellectual property

    Hello!

    I really hope someone can help me.

    I had a fully functional Oracle 11.2.0.4 Server (windows 2012).  I changed the ip and name server and rebooted.  When the server came back to the top, I rebooted the oracle service.  I then started the listening service.  The listening service would not start. I know I forgot to change the tnsnames file. So I changed the tns to use my new hostname, but there seems to be a problem with the listener.

    When I deleted the listener is took forever before he returned and said it has been deleted.

    When I try to recreate the listener, he says that there is already a listener with this name.

    Right now I'm no. Listener service window.

    If I'm trying to create the listener with a new name, it says that the port is in use.  I even started the server, but the port is still used.

    It seems that the auditor still considers that the name of the server is 99walnut, then it should be my new name.

    "lstnrctl State" indicates the old name of the HOST and errors:

    C:\Users\operatorw > lsnrctl status

    LSNRCTL for 64-bit Windows: Version 11.2.0.4.0 - Production on June 16, 2014 13:42:42

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=99walnut.oak.local) (PORT = 1521)))
    TNS-12535: TNS:operation expired
    AMT-12560: TNS:protocol adapter error
    AMT-00505: Operation timed out
    Windows 64-bit error: 60: unknown error
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    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

    C:\Users\operatorw >


    Anyone has any ideas on how to fix it?

    Thank you!

    Kathie

    I found the problem.

    I forgot to change the variable of ENVIRONMENT HOSTNAME for the new server name.

    I hope this helps someone else :)

  • ADF - listener to download files of component - defining the name of the output file

    Studio Edition Version 11.1.1.2.0


    Hi, I would like to learn how to set the name of the output than the current data file + file name. I have a button with the component listener downloading files with theses parameters

    Content/Type: application/pdf
    File name: test.pdf
    Method: fullReportPDF()

    I needed when the user clicks the button, it returns the current date + the statically defined file name.


    How can I do this?

    A bean, you implement a method that returns the date soul filen and static part concatenated and set it as EL in the af: fileDownloadActionListener

    // on the page
    
    
    // in the bean
        public String getFilename()
        {
            String fn = (new Date()).toString() + "static_part.xyz";
            return fn;
        }
    
        public void fullReportPDF(FacesContext facesContext, OutputStream outputStream) { ... }
    

    where XYZBean is the bean where you have implemented, the method fullReportPDF.

    Timo

Maybe you are looking for