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 -> ORA-12705 weird problem

ORA-12705 weird problem

From: Andre <Andre.Seesink_at_TheLodge.nl>
Date: 24 Jan 2002 00:35:38 -0800
Message-ID: <4b24dbe0.0201240035.390534d3@posting.google.com>


Hi all,
I logon with a userid td1adm on a Unix system and start sqlplus. table zfindau is a symbolic link using a database link.

unix> sqlplus /

SQL> select count(*) from zfindau;
select count(*) from zfindau

                     *

ERROR at line 1:
ORA-12705: invalid or unknown NLS parameter value specified ORA-02063: preceding line from HUBD
SQL> exit

(I am still connected with the same user in Unix, but connect with a different Oracle user. So Unix environment variables are still the same!)

benist01:td1adm 2> sqlplus sapr3
Enter password:
SQL> select count(*) from zfindau;

  COUNT(*)


     74991

Does anyone have a clue what's going on here??????

Andre Seesink Received on Thu Jan 24 2002 - 02:35:38 CST

Original text of this message

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