Local listener & remote listener

Hello

One can tell what is Local_listener Remote_listener, I tried to understand the documents may, but I did not get clear.

Thanks and greetings
Syed Khalid Ali

as you can see output on node1

.
.
Service 'jicracdb' has 2 occurrences.
'Jicracdb1' instance, State LOAN, has 2 managers of this service...
Managers:
"DEDICATED" set up: 0 denied: 0 status: ready
REMOTE SERVER
(ADDRESS = (PROTOCOL = TCP)(HOST=JICRAC1) (PORT = 1521))< this="" is="" the="" address="" of="" local="">
"DEDICATED" implemented: 2279 refused: 0 status: ready
LOCAL SERVER
'Jicracdb2' instance, State LOAN, has 1 operation for this service...
Managers:
"DEDICATED" implemented: 538 refused: 0 status: ready
REMOTE SERVER
(ADDRESS = (PROTOCOL = TCP)(HOST=JICRAC2) (PORT = 1521))< this="" is="" the="" address="" of="" remote="">
.
.

as you can see the addresses public hostname (JICRAC1, JICRAC2) and not the VIP (jicrac1-vip, jicrac2-vip).
This means that, if the listener redirects a client connection to another node, it will use the hostname JICRAC1, instead of jicrac1-vip. While JICRAC1 can not ve can be solved by the customer and therefore received the error ORA-12545.

I think that it is because you did not explicitly set the local_listener parameter.

She seems to be the same question in this metalink note:
RAC connection redirected host/IP error ORA-12545 [ID 364855.1]

then try to set the local_listener alias correct to refer to the local listener on each node and see if the problem is resolved.

as for your other question related to the .cs and .srv...
These are created when you create a database service, as below:

Service 'ractest' has 2 occurrences.

services are used to manage the workload in the CARS.
Please visit the following link to the documentation for more information:
http://download.Oracle.com/docs/CD/B19306_01/RAC.102/b14197/hafeats.htm

Best regards
Moustafa Hassan

Tags: Database

