I am getting error 7356 on SQL Server 2000

  • Hi,

    I am using Linked server feature to export data from SQL Server to Oracle database. It is working for all datatype except for nvarchar.

    It is throwing me :

    "Server: Msg 7356, Level 16, State 1, Line 1"

    Does anybody knows how to solve this issue?

    I am using sp4a.

    Thanks

    Manju

  • Take a look at:

    SSC.com Article: Oracle Link by Adrian Small

    He worked through the errors he was receiving making a linked server connection to Oracle and that error you cite is one of them.

    K. Brian Kelley
    @kbriankelley

  • Many Thanks Brian for the reply.

    I had a look at the article which you have mentioned, but none are relating to out problem.

    Could you please tell me whether any character set settings are there while doing the SQL Server 2000 installation?

    Thanks

    Manju

  • Do you mean at the OS level?

    K. Brian Kelley
    @kbriankelley

  • No. When we are doing SQL Server Installation.

    In Oracle, while creating Database we can set Character set information.

    Similar to this, I was searching for a feature in SQL Server.

  • No. When we are doing SQL Server Installation.

    In Oracle, while creating Database we can set Character set information.

    Similar to this, I was searching for a feature in SQL Server.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply