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 |
Why oracle is used?
which sql command we can use to get a print out from oracle?
Why do we need integrity constraints in a database?
does Oracle has only one table space?
can we pass two out parameters at a time in function?please answer to my question
What is a Database instance ? Explain?
What is the difference between I and G in Oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Explain drop constraint oracle?
How would you extract DDL of a table without using a GUI tool?
How do you ensure database security?
List the parts of a database trigger.