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. How to update Oracle DB from SQL server through link server?

How to update Oracle DB from SQL server through link server?

Scheduled Pinned Locked Moved Database
databasesql-serveroraclesysadminhelp
7 Posts 4 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.
  • H Offline
    H Offline
    hmanhha
    wrote on last edited by
    #1

    Hi All. I Have a SQL Server.This server have link server to Oracle DB. I can select anything from oracle DB through this SQL server such as. Select * from [ORacleDBName]..[SIDName].[OracleTable] But now I don't know how to update oracle db from SQL. Pleas help me.

    L H 2 Replies Last reply
    0
    • H hmanhha

      Hi All. I Have a SQL Server.This server have link server to Oracle DB. I can select anything from oracle DB through this SQL server such as. Select * from [ORacleDBName]..[SIDName].[OracleTable] But now I don't know how to update oracle db from SQL. Pleas help me.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Use the SQL UPDATE Statement[^].

      H 1 Reply Last reply
      0
      • L Lost User

        Use the SQL UPDATE Statement[^].

        H Offline
        H Offline
        hmanhha
        wrote on last edited by
        #3

        I also want to create a new table in oracle DB through SQL Server such as. Select * from SQL Server into OracleLinkDB.

        L M J 3 Replies Last reply
        0
        • H hmanhha

          I also want to create a new table in oracle DB through SQL Server such as. Select * from SQL Server into OracleLinkDB.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I would suggest you study the documentation for both Oracle and SQL.

          1 Reply Last reply
          0
          • H hmanhha

            I also want to create a new table in oracle DB through SQL Server such as. Select * from SQL Server into OracleLinkDB.

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

            If you follow the link Richard supplied and look down the left menu - 18 items down you will find some interesting reading. You need to learn to do some thinking and research on your own!

            Never underestimate the power of human stupidity RAH

            1 Reply Last reply
            0
            • H hmanhha

              I also want to create a new table in oracle DB through SQL Server such as. Select * from SQL Server into OracleLinkDB.

              J Offline
              J Offline
              Jorgen Andersson
              wrote on last edited by
              #6

              Select * from SQL Server into OracleLinkDB is SQL Server Syntax. Oracles syntax is CREATE TABLE new_table AS (SELECT * FROM old_table); I'd recommend checking out techonthenet.com[^] for comparing the syntax of different databases.

              Wrong is evil and must be defeated. - Jeff Ello

              1 Reply Last reply
              0
              • H hmanhha

                Hi All. I Have a SQL Server.This server have link server to Oracle DB. I can select anything from oracle DB through this SQL server such as. Select * from [ORacleDBName]..[SIDName].[OracleTable] But now I don't know how to update oracle db from SQL. Pleas help me.

                H Offline
                H Offline
                hmanhha
                wrote on last edited by
                #7

                I Mean I Want to update Oracle DB through SQL Server Management Studio via Link Server.

                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