ORA-24365

Error: ORA-24365: error in character conversion

Causa: This usually occurs during conversion of a multibyte character data when the source data is abnormally terminated in the middle of a multibyte character.

Acción: Make sure that all multibyte character data is properly terminated.

COMENTARIOS:

por Francisco Garcia | 16/05/2009 16:39:11

RE: ORA-24365

Tengo este problema cuando quiero utilizar esto
BEGIN
SELECT UPPER(USER)
INTO :PRINCIPAL.USUARIO_BD
FROM DUAL;
END;
En la base de datos XE.
Como puedo solucionarlo. ?