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. SQL Server database updation from oracle database in realtime

SQL Server database updation from oracle database in realtime

Scheduled Pinned Locked Moved Database
databasecsharpasp-netsql-serveroracle
6 Posts 3 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.
  • U Offline
    U Offline
    uspatel
    wrote on last edited by
    #1

    I host a website in public domain with ASP.Net and MS Sql Server.I want to update website database as my company oracle ERP databse updated. Is it possible?

    M 1 Reply Last reply
    0
    • U uspatel

      I host a website in public domain with ASP.Net and MS Sql Server.I want to update website database as my company oracle ERP databse updated. Is it possible?

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

      Yes using replication or possible triggers...

      Never underestimate the power of human stupidity RAH

      U 1 Reply Last reply
      0
      • M Mycroft Holmes

        Yes using replication or possible triggers...

        Never underestimate the power of human stupidity RAH

        U Offline
        U Offline
        uspatel
        wrote on last edited by
        #3

        I dont need whole data in sql server ,i only need some tables. so please tell me how to replicate local oracle database to sql server(hosted in public domain).....

        M 1 Reply Last reply
        0
        • U uspatel

          I dont need whole data in sql server ,i only need some tables. so please tell me how to replicate local oracle database to sql server(hosted in public domain).....

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

          Not my 1 vote but you deserve it. Take a look at the subject of replication, there are books on the subject, your question cannot be answered by a forum post. Triggers spit can be written in the oracle DB that will write the data to SQL Server. You REALLY need to look into your design as this seems to be dramatically flawed.

          Never underestimate the power of human stupidity RAH

          U 1 Reply Last reply
          0
          • M Mycroft Holmes

            Not my 1 vote but you deserve it. Take a look at the subject of replication, there are books on the subject, your question cannot be answered by a forum post. Triggers spit can be written in the oracle DB that will write the data to SQL Server. You REALLY need to look into your design as this seems to be dramatically flawed.

            Never underestimate the power of human stupidity RAH

            U Offline
            U Offline
            uspatel
            wrote on last edited by
            #5

            Ok, My confusion not in replication, Please see the post again. I try to eleborate more, My company using Oracle ERP. Now i have to develop a customer portal in asp.net and sql server that is hosted by any hosting provider. then how I develop database is sql server(some tables of erp database) so that the customer data upadated if erp data upadated in real time. Is it possible?

            P 1 Reply Last reply
            0
            • U uspatel

              Ok, My confusion not in replication, Please see the post again. I try to eleborate more, My company using Oracle ERP. Now i have to develop a customer portal in asp.net and sql server that is hosted by any hosting provider. then how I develop database is sql server(some tables of erp database) so that the customer data upadated if erp data upadated in real time. Is it possible?

              P Offline
              P Offline
              pmpdesign
              wrote on last edited by
              #6

              You could develop a small app which can be run as a scheduled task every minute or so which will capture data changed from Oracle and transfer to SQL Server. You will need something on Oracle which will place the data in a temporary storage area (probably a table) eg trigger or addition to stored procedures etc. This could be as simple as creating an insert or update statement etc. This will be captured by the app and executed on SQL 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