There is a chapter in the SQL Server 2000 resource kit on
migrating Oracle databases to SQL Server. It has a lot of
useful information to help with migrations. You can find it
online at:
Chapter 7 - Migrating Oracle Databases to SQL Server 2000
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part2/c0761.mspx In terms of the error, something is not configured correctly
with the Oracle Net Configuration utility. The client can't
find the Oracle instance. You can run the utility to check
your configuration and make adjustments or take a look at
the tnsnames.ora file. Once you have reconfigured, you can
test the connectivity using the tnsping utility.
-Sue
On Tue, 13 Apr 2004 11:50:12 -0400, "AS"
[quoted text, click to view] <azs007@nospam.yahoo.com> wrote:
>Hi,
>We have an Oracle database and the applications on top of it that're written
>in Developer 2000. We want to migrate to sql server 2000. Any pointers on
>how I should go about doing that.
>Also, I installed Sql server 2000 on another PC and tried using the
>Import/export wizard to be able to import all the data from Oracle..
>Earlier I got the message :
>"No Oracle instance running".
>So I installed the Oracle client on the PC running Sql server 2000. Now I
>when I repeat this process, I get a different error:
>
>"TNS: No listener SQLSetConnectAttr failed ORA-12224 : Error during
>initialization of the provider."
>
>Now I've also checked Oracle server and under Control panel ->services, I do
>have the listener service running..???
>What else should I be looking at.. ??
>
>Please advise..
>
>Thanks,
>Regards,
>AS.
>
Hi,
We have an Oracle database and the applications on top of it that're written
in Developer 2000. We want to migrate to sql server 2000. Any pointers on
how I should go about doing that.
Also, I installed Sql server 2000 on another PC and tried using the
Import/export wizard to be able to import all the data from Oracle..
Earlier I got the message :
"No Oracle instance running".
So I installed the Oracle client on the PC running Sql server 2000. Now I
when I repeat this process, I get a different error:
"TNS: No listener SQLSetConnectAttr failed ORA-12224 : Error during
initialization of the provider."
Now I've also checked Oracle server and under Control panel ->services, I do
have the listener service running..???
What else should I be looking at.. ??
Please advise..
Thanks,
Regards,
AS.