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 |
How would you extract DDL of a table without using a GUI tool?
How to load data through external tables?
What happens if you use a wrong connect identifier?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What is analyze command used for?
How to loop through data rows in the implicit cursor?
What is the Extension of Oracle Database? As extension of Access Database is .mdb
what are the diffeenes between oracle 9i,oracle 10g
How many types of tables are there in oracle?
what is primary key and foreign key when and where have to use
I have one table :EID,Depid,ename,sal I want to have max(sal) in each department.
5 Answers Microsoft, Oracle, TCS,
How to enter a new row into a table interactively?