Configuring the listener on windows

Dear professionals,

I am a beginner in Oracle...

I know my problem seems weird, I have read many articles and oracle both documents nothing helped... Please give suggestion. You'll make my day.

I have two servers (192.168.2.22 and 192.168.2.11) windows, I installed Oracle 11 g R2 on both machines

Name of the data base: PROD - 192.168.2.22

Name of the data base: CATDB - 192.168.2.11

Directory > sqlplus "virtue sysdba".

SQL * more: Production version 11.2.0.1.0 on Fri Jan 31 16:29:15 2014

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

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

With partitioning, OLAP, Data Mining and Real Application Testing options

SQL > select name from v$ database;

NAME

---------

PROD

Directory > sqlplus "virtue sysdba".

SQL * more: Production version 11.2.0.1.0 on Fri Jan 31 16:32:21 2014

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

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

With partitioning, OLAP, Data Mining and Real Application Testing options

SQL > select name from v$ database;

NAME

---------

CATDB

Now I want to access examples Catdb 192.168.2.22 Server (where created database of PROD) want the same access to 192.168.2.11 Prod database server (where CATDB database created)

I'm catdb capable of pinging the server from prod, also able ping server Prod catdb Server server. (using the ping OS utility)

I created (manually and using NETCA) Auditors and copied to another server tnsnames.ora file nothing helped... Now, I have deleted all entries in tnsnames.ora and listener.ora.

I am able to connect locally but not able to connect remotely.

Can someone suggest a solution with the necessary steps (ENTRANCES of TNS) which will help me.

Thank you

DBA. Sagar says:

Cannot create local Stanley? I don't have access from anywhere in the world. I just want to get to the office... All servers in my office using the same internet and installed oracle 11 g client.

I want to just access database to another PC that are in my office... Please let me know.

Thank you

The auditor must use routable IP # or host name which translates an IP routable # to any other system to exchange packets with it.

When the HOST = localhost or HOST = 127.0.0.1, so this system can & will never speak to himself.

What are your systems & you are free to configure any way you consider appropriate.

Contact your local network administrator.

Tags: Database

