Insert Data from Oracle to MS-SQL and back from MS-SQL to Oracle !

Dear Gurus,
Good day,
I have Oracle db 10.1.0.2 on Sun Solaris 9 and want it to communicate online with an MS-SQL server DB on a windows machine.
Oracle states that i can use the TG4MSQL ( Transparent Gateway for MS-SQL ).
The issue here that this TG4MSQL needs to be installed on a db on WINDOWS then make a DB link from this db to MS-SQL as well as to the original oracle db because TG4MSQL is not available on UNIX ( only in 11g ) !
Is there any way to do this 2-way insert from/to MS-QL & Oracle without creating a new dummy DB for TG4MSQL?
Is there any other ways or methods?
Please advise,
Appreciate your help.
Cheers,
Firas

I think you must have mis-read or mis-understood about the Transparent Gateway. I've not worked with the one for MSSQL but have for DB2.
The OTG installs on the server with the 'foreign' (non-Oracle) database. It simply acts as a client to that database, presenting an Oracle interface on the other side - somewhat analogous to ODBC presenting a common interface for connections to various db or db-like products.
As such, it only makes sense that the OTG for MSSQL would only be available for Windows ... Windows is the only platform that MSSQL runs on.
When I was using the OTG for DB2, we simply installed the OTG on the Z/OS system (IBM mainframe) hosting the DB2, then defined a dblink in the Oracle database (that one was running on Windows) to point to it. As far as the Oracle db was concerned, it had no reason to know that the link was pointing to a non-Oracle db.

