Click here to Skip to main content
15,888,521 members
Home / Discussions / Database
   

Database

 
AnswerRe: returning record identity using PDO Pin
Eddy Vluggen7-Oct-13 7:21
professionalEddy Vluggen7-Oct-13 7:21 
GeneralRe: returning record identity using PDO Pin
Jassim Rahma7-Oct-13 7:46
Jassim Rahma7-Oct-13 7:46 
GeneralRe: returning record identity using PDO Pin
Eddy Vluggen7-Oct-13 11:51
professionalEddy Vluggen7-Oct-13 11:51 
QuestionlastInsertId() returns ZERO Pin
Jassim Rahma6-Oct-13 23:09
Jassim Rahma6-Oct-13 23:09 
AnswerRe: lastInsertId() returns ZERO Pin
jschell7-Oct-13 9:57
jschell7-Oct-13 9:57 
AnswerRe: lastInsertId() returns ZERO Pin
Amol_B10-Oct-13 23:59
professionalAmol_B10-Oct-13 23:59 
Questionoracle to sql server Pin
Sahar Hashemi4-Oct-13 21:16
Sahar Hashemi4-Oct-13 21:16 
AnswerRe: oracle to sql server Pin
jschell5-Oct-13 10:56
jschell5-Oct-13 10:56 
Where do you want the process to run? How often does it run?

Simple solution is to export the data from one server and then import it to the other. You can automate this process with some code.

More complex solutions involve specifics of each database. MS SQL Server has tool\system, "SQL Server Integration Service", as part of it which is basically designed for moving data back and forth. One can make this as complex as one wants.

MS SQL Server allows one to set up a ODBC connection and use it. So one could do it in SQL Server. Oracle might have something similar but I wouldn't go that route because setting up ODBC on unix variants is not only a problem but you would need to find a MS SQL Server ODBC driver as well. However, Oracle has a java VM built in so you could use a java only MS SQL Server jdbc driver and do a call like that.

However if it was me I would stay away from the internal solutions because getting everything to work right via permissions, loading, turning everything on, figuring out ports, etc will take more time than writing the code in the first place. So some solution that uses import\export is going to be less frustrating.
AnswerRe: oracle to sql server Pin
Jörgen Andersson5-Oct-13 12:03
professionalJörgen Andersson5-Oct-13 12:03 
AnswerRe: oracle to sql server Pin
masoud nikoofar9-Oct-13 0:06
masoud nikoofar9-Oct-13 0:06 
AnswerRe: oracle to sql server Pin
rashin ghodratzade18-Oct-13 19:02
rashin ghodratzade18-Oct-13 19:02 
GeneralDatabase Suggestions Pin
C-P-User-34-Oct-13 10:42
C-P-User-34-Oct-13 10:42 
GeneralRe: Database Suggestions Pin
RedDk4-Oct-13 10:50
RedDk4-Oct-13 10:50 
GeneralRe: Database Suggestions Pin
Ravi Bhavnani4-Oct-13 11:20
professionalRavi Bhavnani4-Oct-13 11:20 
GeneralRe: Database Suggestions Pin
Mike Hankey4-Oct-13 11:35
mveMike Hankey4-Oct-13 11:35 
GeneralRe: Database Suggestions Pin
Mycroft Holmes4-Oct-13 13:47
professionalMycroft Holmes4-Oct-13 13:47 
GeneralRe: Database Suggestions Pin
OriginalGriff4-Oct-13 11:40
mveOriginalGriff4-Oct-13 11:40 
GeneralRe: Database Suggestions Pin
PIEBALDconsult4-Oct-13 11:55
mvePIEBALDconsult4-Oct-13 11:55 
GeneralRe: Database Suggestions Pin
_Maxxx_4-Oct-13 12:38
professional_Maxxx_4-Oct-13 12:38 
GeneralRe: Database Suggestions Pin
Shuqian Ying4-Oct-13 13:03
Shuqian Ying4-Oct-13 13:03 
GeneralRe: Database Suggestions Pin
Mycroft Holmes4-Oct-13 13:55
professionalMycroft Holmes4-Oct-13 13:55 
GeneralRe: Database Suggestions Pin
jschell5-Oct-13 10:59
jschell5-Oct-13 10:59 
QuestionInternal Broadcasting Chat room for a team Pin
Member 103137913-Oct-13 8:01
Member 103137913-Oct-13 8:01 
AnswerRe: Internal Broadcasting Chat room for a team Pin
RedDk3-Oct-13 9:19
RedDk3-Oct-13 9:19 
QuestionHelp with normalization Pin
Nebilo2-Oct-13 23:46
Nebilo2-Oct-13 23:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.