Similar Questions

  • 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

  • Configuring the listener

    After installing frash DB
    Configure the listener as follows,

    LISTENER =
    *(DESCRIPTION_LIST =*)
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.

    *)*
    *)*

    SID_LIST_ORCL =
    *(SID_LIST =*)
    *(SID_DESC =*)
    * (GLOBAL_DBNAME = ORCL). *
    * (ORACLE_HOME = D:\oracle1\product\10.2.0)*
    * (SID_NAME = ORCL). *
    *)*
    *)*


    ORCL =
    *(DESCRIPTION_LIST =*)
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *)*
    *)*



    AMT I configured


    + tnsnames.ora # Network Configuration file: D:\oracle1\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora+
    + # Generated by Oracle configuration tools. +


    ORCL =
    + (DESCRIPTION = +
    + (ADDRESS_LIST = +
    + (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) +.
    +)+
    + (CONNECT_DATA = +
    + (SERVER = DEDICATED) +.
    + (Service_name = ORCL) +.
    +)+
    +)+

    EXTPROC_CONNECTION_DATA =
    + (DESCRIPTION = +
    + (ADDRESS_LIST = +
    + (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) +.
    +)+
    + (CONNECT_DATA = +
    + (SID = PLSExtProc) +.
    + (PRESENTATION = RO) +.
    +)+
    +)+

    When you start the listener
    I got following error


    + Microsoft Windows XP [Version 5.1.2600] +.
    -(C) copyright 1985-2001 Microsoft Corp. +.

    C:\Documents and Settings\karthick.a > cd\

    C:\ > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on March 11, 2010 16:08
    +: 37 +.

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com) (IN.
    RT = 1521)))
    AMT-12541: TNS:no listener
    AMT-12560: TNS:protocol adapter error
    AMT-00511: no listener
    + 32-bit Windows Error: 61: unknown error.


    the people of u can help me

    Check services Controlpanel listening >
    Are they automatic or manual has started or not.

  • How to configure the listener with SSL

    Hi Experts,

    I use 11g R2 EE. I want to configure my database listener so that it can be connected using SSL.

    Can someone provide me guide step by step to configure the listener with SSL (including the portfolio so that comes in the image).

    The command line configurations will be well appreciated.

    Thanks in advance

    Alexander gelin

    The client configuration is the same as the server:

    1. create the portfolio.

    2 creating CSR and copy it in CA.

    3. the CSR signal with your certificate root.

    4 copy signed CRT file and root of public certificate to the client.

    5 configure the sqlnet.ora clients.

    Heavy customers already contains the necessary files. For thin clients, it is necessary to install the full or instant client.

    In SQLDeveloper, connection string should be like:

    jdbc:oracle:oci:@(DESCRIPTION= (ADDRESS_LIST= (ADDRESS= (PROTOCOL=TCPS)(HOST=)(PORT=))) (CONNECT_DATA= (SERVICE_NAME=)) (SECURITY= (MY_WALLET_DIRECTORY=D:\Oracle\client.test.p12)))

  • Manually configure the listener apex via command line

    I would like to be able to configure the listener apex via the command line.
    Is there an api or method to achieve this?

    Is it possible to take an apex-config. XML as a template and make changes to this environment and place it in the config.dir directory
    According to me, placing a! in front of the clear text password cryptera apex listener reboot?

    Is the method of model above a taken way in charge of the configuration of the apex listener script languages?

    I set the value of config.dir for /apex_lsnr
    This will search the apex - config.xml in the directory above or it will search the XML in /apex_lsnr/apex?

    +/apex_lsnr + would be option 1 - who doesn'work currently.

    ++ refers to the 'context' you have deployed your APEX listener, so if you used the default value (apex) this would actually
    +/apex_lsnr/apex +.

    -Online cp apex - config.xml $DOMAIN_HOME/apex_lsnr/apex

    Note that APEX auditor records the location of the apex - config.xml, he uses actually started. If it comes to the temporary location (default), he found nothing in your configured directory.

    -Udo

  • Get the ORA-06508 in configuring the listener APEX

    Hello

    I am configuring the listener of the Apex. After entering all required fields and click 'Apply', I get the error messages listed below. This happens when you try the Basic types and connection of the AMT.

    ORA-06508: PL/SQL: called program unit is not found

    Cannot run the Sentinel of the 4500 application page.

    Thanks in advance for your help.

    Published by: user3654649 on June 14, 2011 11:32

    Published by: user3654649 on June 14, 2011 11:33

    Hi Sue,

    It is not a fluke, it certainly works that way.
    Just a few final remarks:
    -He didn't need to change/copy content of + / orabackup_iris2/apex_listener/export/home + to + / orabackup_iris2/export/apex_listener + in your case, as the first directory does not seem to be a temporary.
    -I recommend you put the java call, including parameters in a shell script and call instead.
    - nohup works very well for the background to the application process. As you probably know he does not offer a service 'system' - like functionality.
    - nohup creates a default file for the release of the console in employment has begun. I would recommend to redirect to a file named, then all the outputs.
    So your final configuration would look as follows
    start_apex_listener.sh

    #!/bin/sh
    java -Dapex.port=8080 -Dapex.home=/orabackup_iris2/export/apex_listener -Dapex.images=/orabackup_iris2/export/apex/images -jar /orabackup_iris2/export/apex_listener/apex.war
    

    appeal of nohup

    nohup /orabackup_iris2/export/apex_listener/start_apex_listener.sh >> /orabackup_iris2/export/apex_listener/apex_listener.log 2>&1 &
    

    If your question answered, please mark this thread and any useful response or good post accordingly.

    -Udo

  • Configure the xbox with windows vista wireless controller

    I recently bought a wireless Xbox 360 controller to use for playing mainly with Call of Duty 4 on my PC
    I followed all the instructions and have the wireless receiver but cannot operate at all which is extremely frustrating
    I have an install 32-bit windows vista Home premium
    Can someone please

    Hello Foxesfan1.

    First step would be to ensure that the controller is actually seen correctly by Windows.  I'll assume that you have already synced the controller and the wireless receiver by pressing the button on the receiver and the little one on top of the controller.

    To make sure that the controller is configured correctly in Windows start tying the game controllers in the box start the search on Windows 7, the option is called installation USB game controllers.  It could be called game controllers or something similar on Windows Vista, I have here in front of me to check.

    Anyway it should open a window called game controllers, the controller must be in there, in this case click Properties and check that all buttons work properly.

    If it is then its probably does not work because Call of Duty either is not setup in support of controllers (a ride in his options to enable the controllers support), or simply does not support at all, not all areas of PC games. Paul Smith - MVP for Windows desktop experience... I crawled off NNTP - for now. Detachment Aldershot, United Kingdom. On the internet at windowsresource.net and dasmirnov.net. Please post back to let us know what works and what does not. :-)

  • need to connect and configure the oracle on windows 7 vmware professional database? Help, please?

    Hello

    In fact, I wanted to set up ORACLE with Informatica Power Center (ETL) database connection. But my problem is that I installed the oracle database with grid inside VMWARE with the RHEL operating system. But what INFORMATICA etl software is installed outside VMWARE, which is located in WINDOWS 7 Professional.

    I would like to know how I can access and configure oracle database of windows 7 Professional as oracle database is installed inside VMWARE RHEL 6.5 operating system.

    Help, please.

    HERE'S HOW I SOLVED IT: -.


    Here is the url for the NAT that could become useful for other institutions.

    How to Setup Port Forwarding in VMware Workstation 9 | Virten.NET

  • Configuring the listener and Instance registration

    Hello

    I was watching one of the cases that we run on a box and I could not understand how the connections are deployed for this particular case, and I hope someone can enlighten us please...

    We run Solaris 5.10 with two houses of installed oracle 10.2.0.4 and 11.1.0.7, a running instance that:

    Oracle: oracle/home / > ps - ef | grep smon

    Oracle 28299 28048 0 08:31:23 pts/7 0:00 grep smon

    24870 2965 Oracle 0 Jul 17?          ora_smon_dbs 45: 03

    TNS_ADMIN to point to ""/var/opt/oracle ": "

    Oracle: oracle/home / > echo $TNS_ADMIN

    / var/opt/oracle

    I had a look at the directory and there is no file tnsnames.ora:

    Oracle: / var/opt/oracle > ls-l

    Total 7

    -rw - r - r - 1 oracle dba 474 14 April 2014 listener.ora

    -rw - r - r - 1 oracle dba 55 7 March 2014 oraInst.loc

    -rw-rw-r - 1 oracle dba 750 19 Jan 10:33 oratab


    We then looked at the configuration of the listener.ora file, and the SID_NAME does not reference a real SID:


    listener.ora # Network Configuration file: /var/opt/oracle/listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PLSExtProc)

    (ORACLE_HOME = appl/oracle/10.2.0)

    (= Extproc PROGRAM)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = dbmzsbsdb01.int.un) (PORT = 1521))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))

    )

    )


    For awhile, I thought it's ok that we could fix local_listener of the database, but once again if this is the case then I expect to see a file tnsnames.ora with address or list of addresses of listeners specified them then obviously this was not the case and certainly enough, looking at the database local_listener was not established:


    SYS@dbs> show parameter local_list
    
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    local_listener                       string
    
    

    I also noticed that we use the listener 10g instead of the 11 g listener, and looking at the processes running, it is certainly the case:


    Oracle: / var/opt/oracle > ps - ef | grep tns

    9384 2965 Oracle 0 Jun 27?          80:37 /appl/oracle/10.2.0/bin/tnslsnr EARPHONE-inherit

    Oracle 2777 26227 0 08:15:50 pts/7 0:00 grep tns


    I'm a little lost on how this database is same! ??? any ideas on what's happening please?


    Thank you


    WebLogic even will need connection strings and you should be able to find them.

    The JDBC thin driver does not use tnsnames.ora and fat jdbc driver can use tnsnames.ora but is not necessary.

    JDBC uses the :: syntax.

    The database registers itself with the listener using the service_name parameter in init or - better - spfileSID.ora

    All this is documented, so not too difficult to find for you,

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

    Sybrand Bakker

    Senior Oracle DBA

  • Configuring the listener and other issues

    I installed 2 instances of database on the same database and the same house database.
    Instances use the same listener. If I try to start the business manager in the browser for both instances,
    Enterprise Manager starts just to the last installed instance. I edited the listener.ora one file
    Add a Description more with another port number as follows:

    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = merge)(PORT = 1522))
    )



    for the following content:

    LISTENER_APPDB =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = merge)(PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    )

    now the file looks similar to the following:


    LISTENER_APPDB =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = merge)(PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = merge)(PORT = 1522))
    )
    )

    ADR_BASE_LISTENER_APPDB = D:\app\oracle2

    SID_LIST_LISTENER_APPDB =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\oracle2\product\11.2.0\dbhome_1)
    (= Extproc PROGRAM)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\oracle2\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    )
    )

    I also changed the port of one of the instances in the file tnsnames.ora from 1521 to 1522.
    It is now possible to launch Enterprise Manager in both cases. But after I connect to one of the
    bodies with Enterprise Manager from the logs of the other instance. Is it ok then? Will I have problems
    with this configuration? Should I do something different?

    Second question: if I installed an instance during installation, some patches where
    automatically installed. After that, I installed another instance. Do I have to patch this body too?
    Are the hotfixes installed for the DBMS together or just for a single instance?

    * Third question: if I have 2 case how can I set the parameter btree_bitmap_plans for only *.
    one of the instances? I found the following code to do this:

    ALTER SYSTEM SET "_b_tree_bitmap_plans" = false SCOPE = SPFILE;

    but for which the instance parameter will be defined for both or just one? What I have to choose
    one of the instances? How can I do?

    Published by: 995273 on 21.03.2013 02:49

    Set oracle_sid = your_db_name

    then, in SQL, use command below

    ALTER SYSTEM SET "_b_tree_bitmap_plans" = false SCOPE = SPFILE;

    Do you have any recommendations for the Support of Oracle to use?

  • Configuring the listener pending side before running the RMAN DUPLICATE

    Version: 11.2.0.3
    Platfomrm: Solaris 10

    We will create a DB physical standby for our primary database using RMAN Duplicate.

    Our primary DB details
    DB_NAME          = ADPTGMS
    DB_UNIQUE_NAME     = ADPTGMS
    Names for standby
    DB_NAME          = ADPTGMS
    DB_UNIQUE_NAME     = ADPTGMSDG
    Question1.
    Next to the day before, before I run the duplicate RMAN, I need so that it starts the empty instance in NOMOUNT State. Right? Can I configure export ORACLE_SID DB_NAME or DB_UNIQUE_NAME?

    Question2.


    I understand that it is a precondition not to have the listener towards the top pending side make the RMAN Duplicate (otherwise how RMAN will connect to the dummy instance in the side standy)
    Next to Eve, there is no DB turns again. But for the RMAN to connect to the Instance of a model, I configured and started a listener as shown below. Is this really?
    $ cat listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_DG =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.80.16.179)(PORT = 1524 ))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2012))
        )
      )
    $
    $
    $
    $ lsnrctl start LISTENER_DG
    
    LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 20-DEC-2012 00:14:19
    
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    
    Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    
    TNSLSNR for Solaris: Version 11.2.0.3.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/tigris179/listener_dg/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.80.16.179)(PORT=1524)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2012)))
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.80.16.179)(PORT=1524)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER_DG
    Version                   TNSLSNR for Solaris: Version 11.2.0.3.0 - Production
    Start Date                20-DEC-2012 00:14:24
    Uptime                    0 days 0 hr. 0 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/tigris179/listener_dg/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.80.16.179)(PORT=1524)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2012)))
    The listener supports no services
    The command completed successfully

    Hello

    The link I gave in my previous post features a display of very good example:

    Primary:

    Pfile/Spfile name: initprim.ora/spfileprim.ora
    db_name=prim
    db_unique_name=prim
    

    Standby time:

    Pfile/Spfile name: initstnd.ora/spfilestnd.ora
    db_name=prim
    db_unique_name=stnd
    

    In your case:

    While adding a static entry to the listener of the day before, SID_NAME should be the DB_UNIQUE_NAME of the database pending. Also the pfile/spfile Eve must be associated with the DB_UNIQUE_NAME of the previous day.

    The pending database ORACLE_SID would be the DB_UNIQUE_NAME of the database pending. Hope that's clear!

    Kind regards
    Shivananda

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

  • ANALYZE the Configuring the listener

    Hello

    Im trying to create the emca for my rac db repository but his failling with this error... Invalid username/password or the data/analysis not high listener or database service is not registered with listener to scan.


    EMCA - config dbcontrol db-rest create - cluster

    EMCA STARTED may 3, 2010 12:44:27
    Configuration MS Assistant, Production of the Version 11.2.0.0.2
    Copyright (c) 2003, 2005, Oracle. All rights reserved.

    Enter the following information:
    Unique name of database: test
    Service name: test.domain.com
    Listener port number: 1529
    Listener ORACLE_HOME [/ u01/app/grid01]:
    User SYS password:
    User DBSNMP password:
    SYSMAN user password:
    Name of the cluster: test-cluster
    E-mail address for notifications (optional):
    Server of Mail (SMTP) out for notifications (optional):
    ASM ORACLE_HOME [/ u01/app/grid01]:
    ASM port [1529]:
    ASM username [ASMSNMP]:
    ASM user password:
    Invalid username/password or the data/analysis not high listener or database service is not registered with listener to scan.

    status of the listener:


    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Beginning of May 3, 2010 12:22:32
    Uptime 0 days 1 hour 35 min 17 s
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/grid01/network/admin/listener.ora file
    The listener log file /U01/app/grid01/diag/tnslsnr/Node1/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = LISTENER)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1527))(HOST=127.0.0.1)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=132.17.186.21)))
    Summary of services...
    Service '+ ASM' a 1 instance (s).
    Instance '+ ASM1' READY State, has 1 operation for this service...
    Service 'test' has 1 instance (s).
    Instance "testa", status UNKNOWN, has 1 operation for this service...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    The command completed successfully

    listener to Scan:

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on May 3, 2010 13:59:29

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER_SCAN1)))
    STATUS of the LISTENER
    ------------------------
    Alias listener_scan1
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Beginning of May 3, 2010 12:20:48
    Uptime 0 days 1 hour 38 min 41 s
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/grid01/network/admin/listener.ora file
    The listener log file /U01/app/grid01/diag/tnslsnr/Node1/listener_scan1/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = LISTENER_SCAN1)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=132.17.186.29)))
    Summary of services...
    Service 'test.domain.com' has 1 instance (s).
    Instance "testa", State LOAN, has 1 operation for this service...
    Service 'testXDB.domain.com' has 1 instance (s).
    Instance "testa", State LOAN, has 1 operation for this service...
    The command completed successfully


    I can connect to the db through scan (only using the testxdb.domain.com and not the test.domain.com).

    sqlplus sys / as sysdba pass@test-cluster-scan:1529/testxdb.domain.com (this works)

    but this one fails

    sqlplus sys / as sysdba pass@test-cluster-scan:1529/test.domain.com (this works)


    SQL * more: Production version 11.2.0.1.0 on Mon May 3 14:03:51 2010

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

    ERROR:
    ORA-12516: TNS:listener could not find Manager available with the corresponding protocol
    battery


    Enter the user name:

    Please read:

    question of access scan 11 GR 2

    Where to configure the SCAN address?

    Concerning
    Rajesh

  • Configuring the listener in oracle10g

    Hello


    How to manually create a listener in oracle10g on windows 2008 server?


    Thank you

    Regarding

    UH

    If it's the first listen on this machine, and you want to use the default settings, you don't need to configure anything and just run:

    lsnrctl start
    

    See Net admin. Guide for more details http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/listenercfg.htm#sthref947

  • How to configure the drivers in Windows 7 acer aspire 4339-2618

    When you install the device has a network window manager, a controller ethernet one a communcative adapter pci drivers and others and has too be configured in the Device Manager there look on a list on your computer or online it find a solution online if you have too get themm o that you would use in free software or out of my list of managers acers computer peripheral drivers again its an acer 4339-2618 and how to set up a network that sends messages of error with the ethernet cable may be broken point access and such bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb issues

    Hello

    1. What do you mean "has too be configured in the Device Manager there look on a list on your computer or online never find a solution online if you have too install manually '?"
    2. do you have problems installing the drivers?
    3. you are not able to access the Internet?

    I suggest you try the steps from the following links:

    Automatically get recommended drivers and updates for your hardware
    http://Windows.Microsoft.com/en-us/Windows7/automatically-get-recommended-drivers-and-updates-for-your-hardware

    What to do when a device is not installed correctly
    http://Windows.Microsoft.com/en-us/Windows7/what-to-do-when-a-device-isn ' t-installed-correctly

    Updated a hardware driver that is not working properly
    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    Response returns with the information required to help you solve the problem

Maybe you are looking for

  • YouTube movie mode does not work properly

    For some reason the theater mode is more (to date) works correctly. He turns the upper part of the screen black as before, but now the video itself is very small in the black area. The black box itself is also smaller (from top to bottom) than it use

  • CTRL T does not load a new tab

    When I use Ctrl-T or click on the + tab, I get an error. The address bar has the addresses of all the tabs loaded in common and of course, fails. This occurs in the user account from my work, but not in the Admin or a new Test user account. Also, if

  • TDC001 error 10109

    Hello, I'm currently developing a program to order 3 controllers with labview thorlabs TDC001. I created a basic program (I m new on labview) with the guide found in http://www.thorlabs.com/images/TabImages/GuideToLabVIEWandAPT.pdf. , so I found myse

  • Deactivation of the system {86065935}

    Please help, my children can put in a wrong password and now it gives me eror firstly it ask password on password and I really need to work please, need help ASAP

  • Problem reassociating with correct .zip files

    By mistake, I opted to open a .zip with the itunes application file and now all my zip files are using this application. How to re-associate the format .zip with the correct program?