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
How to execute the package in oracle?
How can we create the complete backup of data in the oracle.
How to commit the current transaction in oracle?
 What are the oracle DML commands possible through an update strategy?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
How to rename an existing table?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
What are the four Oracle system processes that must always be up and running for the database to be useable?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
How to add a new column to an existing table in oracle?
How to connect ms access to oracle servers?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Use of an integrity constraint is better to validate data. Explain