SQL Language (MOSC)

MOSC Banner

How to deal with this error in a query: ORA-29275: partial multibyte character for the query

edited Dec 12, 2015 10:05AM in SQL Language (MOSC) 1 commentAnswered

Hi there,

We are using 12.2.4.  When I run a query, I got ORA-29275: partial multibyte character.  Here is the query:

select *

FROM ap.ap_suppliers s         ,

  ap.ap_supplier_sites_all ss     ,

  apps.iby_ext_bank_accounts eba  ,

  apps.iby_account_owners ao      ,

  apps.iby_ext_banks_v eb         ,

  apps.iby_ext_bank_branches_v ebb,

WHERE s.vendor_id           = ss.vendor_id

AND ao.account_owner_party_id = s.party_id

AND eba.ext_bank_account_id   = ao.ext_bank_account_id

AND eb.bank_party_id          = ebb.bank_party_id

AND eba.branch_id             = ebb.branch_party_id

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center