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 to export your own schema?
Explain the use of consistent option in exp command.
How do I manually uninstall oracle client?
How to check your oracle database 10g xe installation?
What is an oracle transaction?
What a SELECT FOR UPDATE cursor represent.?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
What is Public Database Link ?
Give the Types of modules in a form?
What is a sub query and what are the different types of subqueries?
How to select some rows from a table in oracle?
What is literal?