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 are the advantages of running a database in archive log mode?
How to increment dates by 1 in oracle?
How to count groups returned with the group by clause in oracle?
What is a directory object?
what are Triggers?
What is an Extent ?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
How to create a table interactively?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
How to select an oracle system id (sid)?
how to tune oracle sql queries pls tell me step by step. urgent pls