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
Explain an exception and its types?
How to export several tables together?
What are the differences between date and timestamp in oracle?
How translate command is different from replace?
What is index-organized table in Oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How do I know if oracle client is installed on windows?
How to test null values?
How to define a specific record type?
how may join possible between (requisition with purchase order)
types of indexes and the rationale behind choosing a particular index for a situation.
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What are the most common interview questions on ETL Testing for experience?
What is an oracle database?
How to pass parameters to procedures in oracle?