Similar Questions

  • Do I need local listener to use dblink with remote DB?

    Hello
    It seems probably stupid, but I wonder if we really need local listener upward and running when connecting via dblink with remote control.
    In other words when we using a db_link local listener somehow interacts or is that our session local <>- remote_listener-> remote_db?
    I think the version is unimportat here, but say that from 9.2 to 11.2.
    Concerning
    GregG

    Yes. ...
    his will be like any session on tns really, you connect to the listener, he gives you to the upper hole that connects you to the remote database.

  • BECAUSE an Instance of node and Local listener name

    Hello

    I have tested the RAC Database 11.2.0.2 and confused node on the name of the instance and the local recipient.
    I hope someone of you can help.


    Name of the data base: testdb

    1. the assignment instance of names in different case of RAC one node

    Case 1: If I stop CRS in node 1 by * "crsctl stop crs" *, an instance will start in node2 as * "testdb_1."
    Case 2: If I moved by * "srvctl relocate d testdb database node2 - n" *, the Forum looked in node2 is * "testdb_2."

    Is such instance name normal in these cases?

    2.
    For the RAC database, I set the local_listener like this:
    ALTER system set local_listener ='(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=node1_vip) (PORT = 1540)))' sid = "testdb_1";)
    ALTER system set local_listener ='(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=node2_vip) (PORT = 1540)))' sid = 'testdb_2';)
    SQL> show spparameter local_listener
    SID      NAME                          TYPE        VALUE
    -------- ----------------------------- ----------- ----------------------------
    testinst local_listener_1                string      (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node1_vip)(PORT=1540))))
    testinst local_listener_2                string      (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node2_vip)(PORT=1540))))
    Now the PB is RAC on the node,
    In case 1, the instance is "testdb_1" in node2.

    When I try to connect, I get error like that.
     
    sqlplus system@testdb
    SQL*Plus: Release 11.2.0.2.0 Production on Wed Mar 16 16:16:35 2011
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    Enter password:
    ERROR:
    ORA-12520: TNS:listener could not find available handler for requested type of server
    An idea for me to set the local_listener?


    Thank you.

    a.) you do not have to specify the local listener. If you do not specify this, 11.2 clusterware will update it with the correct information after a failover.
    (b) If you want to specify manually, so I suggest to use a TNS_ALIAS for this, since the TNS_ALIAS remains the same, just in the tnsnames.ora entries point to the local host. So in this case, you don't have updated the local listener parameter after the failover.

    ch.) the parameter listener remote SCAN is perfect.

    Concerning
    Sebastian

  • Local listener and listener to Scan

    In a 11.2.0.4 cluster can you set the local_listener and the scan_listener run on the same port 1521.

    In a 11.2.0.4 cluster can you set the local_listener and the scan_listener run on the same port 1521.

    Yes. You may think two headphones can not use the same TCP port in a server. But, remember, Local listener is running on the node RAC VIP and listener to SCAN runs on SCAN IPs that are different from the public IP/VIP to each node.

  • Creation of local listener for 11.2

    Version: 11g Rel 2
    Platform: Solaris 10
    2 node RAC

    Because of our custom requirements, we create our DBs CARS manually. Due to downtime, we create a listener for each DBs.

    If you are using dbca, all the below mentioned are the things in dbca. But if I used dbca I shouldn't know the existence of the file endpoints_listener.ora... and so on.

    Here's the scenario
    =============

    We already have our SCAN listener running on the port 31548.
    Now we create our local listener. So, I used netca to create the listener.

    DB name                 : HEWPROD
    Listener name           : LSNRHEWPROD (using netca to create this listener)
    Port                    : 25382
    Host name of Node1     : HWSTM348
    Host name of Node2     : HWSTM349
    NETCA added the following lines the listener.ora and endpoints_listener.ora
    1. listener.ora
    ==================
    LSNRHEWPROD=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LSNRHEWPROD))))                # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LSNRHEWPROD=ON                                                    # line added by Agent
    
    
    2. endpoints_listener.ora
    ============================
    LSNRHEWPROD_HWSTM348=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hwstm348-vip)(PORT=25382))(ADDRESS=(PROTOCOL=TCP)(HOST=10.213.107.87)(PORT=25382)(IP=FIRST))))                # line added by Agent
    Question1.
    What is the endpoints_listener.ora file? What does the word "point limit"?

    Question2.
    After the creation of the earpiece using netca, we follow these steps on each nodes to get the listener service DB
    alter system set local_listener='listener_<instance_name>' scope=both;
    eg:
    alter system set local_listener='listener_hewprod1' scope=both;
    The statement above works despite the fact that he has none of these headphones with the name
    listener_hewprod1
    The real listener created by netca is LSNRHEWPROD. But how the (parameter LOCAL_LISTENER) command above?

    Yes, they can listen on the same port because each process uses a different IP address.

    The SCAN_LISTENER is listenening to a maximum of 3 different IP addresses.
    The local listener is listening on the virtual IP address, which is different from the SCAN LISTENER addresses.

    Do not hesitate if you have any questions!

    Melanie

  • How to connect the local and Remote Desktop (Android OS) application simultaneously without one shot the other in the login screen?

    I want to connect to my local office via the remote desktop connection, but keep both connected at the same time without being local or remote kicking each other in the bridge/connection between the two. I tried to download and patch the termsrv.dll using UniversalTermsrvPatch - x 86 .exe for Windows Xp 32-bit SP3 compatibility. But still... Settings app may prevent 2 to be connected at the same time? If so could Microsoft please update their app. Any suggestions...

    Try this link for desktop connection xp remotely.

    https://www.Microsoft.com/en-US/Download/details.aspx?ID=7208

  • Navigation for the AVG firewall Windows XP - network sharing and occasionally be blocked due to uknown UDP outgoing local traffic remotely different ports... Repeatedly enters FilterDevice in the firewall log

    Various involved Ports:
    Local: 257 remotely: 513
    Local: 513 remotely: 6146
    I also saw port 259 and a few others...
    The firewall settings work for various other users, but seem to don't like is not something in my configuration.

    As a member of a domain running Windows XP Pro SP3
    When it blocks the traffic, they are always directed to a remote IP address of a domain within my local network controller. I uninstalled a lot of applications, and made sure I have no services for unix/linux installed.  For a bit, I thought he may have something for security certificates because my computer and user accounts are configured with our local CA... I doubt, however, that is related...

    I also know that my domain name is not the configuration as tight as we would like to see because we had to reduce some of the security settings for old Windows 98 and AS / 400 systems.  So I remember an old key "reg" which might not help:
    Location: HKLM\System\CurrentControlSet\Services\lanmanworkstation
    \Parameters
    Key: enablesecuritysignature
    Initial value: 0
    New value: 1
    This changed seemed to help but then after another it reboot started appearing again...

    Amaranth Hello,

    Thank you for visiting the website of Microsoft Windows Vista Community. The question you have posted is related to the area and would be better suited to the TechNet Forums community. Please visit the link below to find a community that will provide the support you want.

    http://social.technet.Microsoft.com/forums/en-us/categories/

    Keith
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Local and remote to the same virtual machine replication?

    Is it possible to configure replication for a virtual machine to replicate locally and remotely?

    For example:

    ServerA is my server I need to replicate.

    I set up replication for this VM ServerA to storage replicated in the same site (local)

    I opened the replication again for ServerA VM and I can only see/manage this replication.

    I would like to reproduce ServerA VM offisite in a remote cluster of VCenter for DR purposes.


    Is this possible? What I am doing wrong?

    same source VM cannot be replicated on the two sites with vSphere replication targets.

    If you use replication level storage table between the source to the target and the second replication, you use the replication of vSphere, it would be a different story.

  • logical standby local and remote physical standby

    Dear all,

    My version of the database is 10.2.0.1.0 (production) and the x 86-64 OS Version Red Hat Enterprise 4 Linux operating system

    Here's my configuration details:

    Rprimary database: two-node RAC

    LOCAL database backup database: autonomous

    Database watch remotely: two node RAC

    So, my question is, I want my local DR physical to convert logical standby and

    Remote DR will work as physical sleep as it IS.



    SQL > EXECUTE DBMS_LOGSTDBY. BUILD

    Will after running the statement above in my primary database production there be any performance HIT.

    And another important thing is that my statement above, should not affect my remote physical Dr.

    Just the local DR should get converted to logic of the standby database


    Thanks and greetings
    Yvon Das

    Yvon says:
    Mr President, thank you very much for your answer...

    Actually in my case I want to be a logical and physical database to aid in total. What I'm trying to tell you, it's that.

    We have already two CARS physical distance DR nodes and a physical local autonomous local DR, a * nd we want to convert the local logical physical DR DR *, * this means I want to keep my DR RAC as physical standby*.so, when we will realize the package on the primary database

    exec dbms_logstdby.build;

    It will cause no problem for my CAR remote physical DR.

    Only local DR must be converted into logic.

    Thanks and greetings
    Yvon Das

    Published by: Yvon March 4, 2013 12:17 AM

    I understand your question completely, you can convert logical physical standby standby either locally or remotely. By running the package it will not impact any performance on the primary production database. By running the package SQL apply will be activated.
    There will be no problem with it. Again, you can have physics or logic of Eve in the same configuration of data protection.

  • When you expand to show the local and remote sites in DW CS6 how local to be left?

    When you expand to show the local and remote sites in the previous version of DW, the type of files (local or remote) selected when you see do not both, automatically came on the left.  I liked local when I'm editing and when I'm ready to download I expand to see the two premises remotely.  Before, the one you selected, in my local case, was always displayed on the left.  In CS6 when I local selected before I develop, the local is now right and distance on the left. For me, this is not correct.  I find that having local on the works of best left to me as reading, left right, I want the room on the LEFT, so I put the update on the left of the remote control on the right.

    in DW CS6-> How to get the local to be on the left?

    Edit > Preferences > Site

    Change the right to the left on the top.

  • What is the best way to work! Local or remote...

    I work with Dreamweaver for about 4 months now, but I'm hard-pressed to find how the more preductive to work.

    You work in the local or remote view.

    With local all links with all images need to be changed when goes live, but it's a lot of work to have to go through all the pictures again.

    What do guys do?

    If your link paths work locally at the premiere, but doesn't work on the remote site, there is definitely something wrong with your site definition.

    The site root directory should not appear in your local files Panel.  It must be set in your settings of remote server only.  See screenshot:

    Nancy O.

  • Local and remote server reversed in CS5

    I've just upgraded to Dreamweaver CS5 of CS3. I usually download files from local to a remote server by clicking on the button "expand to display local and remote sites" and drag the file on the local server to the file on the remote server. In CS3, the local server is on the left and the remote server has been right in the expanded view. In CS5, it is reversed, with the local server on the right and the remote server on the left. Recently I accidentally did drag a file to the remote server on the local server, crush a lot of work, I'd just do it, because I was used to the servers being on opposite sides. Very annoying, to say the least.

    Anyone know why they did this way in CS5? Is it possible to move the view so that the local server is on the left and the remote control is on the right in the expanded view?

    Hello Sarah,.

    You can change locals and remote to your wish

    On Windows:

    (1) go to the button Edit on the menu bar

    (2) select Preferences

    (3) in the preferences dialog, select site from the catagery option

    (4) on the top, you will have the option to display local and remote and the optoin side where you want to place

    On Mac OS

    1) go to Dreamweaver on the menu bar

    (2) select Preferences

    (3) in the preferences dialog, select site from the catagery option

    (4) on the top, you will have the option to display local and remote and the optoin side where you want to place

    I enclose the snapshot of the Preferences dialog box with the circle where you need to work

  • Time zone - local and remote server are different

    Hello

    DW CS4.

    My computer and I are in PST and my host is in MST.  When a file is transferred to the remote server, the server gives the timestamp of the local MST.  By example, if I save a file at 5:30, my time and my transfer it immediately, on the remote server it will show 06:30 p.

    QUESTION: This time zone difference will create a problem for DW when turning or synchronization?  FileZilla has an adjustment to account for the difference, but I don't see a framework like that in DW.

    Thank you.

    John

    DW synchronizes local and remote filestamps with precision in different time zones via an XML file: dwsync.xml in a folder hidden _notes.

    It seems to work well most of the time (and you do not normally need to worry) that problems sometimes arise if dwsync.xml files is corrupt, but if you delete it, DW will be re - build it.

    See here for more information:

    Synchronize the files on your sites the remote and

    http://help.Adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7EA 4a.html

    The problems of synchronization in Dreamweaver CS4

    http://kb2.Adobe.com/CPS/405/kb405835.html

  • With the help of local and remote servers

    Can someone point me to somewhere that explains the use of servers the remote and? I have set up a local server (using XAMPP) and also a site remote dev on my hosting server. I'm assuming that I can choose to download files on the local or remote as I wish (local test and publish remotely). Is this the case? Currently, I can't download files on the remote server. When I "put", the files just to go to the location of the test (localhost).

    Any ideas?

    You test locally on XAMPP (or similar) and when ready, download on your remote server. If using could not upload to the remote server, it means that you have not set the remote info in your site definition.

    The only thing you can not download through Put is the database. You must create a database with the same name on your remote server. If you have data that you want to download, you can use phpMyAdmin to export to a .sql file. Then use your remote version of phpMyAdmin to import the data by accessing the file .sql on your local hard drive.

  • synchronization of local and remote sites

    Greetings

    I created a site on there and then he FTPed to a server to my ISP. The site was working fine until I did a few changes that I note below. When DW and I try to try to get a glimpse in a browser, I am unable to display all the files in any browser as DW is unable to locate the files locally or remotely.

    I get the error message is:
    Firefox can't find the file at / _ / _ / _ / _ / ThankYouVeryMuch/Website/tyvmi 3/index.htm.

    Changes to the site:

    -J' reorganized my folders locally by creating a new root folder. When I tried to add 3 pages, I got several error messages. One of them was that DW did not find the homepage. Another was that it was impossible to create the site map and if I'm not mistaken DW was unable to create cache files.

    -My client had a friend add a few analytical Google on the site. This person also created a XML sitemap. Of course, local and web sites were not synchronized so that I was getting error messages more.

    -J' then downloaded of the site to a new directory in the new root folder that I created above. This site downloaded my local root directory in Site Manager and is located at ./___/___/___/___/thankyouverymuch/website/tyvmi 3/index.htm

    -Here are my current directories for the site thankyouverymuchinc.com:

    Site name: thank you very much Inc.

    Local: ThankYouVeryMuch
    -> Website
    -> tyvmi 3
    -> index.htm
    -> pages

    Remote control: host: ip address
    -> www/htdocs /.
    -> index.htm
    -> pages

    Thank you very much
    Marlene

    > ATTENTION: the selected folder contains no home page of the current site.

    Open the site for editing definition.
    Click the Advanced tab to do this faster.

    in the plan section of the site, change the location of this site "homepage".
    It will be the old information with the? in the name of the folder.

    Also, check the section local news-> default pictures folder location if
    you have completed as before.

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

