Get "ORA-29275: partial multibyte character" error
Description
When running a query on a table containing some encrypted unicode data, through Toad for Oracle, and other columns containing English text or encrypted data stored in a VARCHAR2 column, Toad for Oracle throws error "ORA-29275: partial multibyte character".
It is found that the SQL*Plus 11g displays the query without getting ora-29275 error at all, however the unicode text is garbled.
Environment : Oracle database server and Oracle database client are both Oracle 11g
Cause
Beginning in 11g, Oracle practices stricter sanity check. Toad for Oracle 10.x and onwards is unicode compatible and data encoding with stricter sanity check causes this error.
Resolution
WORKAROUND 1:
Install another Oracle client that is version 10g or lower, given a less strict sanity check in this version.
WORKAROUND 2:
Use Toad 10.x with Oracle 10g when querying an Oracle 11g table containing data of such nature.WORKAROUND 3:
Refer to the solution on the Oracle website:STATUS:
Enhancement request ST73046 has been submitted to Development for consideration in a future release Toad for Oracle.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-764724/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Caused by: Error: ' ' is not a valid resource name characterError
- DataPump Export (EXPDP) Fails With Error LPX-216 Invalid CharacterExportAIError
- error:unable to get logical block size for spfileErrorBloC
- exp時報ORA-29275問題解決
- 安裝benchmarksql報java:143: error: unmappable character for encoding ASCIISQLJavaErrorAPPEncodingASCII
- linuxmint apt-get install error:Depends...?Linuxapt-getError
- Error parsing XML: An invalid XML character (Unicode:0x1f) was foundErrorXMLUnicode
- ORA-06502: PL/SQL: numeric or value error: character to number conversion error錯誤的解決方法SQLError
- error MSB8031 Building an MFC project for a non-Unicode character set is deprecatedErrorUIProjectUnicode
- SCSS partial部分檔案CSS
- C# partial 說明C#
- [GuzzleHttp\Exception\RequestException] cURL error 60: SSL certificate problem: unable to get localHTTPExceptionError
- OGG Get Error "Statistics reply buffer exceeded. Results truncated..."Error
- error:14090086:SSL routines:ssl3_get_server_certificateErrorServer
- MySQL 5.7.17 安裝報錯SSL error: Unable to get private key fromMySqlError
- Kettle: pentaho-server-ce-9.4 : ERROR [SchemaUpdate] could not get database metadataServerErrorDatabase
- 常見物件-Character物件
- Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start ofAndroidErrorBATPackage
- python的偏函式(partial)Python函式
- python的partial()用法說明Python
- Partial類、列舉、結構體結構體
- Swift 字元(Character)講解Swift字元
- python character stringPython
- java lang包下Character類Java
- Hive throws: WstxParsingException: Illegal character entity: expansion character (code 0x8)HiveException
- TypeScript Partial 使用的一個小技巧TypeScript
- C++ partial_sort(部分排序)C++排序
- 函式式點滴--partial&curry函式
- 查LOB文字內容報錯ORA-06502: numeric or value error: character string buffer..Error
- 解決:錯誤 1 error MSB8031: Building an MFC project for a non-Unicode character set is deprecatedErrorUIProjectUnicode
- Unknown initial character set index ‘255‘ received from server. Initial client character set can beIndexServerclient
- Error response from daemon: Get "https://registry-1.docker.io/v2/": netErrorHTTPDocker
- java學習值Character類Java
- python進階(17)偏函式partialPython函式
- 什麼是 Angular Ivy Partial compilation modeAngular
- MySQL8.0 新特性:Partial Update of LOB ColumnMySql
- python 中偏函式 partial 的使用Python函式
- python中functools寶庫下的partialPython