Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7607169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:35:39+00:00 2026-05-31T00:35:39+00:00

This linked server worked fine before we upgraded from SQL Server 2005 to 2008R2,

  • 0

This linked server worked fine before we upgraded from SQL Server 2005 to 2008R2, but now it throws this error when querying from certain tables (it still works for other tables):

"linked server "PROD" reported an error. The provider did not give any information about the error…Cannot fetch a row from OLE DB provider "OraOLEDB.Oracle" for linked server "PROD".

I can narrow the problem to one row and when I run this query for that row I get a different error:

select * from openquery( PROD, 'SELECT ID, NAME FROM ITEMS WHERE ID = 5437')

Error:

OLE DB provider "OraOLEDB.Oracle" for linked server "PROD" returned message "01".

OLE DB provider "OraOLEDB.Oracle" for linked server "PROD" returned message "ORA-29275: partial multibyte character".

And I can query the offending NAME column as a DUMP, like this:

select * from openquery( PROD, 'SELECT DUMP(NAME) FROM ITEMS WHERE ID = 5437')

Which returns:

Typ=1 Len=16: 77,73,88,84,69,67,79,32,68,69,32,84,73,68,65,193

then rebuild using SELECT CHAR(77) + CHAR(73) + …, and I get "MIXTECO DE TIDAÁ". Bottom line, it seems, is that CHAR(193) in the Oracle data is causing my query to fail. But how to fix?

Oracle (https://forums.oracle.com/forums/thread.jspa?threadID=551784) provides this mysterious clue:

ORA-29275: partial multibyte character

Cause: The requested read operation could not complete because a partial multibyte character was found at the end of the input.

Action: Ensure that the complete multibyte character is sent from the remote server and retry the operation. Or read the partial multibyte character as RAW.

However, I don’t know how to "Ensure…" and I don’t know how to "read… as RAW".

SQL Server is a 64-bit version running on a 64-bit windows server 2008R2 system and has the 64-bit Oracle 11gR2 client installed.

column in SQL: NAME nvarchar(60) NULL
column in Oracle: NAME varchar2(60)

In SQL, sp_helpsort returns:

Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive for Unicode Data, SQL Server Sort Order 52 on Code Page 1252 for non-Unicode Data

In Oracle, the NLS_CHARACTERSET is: AL32UTF8

Any help re: why this is not working or how to get this working? Let me know if need further info.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T00:35:41+00:00Added an answer on May 31, 2026 at 12:35 am

    The 193 stored in the Oracle database is not a valid character in the UTF-8 character set. UTF-8 encodes the first 128 characters (0-127) using a single byte but anything beyond 7-bit ASCII requires two or more bytes of storage. Whatever application inserted this data appears to be doing so incorrectly, most likely because it is misconfigured to bypass the character set conversion that is supposed to happen when data is transferred between the client and the database.

    What language/ framework/ API is the application that inserted the data into the Oracle database using? What is the client NLS_LANG parameter?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to update a table on a linked server (SQL 2000/2005) but my server
I have added an linked server from an SQL 2000 server to an SQL
I am trying to insert the data from this link to my SQL server
I have created a linked server in SQL Server 2005 to an Oracle DB.
I am attempting to create a linked server from a 2005 to 2008 Microsoft
I'm trying to create a linked server in MS SQL Server 2005, pointing to
I have an Entity Framework based MVC application linked to a SQL server. This
I need to select value from SQL Linked Server & get it to loacal
This is linked to my other question when to move from a spreadsheet to
This is from the <iostream> : namespace std { extern istream cin; ///< Linked

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.