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 ??
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 ??
Comment