Creating a DB link between mySQL and Oracle

How can I create a dblink in mySQL to view the data in an Oracle 10g table?
Thanks
Roald

Roald.vandenBerg wrote:
How can I create a dblink in mySQL to view the data in an Oracle 10g table?
Thanks
Roaldheterogeneous services;

Similar Messages

  • Db links between Net8 and Oracle Net

    Has anyone had any negative experiences with db links between 8i and 9i? If so what.
    Thanks
    Roger

    Hi Roald?
    Did you try to search it in google? There are many links mention about your question. Please see this
    Regard
    Helios

  • Can we have DB Links betweeb Informix and Oracle ?

    Hi All,
    Can we have DB Links between Informix and Oracle ?
    I am planning to write a PL/SQL procedure in Oracle
    which will pull records from a remote Informix database.
    Any help is greatly appreciated.
    Thanks.
    Cheers,
    Srini

    There are really two options:
    Generic Connectivity - functionality bundled with the database which uses ODBC / OLEDB to access other data source
    Transparent Gateways - extra cost products which allow access to other relational databases (provides better performance, more advanced features)
    For more info see: http://www.oracle.com/gateways/gateway_bundles/faq.html

  • Link between Class and characteristics created for that class

    Hi All,
    Is there any table that I can look at to find a link between class and the characteristics created for that class. For all the list of characteristics created I am refereing to CABN table but my requirement is to find the logic to see all the characteristics created for a class. Can anyone suggest me the right table to look at?
    Regards,
    Shane

    Hi,
    I would like to thank you for your quick response. So based on your thoughts, here is the process i followed to find the characteristics for a existing class,  took the Internal class number and used the KSML table to find all the Characteristics created for that class.
    To find the list of values assigned to that characteristics, used the AUSP table for that characteristics internal number.
    Thank you again for your inputs
    Shane.

  • 'Is there a link between OLM and iProcurement'

    I have been asked 'Is there a link between OLM and iProcurement'? The person posing the question is wanting to create trainers as suppliers and I know that the supplier information is shared between OLM and the A/P, A/R and G/L modules and I presume that the link to iProcurement will be via one of these modules however is there a more direct vanilla link between OLM and iprocurement?
    Any help would be great
    Thanks
    DM

    I am afraid there is no link between the iProc and OLM.
    The closest that apps can offer you is that your learner/delegates can be of type external i.e. being an Organization or a Customer. Hence there exists a link for your delegate to be a customer(hz_parties).
    However this might be a future integration i.e. Trainers being suppliers. I am saying so because in 11.5.10 there is a table named OTA_VENDOR_SUPPLIES that has reference to vendor_id. Currently this table is not being used by OLM.
    You may look into the code of packages OTA_VSP_API, OTA_TEA_BUS & OTA_PLE_BUS and see if Oracle's future functionality will converge towards your business requirement.
    Thanks,
    Anil Passi
    http://oracle.anilpassi.com

  • Link between sd and pp

    hi all,
      i have a problem regarding relation or link between sales and production order. i have to fetch production order number related to sales order number. i have checked in the table AFPO that is production order item table , there is field AFPO-KDAUF and AFPO-KDPOS ie, sales order and sales item. but when i see these two fields there is no data into the field so how can i get data into the table related to production order.can anyone help me on this issue.

    Please refer to the below links -
    https://forums.sdn.sap.com/post!reply.jspa?threadID=309885
    Integration points with MM/IM and PP are some of the following -
    When a Production order is created and released a reservation gets created for the materials in BOM
    When the reservation is created and materials are posted against the reservation with mvt type 311 these are transferred to the respective location.
    When a GR is posted with mvt type 101, the Finished or Semifinished goods are posted to the respective storage location and inventorized.
    When a consumption is posted with mvt type 261 then stock will get reduced in resepective storage location.
    When a batch determination is done in a production order basing on the batch search strategy and sort rule material, quantity and batch are selected.
    If WM is configured an associated internal movement for all the above movement types will be posted.
    During MRP, BOM which is a master data for PP is used to calculate the dependent requirements of materials.
    During availabilty check of a production order basing on the availability check configured materials will be selected and checked.
    Hope the above may help you.

  • Link between GTM and FSCM (sales or purchase order hedging)

    Hi all,
    I am trying for a few days to have SAP GTM working (I am in an IDES ECC6 system, and as far as I know in EhP4 version). The main goal in fact is to test the currency hedging, and therefore to the link GTM and FSCM, either single-sided purchase or sales order, or two-sided . The flow I want is the following :
    -     I buy or sell a product, in GTM, through a trading contract which generates a purchase or sales order.
    -     Automatically a currency hedge is generated to cover the risk, in FSCM, I guess in exposure management.
    -     And then the financial products (derivatives) are generated as well.
    No problem to create the trading contract, no problem to generate the sales or purchase order. But in spite of the (very little) customizing I found in u201CSAP GTM => currency hedgesu201D, and some in FSCM, in u201Ctreasury and risk managementu201D, no way to have this link between GTM and FSCM, no additional document is generated like a Forward Exchange Transaction (I guess I should have this, and then a risk exposure in FSCM).
    Would you have an idea ? Is this customizing, or an additional Business Functions or Extension Set not activated ? SAP says : u201Cit worksu201D, but canu2019t find the way.
    Thank you very much for your help, I am quite looking for this link for a few days now u2026
    Best regards
    Patrick

    Yes Mr Ashish!
    As far as iam concern there is no link between Project & Customer Master, you have to link it with SALES order, I had check in XD03,XD01, the complete customer master, i didnt find any field in customer master which links with Project.
    I'll let you know if i find any links.
    Regards,
    ANSAR

  • What is the link between PO and Requisition in database side

    hello friends,
    please can any one tell me that what is the link between PO and Requisition in database side. means after creating the requisition we will go for create the PO based on that requisition.
    want to know that what is the link between both in database side.
    Thanks in advance
    krish.

    Hi,
    The link is at distribution level, between:
    PO_DISTRIBUTIONS_ALL.REQ_DISTRIBUTION_ID
    and
    PO_REQ_DISTRIBUTIONS_ALL.DISTRIBUTION_ID
    Hope it helps.

  • Link Between AP_INVOICE_PAYMENTS_ALL and AP_PAYMENT_SCHEDULES_ALL

    Guys,
    I am new to Oracle Financials, can you please let me know if my understanding of link between AP_INVOICE_PAYMENTS_ALL and AP_PAYMENT_SCHEDULES_ALL is correct or not?
    SELECT ai.invoice_id
    , ai.invoice_num
    , aps.due_date
    , aip.accounting_date
    , aip.amount, aip.payment_num
    FROM ap_invoices_all ai
    , ap_invoice_payments_all aip
    , ap_payment_schedules_all aps
    WHERE aps.invoice_id = ai.invoice_id
    AND aip.invoice_id = aps.invoice_id
    AND aip.payment_num = aps.payment_num

    plz look at seeded view AP_DOCUMENTS_PAYABLE
    FROM
    ap_invoices_all ai,
            ap_invoice_payments_all aip,
            ap_payment_schedules_all aps,
    WHERE
    AND aip.invoice_id = ai.invoice_id
    AND ai.invoice_id = aps.invoice_id
          AND aps.payment_num = aip.payment_num
    ...your code a bit different by
    AND aip.invoice_id = aps.invoice_idbut it's ok
    >
    AND aip.payment_num = aps.payment_num
    Is this correct?
    >
    yes

  • Link between PO and PR

    Dear Experts,
    I have one requirment where they need report based on Purchase order and in additional to that they need PR amount(PREIS) which is there n EBAN table and another field PO Asset number(ANLN1) which is in EKKN table.I am using the datasource 2LIS_02_SCL.But these two fields are not available here so decided to use EBAN and EKKN tables to create view by linking these tables and go ahead for Generic Datasource.
    But i couldnt find the link between these two tables as BANFN (Purchase requisition number) is there in EBAN but not in EKKN.
    So i have decided to Link these two tables by using EKET table where i have BANFN and EBELN(PO number) here.
    Still am finding problem with this table also.
    Could anybody help me in this regard.
    Thanks a lots n adavnce..Please help me out.
    Rgds
    Ace

    Hello ACE
    I will suggest you to create generic data source on EBAN and create an ODS object. Then you can create infoset to get the reports.
    Regards
    Baljit Singh

  • Link between iTunes and Library lost. Hard drive failure

    Hi!
       I need help with the following problem. (i7 27" iMac/256GB SSD + 1TB of internal disk hard drive. (SATA/7200rpm/3.5"))
              The 1TB internal hard drive on my iMac failed the S.M.A.R.T. Utilities test so Apple called in the computer and I had to have the hard drive replaced. The technicians reloaded the system from a 1TB external Western Digital hard drive; I had backed up the everything on it using Time Machine.
              Unfortunately, the iTunes application cannot now locate my iTunes library. I create a lot of slideshows on Aperture and use music from iTunes on the audio tracks. The titles on the audio tracks are now inaudible and are preceded by a yellow triangle with an exclamation mark inside. Can anyone help me on how I should re-establish the original link between iTunes and its library. The music files are located in folders (name of artists), within a folder (iTunes Music), within a folder (iTunes), within a folder (Music), within a folder (declangreaney) on the 1TB of internal disk drive.
              In trying to solve the problem, I went through the folders and double clicked on one song. This opened iTunes so I highlighted and dragged all the other 'artist-named' folders on the iTunes interface and in doing so, I succeeded in accessing all the files. This is not wholly satisfactory, however, as I do not have my own playlists and more seriously, there is still no link between the Aperture audio tracks.
      Sincerely,
         DG.

        Hi again!
         I saved the last message by accident which caused the reply to be sent off and so I had not finished what I wanted to write. Aploogies.
         I didn't find the new iMac hybrid SSD/Disk system easy to understand when it arrived over a year ago. I eventually decided that the 256 SSD section would be best suited to having the Operatin System for greater speed and I must have decided to put the music files on the 1TB internal hard drive along with photos and raw video clips. I can't honestly remember. There was a lot to take in. I wasn't even aware until this failure that iTunes had a default location.
         In addition to having the iTunes folder on the internal 1TB hard drive, I used Time Machine to store the entire computer contents on a 1TB Western Digital external hard drive. I had done my last Time Machine back-up on the 13 February and so I was hoping that by opening one or two songs on the back-up, they might reactivate the 'old' interface with the original playlists on it. That didn't happen but I then realised, while I was still in the Tme Machine back-ups on the WD external hard drive, that in the iTunes Media folder contained within the iTunes folder on the default Users/Username/Music location there was only an Add automatically to iTunes folder which was empty. While still still looking through the Time Machine back-upsI saw that the music instead was stored on the 1TB of internal hard drive as outlined on the first post:
         'The music files are located in folders (name of artists), within a folder (iTunes Music), within a folder (iTunes), within a folder (Music), within a folder (username) on the 1TB of internal disk drive.'
       The iTunes.itl file was last modified on Monday at 21:52. Created on 17th February, 2012. Size 386KB
         Regards,
         DG.

  • Is there any Link between BNK_MONI and DMEE

    Hi ,
    I have created EXIT Fucntion Module in DMEE Structure for PAYM Tree Type to udpate value of Reference Text node to show Custom value. Stand alone DMEE works fine for Testng purpose. But It does not work with BNK_MONI .
    I am running following sequence of T Codes :
    RVND --> F8REL --> F111 --> BNK_APP --> BNK_MONI ..
    I want to update one of the fields in output file generated by BNK_MONI .
    Is there any link between BNK_MODI and DMEE ?
    Or shall  I have to Debug background job created by F111 like it is done in case of F110 ?
    Please suggest..
    Edited by: Yogesh Gupte on Jan 27, 2012 6:59 PM

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -DLN
    In VOV5,
    For Itemcatagory DLN+        --CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Link between IT0014 and IT0015

    Hi,
       i created one wage type in IT0015 with amount 5000$, So that 5000$ payment made to associate. Now the same i want to recovery as 500$ in 10 installments through IT0014. Can u pls help me how will create the link between IT0014 and IT0015 for the advance wage type?
    Please give me the detailed information,so that i can configure in my system own.

    Hi,
    Please follow the below steps:
    1. Copy the WT (XXX1) from MD70 as a Balance WT
    2. Copy the WT (XXX2) from MD80 as a Recovery WT
    3. Copy the WT (XXX3) from MD90 as a Total WT
    4. Maintain the link in the table V_T51P1:
      indicator 10: Recovery WT to Balance WT
      Indicator 11: Balance WT to Total WT
    After you Paid the Advance Just decide the installments star date and amount and then maintain
    1. WT XXX2 in IT0014 with same start date (End date can be 31.12.9999) (Installment amount needs to be maintained)
    2.WT XXX1 in IT0015 with same start date (One time entry only) (the Advance amount needs to be maintained)
    3. WT XXX3 no need to maintain in any info type AND just you run the payroll ,system will deduct all installments until the total advance will deduct.
    Please let me know if you have .........
    Thanks
    Cheera

  • Link Between Draw and viob01 or viob02...

    Hello guys can you help me with my problem im trying to find the link between draw and viob01 or viob02..
    Thanks guys!
    JP

    Hi Barro,
    Its very late to answer you but still your problem is not resolved, you can follow the below steps to get the relations between those tables.
    1. Use SQVI transaction,
    2. Create a View
    3. Enter title,
    4. Choose the Data source as Table Join
    5. Now use Insert table option.
    6.And insert the tables which you want. It will propose the relation between them.
    Thanks
    NItesh

  • Link between Customer and GL Accounts(Revenue,Receiving)

    Hi,
    Please help to find the link between Customer and his revenue and receiving accounts link.
    For each customer it may be bill to ship to site in this each site contain accounts I want link for those accounts.
    Any one please help me.
    Thanks
    Prasanna

    Hi V.Kras,
    I was getting the error "Template Builder Installer: Unexpected Error" when installing Oracle BI Publsiher Template Builder for Word 10.1.3.4.1. I notice that you have faced with the same problem and installed successfully.
    so could you please send me then patch fix_acl_v6.exe.I cannot access that ftp address .
    my email address :[email protected]
    thank you very much!

Maybe you are looking for

  • CS5 and DW curly quotes

    I just upgraded from CS4 to CS5. Dreamweaver used to convert curly quotes to the proper UTF encoding when you typed them in. For example, if you typed the Option-Shift-leftbracket keys you would get “ in your code. This no longer happens with CS5. It

  • HT4314 Have apple got any plans to allow iPhones sharing an apple Id to have separate Game Center accounts

    Have apple got any plans to allow iPhones sharing an apple Id to have separate Game Center accounts

  • BAPI initialize error at wdDoInit of controller

    Hi all, I'm trying to call a simple BAPI from webdynpro but a NullPointerException is thrown at WdDoInit() of controller. At Line: wdContext.nodeBapi_Debtor_Getdetail_Input().bind(new Bapi_Debtor_Getdetail_Input()); The stack is: java.lang.NullPointe

  • Disable Keyboard While VI is Running?

    Is there a way to disable the keyboard input while a VI is running? I am designing a system that will run for 14-days, and there might be the potential for someone to accidentally press a button that would stop the VI or cause the computer to crash.

  • MB56 - For multiple plants

    Hi All My requirement is to make MB56 run for multiple plants and plant should not be a mandatory field as currently is in MB56. Kindly let me know if there is any way i can do it. Thanks and Regards Shilpa