Purpose of DB links

Dear all
I'am new in this feild please don't mine if u think as it's silly question.
my question is why we are use DB link. Does it not possible to access the other database users from simple networking means configure listener and tns. please explain me in detail what's the actual purpose of dblink

user12230768 wrote:
Dear all
I'am new in this feild please don't mine if u think as it's silly question.
my question is why we are use DB link. Does it not possible to access the other database users from simple networking means configure listener and tns. please explain me in detail what's the actual purpose of dblinkIn addition to what the others said, as a bit of additional clarification --- a dblink allows one database to act as a client to another.
So, I connect to DB1 using some client, let's say sqlplus. Then I ussue a query using the link, like
select empname from emp@dblink_to_db2Then db will, in turn, establish its own connection to DB2 (using the same client to server mechanism as any other client) and pass the query on.
The real value would be when you want to combine data from two different databases into a single query:
select a.emp,
         b.address
from emp a,
       em2@link_to_db2 b;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Purpose of Messages link in MI Client SP 18 ?

    Hi,
    Could anyone please tell me the purpose of Messages link in MI Client SP 18 ?
    what is it for ? when and what kind of messages it contain ?
    Currenlty when i am clicking on it , it is showing error page .
    Thanks & Regards,
    Vipin

    Hi Vipin,
    Adding to the points mentioned above.
    This is for the system messeges, you receive from the middleware.
    Purpose is to update the users with the latest information about the upgrades,timelines,system down times etc...
    For ex: A system administrator can set the messeges( based on the users also )
    to the users about the upgrades of the system and can ask not use the application until next updated messege comes about the upgration of the system(this is only one example)
    Simply we can say that this messeges is used to inform the users about some information(critical).
    Hope this is helpful.
    Cheers,
    Karthick

  • Can i hide "Open Web Part Page in maintenance view" link when editing wiki page properties

    I am working on an Enterprisewiki site collection inside SP 2013, and currently when contributor users edit the wiki page properties by going to "Page Option >> Edit Properties" , then will find the following link, named "Open Web Part
    Page in maintenance view" which sound strange :-
    so can anyone advice what is the purpose of this link and how i can remove it ?

    Hi,
    If someone wants to open a wiki page in Web Part maintenance view then they can directly use this link to switch into the view and can directly delete problematic webparts from there.
    To remove this link, you can try below jquery code in Content Editor webpart on Editform.aspx of wiki page library.
    <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>
    <script>
    $(document).ready( function (){
    $("a[id$='WebPartMaintenancePageLink']").hide();
    $("a[id$='WebPartMaintenancePageLink']").parent('td').parent('tr').hide();
    </script>
    Thanks. Please mark it as an answer if it helps.

  • View Links? What do they offer?

    I'm new to BC4J and I may be misunderstanding what view
    links are for but it seems to me that I can accomplish
    the same thing with a View Object.
    What I mean is:
    It seems that the main purpose of View Links is to join View
    Objects.
    Why join the Views when you can join the Entity Objects in a View
    Object.

    Athough there are some indications that Apple is expanding the AppleTV product line (and have added a number of apps to it over the last few months), until such time as an official annoucement is made, no one here would be able to tell you what is in store (this is a user-to-user forum).
    If you think Roku serves your needs better, perhaps that is what you should purchase.

  • How to create a DSN-less connection to SQL Server for linked tables in Access

    hey
    i cant understand how i use that Function
    if that information what you need
     stLocalTableName: dbo_user_name
    stRemoteTableName: user_name
    stServer :sedo2015.mssql.somee.com
    stDatabase :sedo2015
    stUsername :sedo_menf_SQLLogin_1
    stPassword :123456789
    how will be that Function??
    please write that Function to me
    '//Name : AttachDSNLessTable
    '//Purpose : Create a linked table to SQL Server without using a DSN
    '//Parameters
    '// stLocalTableName: Name of the table that you are creating in the current database
    '// stRemoteTableName: Name of the table that you are linking to on the SQL Server database
    '// stServer: Name of the SQL Server that you are linking to
    '// stDatabase: Name of the SQL Server database that you are linking to
    '// stUsername: Name of the SQL Server user who can connect to SQL Server, leave blank to use a Trusted Connection
    '// stPassword: SQL Server user password
    Function AttachDSNLessTable(stLocalTableName As String, stRemoteTableName As String, stServer As String, stDatabase As String, Optional stUsername As String, Optional stPassword As String)
    On Error GoTo AttachDSNLessTable_Err
    Dim td As TableDef
    Dim stConnect As String
    For Each td In CurrentDb.TableDefs
    If td.Name = stLocalTableName Then
    CurrentDb.TableDefs.Delete stLocalTableName
    End If
    Next
    If Len(stUsername) = 0 Then
    '//Use trusted authentication if stUsername is not supplied.
    stConnect = "ODBC;DRIVER=SQL Server;SERVER=" & stServer & ";DATABASE=" & stDatabase & ";Trusted_Connection=Yes"
    Else
    '//WARNING: This will save the username and the password with the linked table information.
    stConnect = "ODBC;DRIVER=SQL Server;SERVER=" & stServer & ";DATABASE=" & stDatabase & ";UID=" & stUsername & ";PWD=" & stPassword
    End If
    Set td = CurrentDb.CreateTableDef(stLocalTableName, dbAttachSavePWD, stRemoteTableName, stConnect)
    CurrentDb.TableDefs.Append td
    AttachDSNLessTable = True
    Exit Function
    AttachDSNLessTable_Err:
    AttachDSNLessTable = False
    MsgBox "AttachDSNLessTable encountered an unexpected error: " & Err.Description
    End Function

    thanks more thanks for you
    look i add that code in form
    it worked but i cant add recored  why ??
    Private Sub Form_Open(Cancel As Integer)
    Call AttachDSNLessTable("dbo_user_name", "user_name", "sedo2015.mssql.somee.com", "sedo2015", "sedo_menf_SQLLogin_1", "123456789")
    End Sub

  • Need information about DB link

    I need some information about DB links (TCODE - DBCO).
    What is the purpose of DB link?
    How do We Transport a DB link when we need to refresh a system/server?

    To provide access to external, non-SAP databases, SAP has developed the DB Link
    tool, which allows access to data stored in an external database through the BW Service
    API. The basic idea behind the DB Link tool is to connect to a remote database, to make
    the required remote table or view visible to the SAP ABAPWorkbench dictionary, and
    to define a generic extractor for the remote table or view. The DB Link tool is supported
    for Oracle, Microsoft SQL Server, and IBM DB/2 databases.
    Refer:
    [http://help.sap.com/saphelp_nw04/helpdata/en/58/54f9c1562d104c9465dabd816f3f24/content.htm]
    [Query;
    Edited by: N Narayanan on Sep 17, 2008 1:52 PM
    Edited by: N Narayanan on Sep 17, 2008 2:00 PM

  • Linking to specific pages within several other pdfs

    My source pdf has ~700 references and I need to create a link to each reference (target pdfs).  There are hundreds of target pdfs and the source document references different pages within each of the target pdfs.  The target pdfs need to contain the entire document and not just the cited pages.  What I am doing is creating a link and selecting opening a file.  What I am not able to do, is assign a page number to this link so that a certain page will appear instead of page 1.  I understand that you can set the initial view with file properties, but that will not work as I would then have to create a pdf for each link and there are far too many references to do that.  Here is a sample "Reference at pp. 2, 4, 6." and in this sample I want a separate link for each reference that will go to page 2, page 4 and page 6 (again I need the entire document for reading purposes for these links and not these specific pages).

    Please refer : http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml

  • Self-made link for "Customize page" ?

    How do I add a link in a Navigaion Bar that does the same as the built-in "Customize page" link in the built-in header ?
    Is there any procedure for that purpose?
    (the link seams to not use a procedure)

    You could create a URL element on a navbar portlet that takes you to the customize for a specific page by copying the link for that page, but not a generic portlet that works across many pages. There is currently no procedure that generically determines what page you are on and then goes to customize for that page.

  • Link local ip

    What is the purpose for this link-local address?
    What causes it to show up? Is it because my printer is on my network and is connected in this way.
    I wondered, because I have never seen this before in my network security map under my computer. It shows my IP address, plus this link-local IP above it.
    And the only answers on the web state the function of it to be, communication with in a network between nodes.

    Do you mean that you receive the local link IPv6 fe80::25ce:dfd6:etc?
    No, I mean it is now showing up in my network security map, and it was not before, just the IP4 address showed before. Now it shows both.
    I thought it might be showing now that we bought a new wireless router (Asus RT N66R), or that we now have a new printer connected to the wireless network.
    And here is a screen shot of my network, and details.
    If you use Obtain an IPv6 address automatically, but you don’t have a DHCPv6 server, you will get the fe80:: address.
    I don`t understand what a DHCPv6 server is, or if I have one. What my wireless network consist of this; The cable internet modem-wireless router-and all that connects to the wireless router-5 computers-2 TV`s-2 phones-1 printer
    If your environment use IPv4, and then you don’t need to pay attention to the IPv6.
    You can disable the like the following screenshot.
    What environment uses IPv6?
    I read somewhere, that in networks home group uses ipv6, and if you turn off/leave homegroup, ipv6 address does not show up anymore on your network as shown in the first screen shot. When I check in
    network-homegroup-, it states, (If you leave homegroup, you wont be able to get to shared libraries or devices.)
    So I don`t think that the ipv6 address is showing in my network security map, unless it`s being used for something?
    Thanks Fangzhou
    P.S. who, where, and what internet provider gives you 10gbps???? that's fast! just wondering from your screen shot.

  • Cannot play Mysic Unlimited content on Mirror Link radio with Walkman

    Hello.
    I finally post a message on the support forum because I'm really annoyed with this limitation.
    What is happening:
    I'm using a Mirror Link radio in my car, it is a Sony XAV601 BT Mirror Link enabled radio.
    The problem is that when I try to use Walkman App any Music Unlimited song is not played on my car speakers but on the phone speaker. When it happen a message saying something like "protected content is not allowed". I understand that it is a limitation that you put on the Walkman app. But:
    There is a very disturbing thing: I am able to use Music Unlimited app on my radio, and I have my songs on my car speakers. But this app is crashing a lot and I really prefer Walkman because I can mix Music Unlimited songs with some other MP3 that I have on my memory card.
    The other disturbing thing is that I can use my radio and the Walkman app with bluetooth: doing this I get all my songs played on my speakers with no limitation. But using bluetooth not allows me to get my navigation app displayed on my radio, and there are some glitches on the song transmission.
    So where is the point of blocking the Music Unlimited songs on Walkman when using Mirror Link ? Can't you really not allow Music Unlimited songs on a Mirror Link radio, when it is exactly the purpose of Mirror Link: having all your phone on the radio.
    Thank you for considering this.
    Hubert; annoyed Sony user.
    P.S. : as far I rememeber every Walkman app I tried, no matter the version, has this limitation.

    Hello.
    It is still me, and it is still not working.
    I keep updating my walkman app, 8.5.A.2.7 is the last version and it is still not working with mirrorlink radio.
    Can someone give me at least a reason why it is not working ?

  • Question Regarding QoS and Firewalls Rules

    Hello experts, I hope a simple question for you today. I am working to elevate our outdated H323 traffic down a VPN tunnel we are only getting 600k throughput on.
    Under "Networking --> QOS --> WAN QOS" I have configured the downstream and upstream bandwidth rates using the 85% rule. I have also created a bandwidth profile called VOIP using 128-256kbps with a priority of "High"
    Under "Traffic Selector" I have created the profile using the VLAN 100 for the IP phones with the VOIP bandwidth profile.
    My question, is this the correct configuration and I'm done? Or do I need to go further and create the same IPv4 rules in the firewall rules giving it a QoS Priority of "Minimize Delay"
    Is there a way in SA540 to see the QOS statistics to see if they are working correctly?  I appreciate your input as always experts!!

    It's about the relevance of the link. Some will post a vague link to the SAP help that adds no value to anyone trying to find the answer to the question, whereas a targeted link to a - possibly difficult to find - page can be very useful.
    It's a bit of a subjective thing, example:
    A detailed question asks about technical info behind assigning a cost center to an organizational unit in the org chart.
    A reply such as:
    Check [this link|http://help.sap.com/saphelp_erp60_sp/helpdata/en/0b/dfba3692dc635ce10000009b38f839/frameset.htm].
    Is just wasting everyone's time. Unfortunately we see a lot of these, people seem to think it's a quick way of getting cheap points but it just frustrates everyone else.
    Asimilar answer can however be very useful if it contains a targeted link that relates directly to the question, e.g.
    See the help on [account assignment infotypes|http://help.sap.com/saphelp_erp60_sp/helpdata/en/bb/bdb2b6575911d189240000e8323d3a/frameset.htm].
    However a generic link as per my first example as part of a detailed explanation with a comment of "further info can be found over here" is a good post since the purpose of the link it more for convenience or reference info in addition to the answer in the post.
    Hope that helps,
    Mike

  • How do I add my Facebook account to Adobe Revel?

    I noticed when I first signing in to Adobe Revel on the web interface (web page), there was an option to sign in using Facebook.
    My account is already fully migrated from Photoshop.com and I already had an Adobe ID.
    I can only access Adobe Revel with the web interface.
    I signed in to Adobe Revel with my Adobe ID on the web interface.
    I saw no option to connect to Facebook.
    I believe that using the option to sign in with Facebook may create an additional account.
    One free account is enough. I don't want an additional account.
    The question then is how can I add Facebook to Adobe Revel when I can only use the web interface?
    If this question cannot be answered at this time, please make a feature request for the design team.
    As it is apparently available in the Mac (iOS, etc.) app, the API is already there. An option would be placing an Adobe Revel application on the server (in the cloud) which would permit access to this and many other features until it they can be rolled out for other platforms and devices. With the app on the server, features could be set or limited based on the account type. If it has not already, the code could be rolled into a plug-in for Photoshop and other Adobe software for collaboration or other purposes online.

    This link should explain how you get your photos from Revel to Facebook:
    http://forums.adobe.com/message/5168216#5168216
    You can only put a group of photos on Facebook from Revel directly if you are on an iPhone or iPad, or a single photo if you use Mac. Other platforms must upload to Facebook from their device or computer.
    Pattie

  • I am having a problem with hyperlinks in Pages...

    I have created a document with a list of hyperlinks to other Pages documents. They work fine until I leave and come back a day later...then all of the hyperlinks appear to be broken. They still look and act like hyperlinks but when I click on them they give me a "Link cannot be opened" message. Does anybody know what I am doing wrong? Please help! Thanks in adviance :-)

    No, I've kept the same directory structure intact throughout. They work fine and then the next day when I open the file they dont. If I close everything and immediately reopen the links are still fine, it seems to be related to how long its been since I've edited the files or something...
    I do know of one workaround but it is tedious...If I select all the linked files in Finder and open them up in pages and then close them, the hyperlinks in the master file will work...but tha sort of defeats the purpose of the links in the first place :-(
    Hope you can help, thanks :-)

  • What's the best way of recording drum tracks onto garageband?

    I usually use garageband to record acoustic tracks, but I want to get some drums involved. The drum kit software on garageband isn't great and pretty difficult to use with just the macbook keyboard, should I get some kind of USB keyboard or drum kit software from elsewhere? If there's a good keyboard for this purpose could someone link me up, because I'd also like to involve a bit of piano/synths in my recordings.
    I should also mention that I'm a student and am therefore on a pretty tight budget!
    Cheers!

    Yes, i suggest you to use a MIDI-Keyboard, even a small one (like my M-AUDIO KeyRig25) is good and fun to use. It's also better to use some specific Audio Plug-Ins which you can use in GB. There are many freewares around.
    Look here: http://www.macmusic.org/software/softwares.php?lang=en
    Here: http://www.gersic.com/plugins/index.php?daCat=-3
    Or here: http://www.dontcrack.com/freeware/
    Cheers!

  • Database schema SCM does not contain the associated database objects

    I am getting the following error when i am trying to migrate the form to apex using application migration.
    "*Database schema SCM does not contain the associated database objects for the project, aafs.*
    *Ensure the database schema associated with the project contains the database objects associated with the uploaded Forms Module .XML file(s).* ".
    Actully i am having one schema which i named as SCM, and i have defined one table TT.
    I created one form test.fmb in which i used TT table.its compiled successfully.
    Then i generated the xml file using frmf2xml from fmb file. After that, I created the project in appication migration wizard in SCM schema.
    Project creattion is working fine.but when i m trying to create application,it is showing me above error.
    can any one help in solving this problem.

    Hi Hilary,
    Thanks for your response/feedback.
    1. The schema associated with the project does not contain the necessary objects Can you please verify that the schema associated with your Forms conversion project does in fact contain the objects associated with the uploaded files. Could you also verify that the object names referenced in the error message do not exist within the schema associated with your workspace. Ensure that the schema associated with the project contains the necessary database objects before proceeding to the generation phase of the conversion process.
    Ans:
    Yes it does contain the objects (See results from SQL query Commands below):
    SELECT MWRA_CONTRACT_NO, OLD_CONTRACT_NO FROM PROJECTS@CONTRACT_LX19.MWRA.NET
    ORDER BY MWRA_CONTRACT_NO
    000000569 551TA
    000000570 553TA
    000000575 560TA
    000000576 561TA
    000107888 502TA
    000108498 500TA
    000108502 503TA
    2. The block being converted contains buttons, which may have been incorrectly identified as database columns, and included in the original or enhanced query associated with your block This is a known issue ,bug 9827853, and a fix will be available in our upcoming 4.0.1 patch release. Some possible solutions to this issue are:
    -> delete the buttons before generating the XML
    -> delete the button tags from the XML
    -> add "DatabaseItem=No" for the button in the XML file before importing it in Apex.The button is excluded when creating the Application.
    Ans
    yes it does contain push buttons to transfer to another forms and these are defined as Non data base items. Parial XML code provided below:
    - <Item Name="REPORTS" FontSize="900" DirtyInfo="true" Height="188" XPosition="4409" FontName="Fixedsys" ForegroundColor="black" DatabaseItem="false" Width="948" CompressionQuality="None" YPosition="3709" FontSpacing="Normal" Label="REPORTS" BackColor="canvas" FillPattern="transparent" ShowHorizontalScrollbar="false" FontWeight="Medium" ShowVerticalScrollbar="false" FontStyle="Plain" ItemType="Push Button">
    <Trigger Name="WHEN-BUTTON-PRESSED" TriggerText="GO_BLOCK('REPORT_1');" />
    </Item>
    - <Item Name="TRACKHDR" FontSize="900" DirtyInfo="true" Height="188" XPosition="3409" FontName="Fixedsys" ForegroundColor="black" DatabaseItem="false" Width="948" CompressionQuality="None" YPosition="3709" FontSpacing="Normal" Label="TRACK" BackColor="canvas" FillPattern="transparent" ShowHorizontalScrollbar="false" FontWeight="Medium" ShowVerticalScrollbar="false" FontStyle="Plain" ItemType="Push Button">
    <Trigger Name="WHEN-BUTTON-PRESSED" TriggerText="GO_BLOCK('TRACKHDRS');" />
    </Item>
    - <Item Name="SUBAWRD" FontSize="900" DirtyInfo="true" Height="188" XPosition="2429" FontName="Fixedsys" ForegroundColor="black" DatabaseItem="false" Width="948" CompressionQuality="None" YPosition="3719" FontSpacing="Normal" Label="SUBAWARDS" BackColor="canvas" FillPattern="transparent" ShowHorizontalScrollbar="false" FontWeight="Medium" ShowVerticalScrollbar="false" FontStyle="Plain" ItemType="Push Button">
    3. If you are still experiencing issues, then please create a testcase on apex.oracle.com and update this thread with the workspace details so I can take a look.
    Test case details are given below. It was created per ORACLE for open Service Request Number 3-1938902931 on ORACLE Metalink.
    Workspace: contract4
    username: [email protected] (my email)
    Password: contract4
    Comments:
    For my migration/testing purpose a dabatase link and synonyms have been setup by our ORACLE DBA. Could this be causing this problem?
    Do we know when the fix 4.0.1 patch release will be available?
    Thanks for your help.
    Indra

Maybe you are looking for

  • I bought a song on iTunes, and it is on my iPad, but the song will not play, it skips to the next song.  How can I fix this?

    I bought a song on iTunes, and it is on my iPad, but the song will not play, it skips to the next song.  How can I fix this?

  • Purchase Order Rejection

    Dear all, When a purchase order is rejected (ME29N), the on-order stock is not updated automatically - until the purchase order item positions are deleted in this purchase order. So a plant controller who rejects a PO (and would not be authorized to

  • Trivial Catch block question

    In a test harness I wanted to put some debugging output to System.out and keep one line per thread execution so I could read it more easily. I have a try catch block, and in both sections my debugging prints out with System.out.print, so they should

  • XQuery performance vs. Lucene

    I'm trying to tune some databases for better query performance. I'm using the BDB XML Java API. The queries I'm trying to tune all return counts, i.e. count(...). Presently a query might take about 500ms to execute, but ideally it would take 50-100ms

  • Change sold-to party VA02 - XD02 supply company code

    Hello everyone I am in the editing or creation mode of an order (VA01/VA02) and want to change the data of the sold-to party. Therefor i use the 'Display sold-to party'-Icon in the order (F6) to jump to the customer change dialog (XD02). I get the me