Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*PLUS ORA Error???

Re: SQL*PLUS ORA Error???

From: Joe <joetin_at_netvigator.com>
Date: Thu, 06 Jan 2000 22:14:32 +0800
Message-ID: <3874A347.352164B9@netvigator.com>


May be the character_set specified in the server and the client do not match or
convert for each other.

Joe

"David A. Gershman" wrote:

> When trying to use SQL*PLUS with SQL*NET to connect from a UNIX Oracle
> installation to an NT Oracle installation, I get the following error:
>
> mushroom % sqlplus udb/xxxx_at_onion
>
> SQL*Plus: Release 3.2.2.0.0 - Production on Wed Jan 5 16:33:50 2000
>
> Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.
>
> ERROR: ORA-24365: error in character conversion
>
> Enter user-name:
> ^C
> mushroom %
>
> According to the Oracle Documentation, ORA-24365 is:
>
> "Cause: This usually occurs during conversion of a multibyte character
> data
> when the source data is abnormally terminated in the middle of a
> multibyte character.
>
> Action: Make sure that all multibyte character data is properly
> terminated.
> "
>
> But I'm not dealing with multibyte character data!!! Ideas!?!?!???
>
> David
> gershman_at_acm.org
Received on Thu Jan 06 2000 - 08:14:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US