After choosing and installing the preferred language we can go on and test if now SQLPLUS speaks our lingo.
SQL> ALTER SESSION SET NLS_LANGUAGE=romanian;
Sesiune modificata.
SQL> select * from no_table;
select * from no_table
*
EROARE la linia 1:
ORA-00942: tabelul sau vizualizarea nu exist?
SQL> select eroare bre;
select eroare bre
*
EROARE la linia 1:
ORA-00923: cuvantul cheie FROM nu este g?sit in locul a?teptat
So far so good! Nevertheless, as I previously said the translated messages are quite funny. By the way, I already found three translation mistakes into the above output but I will let Romanian readers to find them. Aaaa, I almost forgot to say: those strange question marks are in place there because my database character set is not appropriate for displaying romanian characters therefore please don't count this as a translation error. :)
No comments:
Post a Comment