Forum Discussion
How to get around with partial multibyte character issue?
k3rz0rg,
I have no issues connecting to Oracle and writing SQL query in Power BI Desktop. Have you tried to execute the SQL query in SQL developer and check if it is successful?
Regards,
Lydia
Anonymous
Well, connecting to oracle is good; it's the point of entry where the user inserted the data in different characterset. We have users all around the world and problem occurs mostly from the euro side when they use special characters for names or addresses in their own utf or ascii sets.
I've been looking for a way to convert that while fetching the data with query.
-K3
- Anonymous8 years agoNot applicable
k3rz0rg,
How about you use the function described in the following blog to convert the row?
http://www.dba-oracle.com/t_ora_29275_partial_multibyte_character.htm
Regards,
Lydia- Anonymous1 year agoNot applicable
This link is not working