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 |
What is define in oracle?
What are the common oracle dba tasks?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What are the various oracle database objects?
How to generate query output in html format?
How can we create the complete backup of data in the oracle.
0 Answers IPEC, Satyam, SunTec,
What is redo log?
What is where clause in oracle?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
what's query optimization and without use of IN AND Exist can we get another way data from query
how to get the index id?
Does rowid change in oracle?