Please HELP me its urgent? If i want to EXPORT data from
SQL server to ORACLE 11g then how can I replicate data from
SQL to ORACLE?
Answers were Sorted based on User's Feedback
Answer / abdul
Another Option would be do a bcp out for sql server data to
csv file, then do a sql loader script to insert into Oracle
from csv file.by this way you can even preserve timestamp
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit
Thanks Shallu if possible will you please send me some link
on SwisSql utility.
Is This Answer Correct ? | 0 Yes | 1 No |
How would you design a database for an e-commerce website?
How do we display rows from the table without duplicates?
After update how do u know how many records got updated
How can we find out the current date and time in oracle?
What is the Extension of Oracle Database? As extension of Access Database is .mdb
How oracle handles dead locks?
Difference between open_form and call_form in oracle.
What is Index and different types of Indexes?
What is the difference between alert log file and trace file ?
"primary key=unique+null" is equal,reson?not,reason?
Is there a combination of "like" and "in" in sql?
How to start instance with a minimal initialization parameter file?