Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. insert into oracle table from mssql server table

insert into oracle table from mssql server table

Scheduled Pinned Locked Moved Database
databasesql-serverquestionoraclesysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    acodman
    wrote on last edited by
    #1

    Hi guys, how do I insert into an oracle database table with a select statement from within mssql server2005 or 2000? e.g Oracle db: Table A id,msisdn,message Msql server:Table A id, msisdn, message. 1 +476334566 Happy birhday So I want to select this result from sql server database and insert into oracle Table A. Thanks for you solutions.

    M 1 Reply Last reply
    0
    • A acodman

      Hi guys, how do I insert into an oracle database table with a select statement from within mssql server2005 or 2000? e.g Oracle db: Table A id,msisdn,message Msql server:Table A id, msisdn, message. 1 +476334566 Happy birhday So I want to select this result from sql server database and insert into oracle Table A. Thanks for you solutions.

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      Nasty You need to set up a linked server from SQL to Oracle, this will give you access to the table. This is a particularly nasty thing to have to do, the server name will then be hard coded into your procedure and will require modification when you promote the proc from dev/uat to production. (and I hate linked servers and I hate setting up Oracle and....) Good Luck.

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups