How to transfer data from a SQL Server Database to a Oracle Database -


the current application i'm working lets call x archiving application data kept application y. both old applications developed 8 odd years back. far in reading of documentation, have learnt process transfer data used that, sql server database tables snapshot created in flat files , flat files ftp'd correct unix box through ctl various insert statements generated oracle database , that's how data transferred. uses bcp utility. wanted know if there better , faster way accomplished. there should way transfer data directly, feel whole process of taking in files , transfer , insert must slow , painstaking. insights???

create db link oracle database sql server database, , can transfer data via selects / inserts.

schedule process using dbms_scheduler if needs done on periodic basis.


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -