Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-12705 - REALLY URGENT
you can also try using the 'N' inside the statement....
If you are modifying data in an NVARCHAR2 or NCHAR... or something similar using the following notation....
insert into table_name (col1,col2) values ('col1 is regular varchar2',N'col2 is an NVARCHAR2, see the -N- in front');
might be a little basic... but it will give us a little more to go on.
Nick
-----Original Message-----
From: Jared Still [mailto:jkstill_at_cybcon.com]
Sent: Tuesday, September 11, 2001 11:55 AM
To: Multiple recipients of list ORACLE-L
Subject: Re: ORA-12705 - REALLY URGENT
We *really* need more information:
Server:
platform and version
database and version
Client:
platform and version
type of client, forms, PL/SQL, what?
There are many possibilities, but more hard data is required to consider any of them.
Jared
On Tuesday 11 September 2001 02:06, Viraj Luthra wrote:
> Hello all,
>
> I am getting an error, ORA-12705, could you please advise what steps I can
> take to set the NLS_LANG properly, this is what it says is needed. Also
> please tell me what are the possible solutions to this problem?
>
> This is really urgent, please help.
>
> rgds,
>
> raja
>
>
> Get 250 color business cards for FREE!
> http://businesscards.lycos.com/vp/fastpath/
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jared Still INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Sep 11 2001 - 21:44:37 CDT