Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Select data between DW
#1
Dear, I am trying to read a dw table (Teradata) and write to dw (Oracle), I made the connections, I am in doubt of how to do this process.
Reply
#2
what is dw?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
Do a select on a table in the Teradata database and for each row returned do an insert in the Oracle database.
Optimization is possible by using "Batch execution" on the Oracle side.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQL select join operation in python(Select.. join) pradeepkumarbe 1 2,235 Feb-14-2019, 08:34 PM
Last Post: woooee
  read select data from one file and write to another Shameendra 1 2,496 Oct-16-2018, 06:46 PM
Last Post: ichabod801
  user input to select and print data from another class python TyTheChosenOne 6 4,127 Aug-30-2018, 05:53 PM
Last Post: TyTheChosenOne
  sql select data in row number eml 4 4,033 Mar-09-2018, 11:30 PM
Last Post: Larz60+
  select Data input from csv file SeanBassett 6 4,963 Jan-21-2018, 10:06 PM
Last Post: SeanBassett
  problem with select and update the data into the database chris0147 1 3,179 Aug-18-2017, 09:38 PM
Last Post: chris0147

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020