Connecting Tech Pros Worldwide Help | Site Map

Data Import

Newbie
 
Join Date: Feb 2008
Posts: 2
#1: Feb 28 '08
Hi,
I have to import some data from sql server to my oracle 10g.
I have exported the data from sql server into one dump file and now if i use
the command imp username=scott/tiger@test owner='(domain1,domain1)' file=abc.dmp but there is some error like character set error .
if i directly try to import data from dump file it is not working also :(
Any help ??
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,504
#2: Feb 28 '08

re: Data Import


You can't directly import dump file of SQL Server into Oracle.
Newbie
 
Join Date: Feb 2008
Posts: 2
#3: Feb 29 '08

re: Data Import


Hi,
Thanks for the information.
do you know the procedure to import data from dump file of sql server into oracle ?? if yes, kindly let me know.
Reply