Similar Messages

  • My iPhone is split from front panel on top, and back cover of my is swollen too. I am not able to use my phone and I cannot access my data in the phone. Please suggest what could be the cause of this problem?

    My iPhone is split from front panel on top, and back cover of my is swollen too. I am not able to use my phone and I cannot access my data in the phone. Please suggest what could be the cause of this problem?

    It sounds like the battery might have gone bad, and is swelling and causing the symptoms you describe.  Do not attempt to use the phone, but take it to Apple for evaluation.

  • HT201269 Can I transfer all of my data, including music, pictures, apps, books, and videos from an Ipod Touch 4 to an Iphone 4s

    Can I transfer all of my data, including music, pictures, apps, books, and videos from an Ipod Touch 4 to an Iphone 4s via Itunes on my pc?

    Yes, see:
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device

  • When mousing over text, the cursor flickers constantly (with each letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word and Pages.  Any idea of how to resolve this annoying problem is appreciated.  System: 10.10.1

    When mousing over text, the cursor flickers constantly (with every letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word 2011 and Pages.  Any idea of how to solve this annoying problem will be much appreciated.  System 10.10.1 on a MacPro (Late 2013)

    The mouse is controlled by the OS so don't guess any app other than a mouse driver or OS X itself would be able to cause this sort of flicker issue.
    Have you seen the following and is it what you are seeing? Maybe you could make a movie (Quicktime is great for this this to make a screen recording) - but not sure how to attach a movie to these discussions as mine is grayed out and can't be selected (to the right of the insert image). Here is the what I found for a search of "mouse cursor flickers os x yosemite"
         https://www.youtube.com/watch?v=ZNQ0D84DdF4
    What kind of mouse are you using? Is the mouse driver up to date if it's a third party mouse?

  • Keeping state when switching to and back from a help page

    Hi
    Is there anyway to keep entered data in input fields when switching to and back from a help-page?
    I would like to let the user enter a lot of data (in a datatable), realize that he needs some help, click the help link, go to the link page without having all the data validated (immediate=true), and then return to the page with all the data still there.
    Any ideas

    <context-param>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>client</param-value>
        </context-param>i found this in web.xml , please see if this is of any use ,if you already get it please post the answer
    cheers
    harsha

  • Blue screen of death, and continous reboot.  Phone never actually boots up, just keeps going from reboot to blue screen and back again.  Any suggestion?

    Blue screen of death, and continous reboot.  Phone never actually boots up, just keeps going from reboot to blue screen and back again.  Any suggestion?

    Hello jared1915
    If you are stuck in that loop, the next step would be to restore your iPhone. Check out the article below to get your iPhone into recovery-mode and restore it in iTunes.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Regards,
    -Norm G.

  • I changed from one iPhone to another and backed the first one up to the icloud. I have restored the content to my new iphone but cannot download the photos. Any advise will be greatly appreciated

    I changed from one iPhone to another and backed the first one up to the icloud. I have restored the content to my new iphone but cannot download the photos. Any advise will be greatly appreciated

    Welcome to the Apple Community.
    Photos and some other items are added back after the restore has completed, you may need to wait a while.

  • HT1476 Charging an iPhone is there any difference from charging in a car and charging from a wall outlet?

    Charging an iPhone is there any difference from charging in a car and charging from a wall outlet?

    As long as both chargers meet the required specs, no.

  • Options of fetching mails from mail server into PI and also from oracle system

    hi All,
    Pls extend your help in looking out the possiblity of fetching mails from mail server into SAP PI
    and also from oracle system into PI ,earliest help would be appreciated.
    and also the types of sources for both the scenarios.
    Regards
    Vidya Sagar Manda

    Hi Vidya,
    you can use the email adapter to read/pick up email from mail box.
    and use JDBC adapter to read data from table of any database. Please refer the links given to your old thread
    Fetch Mails From MailServer using PI and integrate the message into BPM
    regards,
    Harish

  • How to insert data in the table without  join and using mapped rule value

    1.Table SOL_K
    A B C D – Columns Name
    C D A B –Coulmns Values Defined (Rule --- Defined)
    2.SECOND table SIC_K
    SIC_ K
    A B C D
    Kamal Micky NULL MANOJ
    3 Table SIC_Mapping
    Same Columns A B C D based On Table SOL_K defined rule
    I want to insert values(from table SIC K) into table SICMapping Table with the help of first table(SOL_K)(mapped rule)
    Required Result SIC_Mapping Table
    The output will be come like this.
    A B C D — Columns Name
    NULL MANOJ Kamal Micky ---- Came based on defined Mapping Rule

    What's your database version?
    That's a funny requirement.
    How about :
    select case sol.a
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as a
         , case sol.b
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as b
         , case sol.c
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as c
         , case sol.d
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as d
    from sol_k sol, sic_k sic
    ;XQuery can do the trick too :
    SQL> SELECT *
      2  FROM XMLTable(
      3   'for $i in ora:view("SIC_K")/ROW
      4    return element r {
      5     for $j in ora:view("SOL_K")/ROW/child::*
      6     return element {name($j)} {$i/child::*[name()=$j]/text()}
      7    }'
      8   columns
      9     a varchar2(30) path 'A'
    10   , b varchar2(30) path 'B'
    11   , c varchar2(30) path 'C'
    12   , d varchar2(30) path 'D'
    13  );
    A          B          C          D
               MANOJ      Kamal      Micky
    Edited by: odie_63 on 29 juin 2011 22:07

  • Oracle 11.5.9 and Crystal reports XI SQL

    Greetings,
    Does anyone know how to use a Crystal parameter in SQL for an Oracle query entered in the Crystal "ADD COMMAND" mode that will prompt for 'multiple periods"
    We have tried-
    Where Period_Name IN '{?Periods}' in the Crystal "Command" SQL and when you create the parameter for the command in Crystal, the parameter does not allow multiple values.
    Any help would be greatly appreciated.
    Thank you

    what are differrences between Oracle Applications 11.5.9 and 11.5.10.2

  • Installing Oracle APPS - Burning DVDs and installing from then!!!

    Hi all,
    I'm finishing the download of Oracle Application 11i (33GB) and i don't have space enough to create a staging area and install from this area. I want to install from DVDs. How can i do that? What files i burn in each DVD?? What is the order?? Can i unzip some of these downloaded files and burn a DVD and do it again until it finish??
    Tks,
    Paulo.

    Hi,
    I was install and unzip all DVD-s (9 pcs) into main HDD (60GB c:\stage12\)
    and when I was run PROD installation I was modify path to
    E:\ - external HDD with 250 GB !!! where I was creating instalation path
    E:\oracle\prod.
    (VIS installation need 250 GB min!)
    I have and one more HDD (externall too!!) with 160GB
    So, u need definitelly one more hdd or one with min 250 GB or 1/2 terabytes
    whats the best solution!

  • IPhoto nightmare. Tried to import photos using Nikon software for the first time and all my photos disappeared from iPhoto 8.1.2 (and everything from itunes too). Newly reinstalled iPhoto crashes as soon as I import anything now.

    Macbook OSX 10.5.8, iPhoto 8.1.2. I just tried to import some photos using Nikon software (View NX2) for the first time. When I next looked into iPhoto it was empty (so was iTunes but that's another story). I had backed up photos fairly recently but don't use time machine. Searched in vain everywhere and must have done something wrong because iPhoto wouldn't then open at all, saying it was unreadable. After a lot more attempts to recover I uninstalled iPhoto and the receipts and reinstalled from my original disc. It seemed to be ok and imported some photos from my iphone but as soon as the import is complete iPhoto crashes and when opened again it is empty. Have tried this several times and have shut down and have tried rebuilding with the alt and cmd buttons but nothing seems to help. Any ideas?

    not a reply but not sure how to add something to my own thread! It seems that Desktop was damaged too as when I try to open it a screen says there is no application selected to open Desktop with. No idea what I should choose! Any help appreciated, have really made a mess of my MacBook this time.

  • How do I copy iPhoto 7.1 Library from Intel to PPC Mac and back

    Hello all
    I apologize for the long first post; but I've been lurking for a while and haven't seen a similar problem. Any assistance would be greatly appreciated.
    I have two Macs - a PowerBook G4 and an Intel Mini. I copied the 6.x Library from the PB to the Mini. The copy was successful - no issues. I upgraded iLife on both machines successfully: both machines opened the 6.x Library and updated it the 7.0.1 Package Library. All was well.
    I updated both machines to iPhoto 7.1. All was well.
    I updated the PB to 7.1.1 + all the recent updates. All was not well! The Library seemed to be corrupted! When I clicked on a thumbnail I would see the photo "zoom" but then I'd see a black window. Clicking again would unzoom and I'd again see all the thumbnails. If I tried to export a photo Preview couldn't view it because it was "corrupt" or should be opened by another application.
    After numerous troubleshooting steps - repairing permissions, deleting preferences, trying to rebuild the thumbnail caches, rebuild the Library, recover lost photos etc I gave up.
    I've wiped the PB clean and installed Leopard and iPhoto 7.1 - not 7.1.1.
    Now I want to copy the iPhoto Library from the Mini (also iPhoto 7.1). I tried copying the package across the network by "Connect to server" in Finder but that produced the same "corrupted" symptoms. (Thumbnails would zoom to black window.)
    So here's the question(s):
    Are there any incompatibilities between Intel/G4 versions of the iPhoto apps or Library Packages?
    What is the best way to manually copy the Library from the Mini to the PB? And back?
    I use the PB on the road and on vacation to capture my 'photos; but I like to display them on my HDTV connected to my Mini - hence my need to periodically copy the Library from the PB to the Mini.

    **boojum**
    Welcome to the Apple Discussions.
    Are there any incompatibilities between Intel/G4 versions of the iPhoto apps or Library Packages?
    No.
    What is the best way to manually copy the Library from the Mini to the PB? And back?
    Try using Firewire target mode.
    Regards
    TD

  • Used the file transfer software from Apple to move music and photos from PC to iMac and can't find the files on iMac even though it was "successful" any help?

    Used the file transfer software from Apple to move music and photos to iMac.  After several hours it was "successful" but I can't locate it on the iMac.  Any ideas for the rookie?

    The music should be in iTunes and your photos should be in iPhoto. What happens if you launch those applications?
    Best of luck.

Maybe you are looking for

  • "Up to date" when it's should read "Install"

    I uninstalled Flash Professional CS6, but the Adobe Application Manager still shows "Up to date" for Flash. How can I get the Adobe Application Manager to display "Install" for Flash Professional CS6 and Mobile Device Packaging?

  • Getting error message when trying to watch a movie on my iPad

    I purchased a movie through iTunes for my iPad. I was able to watch the movie a few times now I'm getting a error message every time I try and watch it now, "you do not have permission to access the requested resource". What can be do to fix this pro

  • What setting will make sync make my iPhone and MacBook Pro contact cards alike?

    What setting will make sync make my iPhone and MacBook Pro contact cards alike?  I've been having to key in changes to both devices because sync doesn't sync. 

  • MacBook Pro 4,1 efi install every bootup

    Hi guys, I have a Macbook pro 4,1 (Early 2008 15inch) I am running OS X lion. All updates up to date. 1 Mac partition, 1 Bootcamp Win7 partition. Now, what is happening is that few days ago, (i think, but am not sure - after a bootcamp update) my mb

  • OS X YOSEMITE

    I have upgraded to Yosemite on my Mac and now Photoshop CS5 has stopped working asking you to download the legacy JAVA SE6 runtime. Does anyone know where the link is to find this as I cannot find it on the Java website!