Urgent: db link from oracle 10g to sql server 2000

Hello

I have an oracle 10g db connection to sql server 2000. It was created a couple of years. This works.

I have now created another link db of the same oracle on the same sql server server but it does not work.

But I'm getting ORA-28500 and error IM002

. Please notify.

I can't understand what is wrong as I followed the hs odbc set up on this link db in the same way as I did 2 years ago.

Thank you

Shailaja

Just sort the problem.

Basically, I use HSODBC to connect to SQL Server from Oracle (on windows 2003 64-bit).

To do this, I need to create a connection ODBC from Oracle to SQL Server.

HSODBC is a 32-bit application and is why we use the ODBC 32-bit driver when we create the ODBC connection.

When I created the connection ODBC from Oracle to SQL Server, I used the ODBC 64-bit driver and that's why the system could not find the name of the data source.

I have now created connection ODBC from Oracle to SQL Server via the ODBC 32-bit driver and everything works fine now.

No offense to anyone, but as you all works using Oracle software, I was hoping a better answer than some of the answers above. You can say that you did not understand the question or you do not know the reason why it happened.

I have just listed how the problem was fixed so that in the future one having the same problem can benefit.

Tags: Database

Similar Questions

  • Loading data from Oracle to MS SQL SERVER

    Hello

    Source: Oracle
    Target: MS SQL
    ODI:11 g


    I want to create an interface that loads the data from the source table in Oracle in the target table in MS SQL Server. Can any body tell me what LKM, IKM and CKM I use for the same.

    Any help will be appreciated.

    I thank you,
    Shrinivas

    Hi gisele, you can follow below KMs

    1 LKM SQL for SQL

    2 CKM ORACLE

    3 IKM SQL Incremntal update (Insert and update) / IKM SQL command APpend (insert only)

    It will be useful.

    Thank you

  • DB link from oracle to sql server

    Hi all

    Which is the easiest way to connect to sql server from oracle database? Require a separate permit? It's 11.1.0.7 on RHEL 5.7, 64 bit.

    Kind regards

    Vinod

    Hello

    There is a simple example using the 'free' method described here Ed

    http://dbaharrison.blogspot.co.UK/2014/12/Oracle-talking-to-SQL-Server-over.html

    See you soon,.

    Rich

  • export table from oracle 10g with oracle 8i exp utlity

    Hello

    I export table from oracle 10g with oracle 8i exp the binaries:
    bash-2.05$ exp pin/pin file=prakash.dmp tables=prakash@APPSDB
    
    Export: Release 8.1.7.0.0 - Production on Tue Aug 4 09:58:18 2009
    
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    
    
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - 64bit Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - 64bit Production
    Export done in UTF8 character set and UTF8 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    EXP-00011: PIN.PRAKASH@APPSDB does not exist
    Export terminated successfully with warnings.
    I can't please inputs appreciated.

    axis/axis here is the user and pwd to oracle 8i
    Prakash is the name of a table in oracle 10g

    appsdb is the link of database

    Thank you

    Prakash GR

    axis/axis here is the user and pwd to oracle 8i

    Prakash is the name of a table in oracle 10g >

    To export the database 10g PRAKASH table, use the 8i export utility.

    log tables = prakash.log file = prakash.dmp exp = feedback = 100000 PRAKASH

    Who is the owner of the table? You have the TNS entry for the 10g database in your NET80 folder. If this isn't the case, then put an entry in there. Then, when you are prompted for the user name

    username:newcolsys@tns_alias/password

    HTH
    Anand

  • Oracle 10.2 64-bit to SQL Server 2000 (32-bit) through DG4ODBC and DBLINK

    Hi all

    I need to connect from Oracle to SQL Server through DB-LINK, and since my installation Oracle does not contain of HSODBC, I installed DG4ODBC.

    My current setup SW is:

    (1) oracle Server (64-bit):
    Operating system: Windows Server 2008 Standard SP2
    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    Gateway: Heterogeneous Agent 11.2.0.1.0 - 64 bit Production version built with Oracle Database Gateway for ODBC
    Oracle home: E:\oracle\product\10.2.0\db_1\
    Gateway home: D:\apps\product\11.2.0\tg_1\
    In addition, he performs a 10.0 ArcGIS/ArcSDE on Oracle.

    (2) MS SQL Server (32-bit):
    OS: Windows NT 5.2 SP2
    DB: Microsoft SQL Server 2000-8.00.2065 (Intel X 86)

    There are two headphones running (one of each installation, 10.2 and 11.2) which, I suppose, can lead to conflicts or reduce performance. As a restriction, I need the listener from 10.2 to continue

    unchanged running from ArcSDE Service use and re-create them is a pain.

    So my question is, how do I configure a (10.2) or two listeners (10.2 and 11.2) use DG4ODBC to connect to a remote SQL Server to Oracle?

    I have followed several threads in this forum, try different configurations but I can not connect successfully with the DATABASE LINK. In most cases, I get error ORA-28545 and ORA-02063.

    Can someone help me solve this problem? What I need to send more information, for example {SID} init. now, listener.ora, tnsnames.ora, clarifications etc?

    Thank you much in advance.

    Gaston.

    Hi, Gaston,.
    The following note describes the setting up Dg4ODBC on 64-bit Windows-

    How the installer DG4ODBC (gateway for ODBC Oracle database) on 64-bit Windows operating systems (Doc ID 1266572.1)

    You definitely need 2 separate listeners - one for the 10.2 RDBMS and one for the 11.2 Dg4ODBC. There should be no concern about the performance or other conflicts. The only thing to know is that listener DG4ODBC must use a different port than the 10.2 listener.

    Heike referred to as using a file odbc.ini, but it is necessary when setting up Dg4ODBC on Unix/Linux platforms. Under Windows, the database non-Oracle information in the system DSN that is used for the HS_FDS_CONNECT_INFO parameter in theinit .ora file DG4ODBC.

    Do the following-

    -Configure the gateway as Note 1266572.1 with a listener running of the ORACLE_HOME bridge, in your case D:\apps\product\11.2.0\tg_1\
    -create tnsnames.ora entry in the 10.2 RDBMS directory $ORACLE_HOME/network/admin for the gateway
    -create the database link in the RDBMS using the tnsnames.ora entry.

    If you still have problems then view the files following and information-

    -Gateway listener.ora
    -gatewayinit .ora
    -RDBMS tnsnames.ora
    -create database link statement

    Another point, because you're running on Windows 64 bits, then the ODBC driver that is referred to in the system DSN for the connection must be a 64-bit driver. You cannot use the 32-bit drivers with 64-bit DG4ODBC.

    Kind regards
    Mike

  • Extraction of data from SQL Server 2000.

    Salvation Group

    We have a database of Oracle 9i r2 on AIX.

    Is required to extract data from a SQL Server 2000 Database under Microsoft Windows 2003, through SQL sentences.

    Is this possible?

    If yes how?

    Thanks in advance.

    user12215372 wrote:
    Salvation Group

    We have a database of Oracle 9i r2 on AIX.

    Is required to extract data from a SQL Server 2000 Database under Microsoft Windows 2003, through SQL sentences.

    http://www.Oracle.com/pls/db112/search?remark=quick_search&Word=transparent+gateway

  • Migration sql server 2000 for oracle 9i

    Hello

    I migrate from sql server 2000 to oracle 9i

    When I capture Microsoft Sql Server, it gives an error
    oracle.dbtools.metadata.persistence.PersistenceException: ORA-04098: trigger ' MIGRATION. MD_PROJECTS_TRG' is invalid and does not re-validation
    I try again and it starts but it's not to stop until clicking on cancel or close

    What's the harm?

    Thank you

    Hello
    You hit a known issue using a repository created in 9.2.
    To show that this is the case do the following-

    SQL > alter trigger compilation MD_PROJECTS_TRG.

    WARNING: Trigger modified with compilation errors.

    SQL > show errors
    Errors for MD_PROJECTS_TRG TRIGGER:

    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    3/9 PL/SQL: statement ignored
    3/20 PLS-00905: object MIGREP. MD_META is not valid

    Compilation md_meta-

    SQL > alter compilation package md_meta;

    WARNING: The package has been modified with compilation errors.

    SQL > show errors
    PACKAGE MD_META for errors:

    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    0/0 PLS-00908: the stored format of MD_META is not supported by this
    Release

    21/4 PLS-00114: identifier 'PUTBAIFZKA3IHSJ5AC4ZXWYAWG41KN' too long
    21/4 PLS-00707: construction not taken in charge or internal error [2702]
    SQL >
    ==

    If you get this, so the only alternative is to create the SQL * Developer repository in a database of 10.2.

    Kind regards
    Mike

  • Unable to kenza link to download the Patch MS02-061 for SQL Server 2000

    original title: can not download Patch MS02-061

    Hello

    I know this is an old patch but our new VPN software was listed as a patch that is required if SQL Server 2000 is installed.  I get out the site and I am unable to download.  Telling me that it can't find it when I click on the link:

    http://support.Microsoft.com/default.aspx?scid=kb;en-us;316333&SD=Tech

    It is on the page: http://www.microsoft.com/technet/security/bulletin/ms02-061.mspx

    This is supposed to be the patch that replaces MS02-039.

    Thank you!
    Ryan

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    You will find appropriate support for SQL Server in this forum: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads

  • Cannot install SQL server 2000 and 2005 on Satellite A205-s5831

    Hello everyone.
    I need some help from you all.
    I have Toshiba Satellite A205-S5831 laptop.
    Its Windows Vista Edition Have Home Premium.

    And I am unable to install SQL server 2000 and 2005.
    I also cannot install Windows XP SP2.

    SATA driver problem.

    Please help me...!

    Answer me

    Hello

    Windows XP needs a SATA driver if you want to install on the laptop with SATA HDD controller.
    Driver SATA can be found in the Intel Storage Manager.

    I advise to use nLite program to include a SATA driver in the new Windows XP CD, then boot from the XP CD created new.
    You will find details of the nLite:
    http://www.nliteos.com/

    With regard to the problem of Server SQL;
    You may be able to install in Windows XP. There may be a compatibility problem between Vista and SQL Server software

  • Digital conversion of Date in SQl Server 2000

    People,

    IAM facing a problem in sql server 2000. I couldn't convert the numeric value to the date format to help CONVERT and MOUNT the keyword in sql server 2000. I tried with example mentioned below.

    declare @a NUMERIC (10)
    the value @ a = 20110101
    SELECT CAST (@a as datetime) suite

    But I get an error like "overflow arithmetic error conversion expression to data type datetime '

    So, can someone please help me... ?

    Please repost your question in the instances of SQL Server dedicated from Microsoft here:

    http://social.technet.microsoft.com/Forums/en-us/category/sqlserver .

    Thank you.

  • IIS and sql server 2000/2005 if problems ip address and host name changed

    Windows Server 2003, IIS 6.0 + SQL SERVER 2000/2005

    Is there a problem if ip address and host name of the server is changed?

    for example

    IIS 6.0 may still work properly?

    SQL Server 2000/2005 can still start correctly?

    Thank you!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    I hope this helps.

  • Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) is compatible with Windows 7 64 bit?

    can I use Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) a version with Windows 7 64 bit?

    Hello Julio Diaz MarioMarin,.

    If you have any questions to MSDE 2000, it would be better treated in the MSDN forums for the Visual Studio Express editions.
    Click on the link here to repost your question.

    Sincerely,

    Marilyn

  • Connect unixodbc with freetds on 64-bit OEL 5.2 to SQL Server 2000.

    Hello world
    I'm on oracle 11g 11.1.0.7 (64-bit) 5.2 OEL using unixodbc and freetds to connect to SQL Server 2000 after the doc http://www.dbapool.com/articles/06280701.html

    I am stuck at the step of the listener here is my error when I try to start the receiver
    AMT-01150: the name of the specified listener address is incorrect

    Listening port could start. See the above error messages...


    Here's my config files:

    /usr/local/etc/freetds.conf:
    # A typical Microsoft Server
    [NYCSQL1]
    Host = 999.16.0.99
    port = 1433
    TDS version = 8.0

    /etc/odbcinst.ini:
    [TDS]
    Description = FreeTDS driver
    Driver = /usr/local/lib/libtdsodbc.so
    Setup = /usr/local/lib/libtdsodbc.so
    Trace = Yes
    Trace file = /tmp/freetds.log
    FileUsage = 1

    /etc/ODBC.ini:
    [NYCSQL1]
    Description = NYCSQL1
    Driver = TDS
    ServerName = NYCSQL1
    Server = NYCSQL1
    Address = 999.16.0.99
    Port = 1433
    Database = db1
    TDS_Version = 8.0
    Language = us_english
    TextSize =
    Domain = corp.hfmus.com
    PacketSize =
    Trace = Yes
    Trace file = /tmp/mstest.log

    initnycsql1.ora:
    # This is an example of initialization file of the agent that contains the HS settings
    # needed for an ODBC Agent.
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = NYCSQL1
    #HS_FDS_TRACE_LEVEL = 4
    #HS_FDS_TRACE_FILE_NAME = /tmp/freetds.trc
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/libodbc.so

    #
    # ODBC specific environment variables
    #
    Set ODBCINI=/etc/odbc.ini

    #
    # Required for the non-Oracle system environment variables
    #
    #set < varenv > = < value >



    Listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myserver) (PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    )
    SID_LIST_NYCSQL1 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = NYCSQL1)
    (ORACLE_HOME = u01/app/oracle/product/11.1.0/db_1)
    (PROGRAM = hsodbc)
    )
    )

    NYCSQL1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=localhost))
    (ADDRESS = (PROTOCOL = ipc) (KEY = PNPKEY)))
    )
    )

    hsodbc was changed to dg4odbc in 11g and I tried different variations and get the same error.

    Any help appreciated.
    Thank you

    Published by: ALEXSDBA on March 26, 2010 12:59

    Published by: ALEXSDBA on March 26, 2010 13:13

    It seems a missmatch in your configuration...
    Accroding in the trace file, it cannot find the ODBC driver manager:
    OSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / usr/local/lib/libodbc.so '.
    Entry hgolofns to 2010/03/29-11: 33:17
    hoaerr:28500
    Output hgolofns 2010/03/29-11: 33:17
    Unable to load the ODBC library symbol: usr/local/lib/libodbc.so(SQLAllocHandle)

    Above you said:
    file /usr/local/lib/libodbc.so = /usr/local/lib/libodbc.so: ERROR: unable to open ' / usr/local/lib/libodbc.so' (no such file or directory)
    It is located in /usr/lib64/libodbc.so

    But it seems that you adopt the parameter HS_FDS_SHAREABLE_NAME to HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so

    So please correct your settings.

  • How to check for number of RPC in SQL Server 2000?

    Please let me know how check the number RPC in sql server 2000.

    Hello

    You should post this question in the TechNet forums.

    Forums TechNet - Windows 7 IT Pro

    http://social.technet.Microsoft.com/forums/en/category/w7itpro

  • Update of security for the SQL Server 2000 Service Pack 4 (KB960082)

    I have tried to run this update for MONTHS now, but have not had the time to research the problem so far.

    I am running Windows XP Professional Version 5.1 (Build 2600.xpsp_sp3_gdr. 090804-1435: Service Pack 3)

    When I try to run the update, the installation fails. Update history gives me the error Code: 0 x 643.

    I went to the Article number 958052 Knowledge Base that had me activate the logging, update retry and off the record. He then told me to contact Microsoft Support for assistance. But when I tried to do this, Microsoft wanted to charge me $259 for help. I'm sorry, but I don't think that I would have to pay for Microsoft fix their own mistakes.

    The last really successful update was KB978542 on 02/06/10, but number KB979683 says also has been a success, it reinstalls whenever I have try KB960082.

    As far as I know, I don't even have SQL Server 2000 installed on this computer. If I do, I've never consciously used, so I don't know yet why I need this update.

    Can anyone help me get this update installed so I can move forward?

    CF. http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/6d6211e2-c7f5-43f3-951f-744769442589 ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

Maybe you are looking for