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.

Tags: Database

Similar Questions

  • The files locally... header disappears with remote display

    Here's a link to the problem I'm pulling out my hair above.

    http://bouskyarts.NET/gardenProject/index_garden.html

    This is the link to the header, you can see a small piece of when viewing online. All works quite well when viewing locally in Firefox. The problem is when it is displayed from the remote server.

    http://bouskyarts.NET/gardenProject/Flash/header3.swf

    The site was created in Dreamweaver, and I used the z-index. See how their little heads overlap the header. I guess that's the problem. I tried to use a jpg version static header, thinking it might be a conflict with the swf and the z-index. It didn't fix it.

    Y at - it a fix for these problems?

    You may have a conflict of interest code...  Looking at the source of the page I notice that you have these two tags, one after the other...followed by a secondary Flash section incorporating the code.

    Normally, these tags should be encompassing all the secondary section of the Flash code... being the flash code section located below them.  Without those who surround him, that article of the code of the object is at stake, and it shouldn't be if the is also at stake, what it will be if the browser allows JavaScript.

    So a long story shortened... try to move this tag after the last of the Flash section and see if that helps.

    I also noticed that this second part of the code is not what would normally be in the

  • I can't listen to my music with using data?

    Then I updated my iphone with its new software and now all the music that I downloaded and played my music with using one of my data and now I can't download from my icloud to listen to using any help my data?

    Hello Shirazsh,

    Thank you for using communities of Apple Support.

    I understand that you are looking for a way to listen to your music not connected to the Wi - Fi that does not use your cellular data. Take a look at this support article: Add music to the music from Apple to your library catalog

    This section describes how to do exactly what you are looking for:

    How to download music to listen to offline

    You can download songs, albums, or playlists on your device so that you can listen to them when you are not connected to the Internet, you need to download tracks, albums or playlists on each device that you want to use for offline listening.

    In the application of the music on your iPhone, iPad or iPod touch, or iTunes on your Mac or PC, find the song, album, or playlist that you want to download. Then:

    • On your iPhone, iPad or iPod touch: tap download .
    • On your Mac or PC: click Download .

    If you do not see or , you need to add songs, albums, or playlists in your library first.

    Best regards.

  • 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

  • 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 &amp; 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

  • How can I configure VPN to allow someone to see my local network but use their own internet?

    OK, I have the VPN all the settings and it works decently, but one thing I really want I can't understand.
    When 'Default gateway to use on a remote connection' is checked in the customer then remote users can connect to the vpn, access in the right subnet and to access the internet

    When it is not enabled, users cannot access the computers on the subnet (other than the remote desktop to the vpn Server itself using the local IP address), but they can access the internet through my network.
    If it is checked and then access the internet through my network and subnet.

    What I would like is to be able to have users access the subnet as if they were here, but use their own internet for everything else.
    Who is? What Miss me to make it work?

    OK, I have the VPN all the settings and it works decently, but one thing I really want I can't understand.
    When 'Default gateway to use on a remote connection' is checked in the customer then remote users can connect to the vpn, access in the right subnet and to access the internet

    When it is not enabled, users cannot access the computers on the subnet (other than the remote desktop to the vpn Server itself using the local IP address), but they can access the internet through my network.
    If it is checked and then access the internet through my network and subnet.

    What I would like is to be able to have users access the subnet as if they were here, but use their own internet for everything else.
    Who is? What Miss me to make it work?

    Hi, Talkingscientist,

    Try this

    Linksys

    http://TechNet.Microsoft.com/en-us/library/cc302437.aspx

  • give the user local administrator rights using local admin script

    I would like to give a domain user with local administrator rights using scripts via sccm, now that user does not disconnect, and if the admin rights come into force. I want to get the user who is logged on rights and it shall take effect as it is connected. This is possible thanks to a script or restart a service or group policy update?

    Thank you very much for your time.

    Asher

    Hey Asher,

    Thanks for posting in the Microsoft Community.

    As you try to give a domain user with local administrator rights using scripts via SCCM, the question you posted would be better suited for COMPUTING public Pro on TechNet. I would recommend posting your query in the TechNet Forums to get help:

    System Center Configuration Manager

  • Do I need a smartband to use Lifelog?

    Do I need a smartband to use Lifelog?

    Hey LokiAllfather, you don't need a SmartBand to use Lifelog. Here is a link,
    http://www.sonymobile.com/GB/apps-services/LifeLog/

  • I need manage the bandwidth used, PowerConnect 6224 traffic collision and packet traffic.

    I need manage the bandwidth used, PowerConnect 6224 traffic collision and packet traffic. I downloaded the MIB from the Dell support site and I saw thar there are about 105 MIB in the downloaded file. My question is: in what Mib, I can find the OID which allow me to monitor the above?

    Thanks in advance

    Rogerio

    Unfortunately, there is not a complete list of the different OID in different MIB. In order to find this info to simply browse through the different MIB seeking the OID, you need. We did some looking through the MIB and found these OIDs that can help you. Another thing to keep in mind is that the MIB downloaded are in general of a group of switches. So there are situations where a /OID MIB listed will work for a certain model of switch with certain level of firmware.

    RMON-MIB

    FastPath-cos-qos-mib

    Another method, some people have had success, done using a SNMP walk.

    http://www.snmpsoft.com/freetools/snmpwalk.html

    I hope this information helps. The method of importation for these MIBs can change based on the management/tracking software that you use.

    Thank you

  • I can't use my headset while I listen to the music with the home theater.

    original title: I can't use my headset while I am listening to the music with the cinema.bouth House is connected to my pc... What can I do?

    I have my homecinema and my headset connected to my pc.what can do so they can work at the same time?

    Hello

    1. What do you mean my home theater?
    2. How is it connected to the PC?
    3. What is the brand and model of the PC?

    Follow the steps described in the links to update the sound card drivers:

    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

    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

    It depends on your hardware. Your computer must have a card that is capable of several output stream.

  • Is there some problem running DML using dblink DB 10 g DB 12 c?

    Hi gurus,

    We want to know if there are certain restrictions, bugs or major problem if we want to execute DML (in function, procedure or package) using dblink DB 10 g DB 12 c?

    There are some related official documents?

    Thank you

    Gustavo

    gherreni, generally based on my experience with distributed queries that goes back to version 6.35 to 11.2 as long as objects 12.x do not use new types of features or data that are not known to the 10.x version queries and DML work between the two versions.  This restriction to access the new features was almost always there.

    - -

    HTH - Mark D Powell.

  • I need to export videos using adobe premiere with these video resolution: DV 25 420, MXF. I have tried many of the export preset, but the MXFop1a give a video exorted with codec 411 instead of 420

    I need to export videos using adobe premiere with these video resolution: DV 25 420, MXF. I have tried many of the export preset, but the MXFop1a give a video exorted with codec 411 instead of 420

    It doesn't seem to be any adjustment for this user.

  • Hi, I am not able to execute the procedure using dblink in PLSql block. Although he works outside the end of the beginning. Please suggest solution

    Hello

    I'm not able to execute the procedure using dblink in PLSql block.

    Although he works outside the end of the beginning.

    Please suggest solution

    Hello

    Thanks everone for your contributions,

    As well as the permissions, I used to run inside the PL sql block, which was not necessary, we can simply call the procedure using dblink.

    Thanks guys,.

Maybe you are looking for