Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for June 20, 2013
Pencil, Pencil, and Pencil
Dividing the Linux desktop
LWN.net Weekly Edition for June 13, 2013
A report from pgCon 2013
Your comment "you can't change the language on the client, you must do it on the server (if you are allowed to do so)" doesn't appear to be true:
SQL> select * from fred; select * from fred * ERROR at line 1: ORA-00942: table or view does not exist
SQL> alter session set nls_language = german;
Session altered.
SQL> select * from fred; select * from fred * ERROR at line 1: ORA-00942: Tabelle oder View nicht vorhanden
(Disclosure: I work for Oracle; these are my personal opinions, not my employer's.)
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds