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 |
when i run my query on yesterday it is fast but today it is slow why?
When do we use group by clause in a sql query?
How do I limit the number of oracle database connections generated by weblogic server?
What are the components of physical database structure in the Oracle database?
Explain the use of compress option in exp command.
What privilege is needed for a user to connect to oracle server?
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
How to install oracle database 10g xe?
What is data block in Oracle?
What is OCI. What are its uses?
What is the meaning of recursive hints in oracle?