Hi,ORA-24365: error in character conversion

jangjangjang

Member²
Hi,
We changed our oracle database character set from WE8ISO8859P1 to UTF8 and when we run explain plan, we get the above error message. I created a new table with 1 column with no data in it and it still gave that error.

my version is 8.0.0.1480

and ideas why?
 
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
There is still no DEBUG.txt file getting created. I only have PLSRecall.dat in that folder

this is my shortcut
"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL
 
Last edited:
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top