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?
Answer Posted / 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 |
Post New Answer View All Answers
What is an oracle?
How do I limit the number of rows returned by an oracle query after ordering?
What is an oracle data file?
how to handle exceptions in post production
How to run create database statement?
What are the different types of database objects?
What are the differences between blob and clob in oracle?
Can group functions be used in the order by clause in oracle?
Please explain joins in oracle?
how to clone 9i Database on to 10g Database.
How to write a left outer join with the where clause in oracle?
what is difference between sql plus and sql*plus? (not sql and sql plus).
Explain how are indexes update?
Why do you use stored procedures and state some of its disadvantages?
What is Data Dictionary Cache in Oracle?