Maybe you are looking for

  • Reduce the system partition NTFS

    Hello Is it possible to reduce the system of NTFS partition more than 50% without loose datawith standard tools installed on preinstalled Windows 7 on Toshiba laptop Satellite Pro.Problem is $MftMirr file that is located in the middle of the NTFS par

  • Y at - it a State chart type or the flowchart describing the order of execution process model?

    One of my clients asked me this question... I have a problem with a change in the order of execution in TestStand 4.1.1.  [he has improved from 3.1 to 4.1.1]  It seems that ProcessModelPreStep runs earlier in 4.1.1 to 3.1.  This causes our model of e

  • visa error, except if it is logged on as admin

    I install a LV program on several computers running Win7. It uses the VISA to communicate with three separate instruments. If I am logged on as administrator, everything works perfectly, but when someone without administrative rights logs I get VISA

  • Promo online MSN?

    I reviced an email saying that I won. Then, I sent an email of proofreading. I've not giving personal information. This is the second email I have reviced. FAO: MSN Promo Winner Barry /Bryan March 1, 2011 Re: Disabled (Ticket # 953-057-1468) Dear win

  • Why do a "not a valid win 32 application error when you try to download service pack 3 for xp? How can I fix it?

    Recently, my computer crashed and had to be reloaded with XP. Kinda weird Explorer that all text is very very low. I tried to adjust the resolution and have implemented the automatic updates. I thought that installing service pack 3 could help, but I