Bug with installing Oracle 10gR2 on a German (Switzerland) Windows
Applications, Oracle |
For users that are using a Windows (XP/2003) German (Switzerland) version and want to install the Oracle 10gR2 database release, they will find that the installation of the database configuration utility will abort with the error messages:
ORA-00604: error ocured at recursive SQL level1
ORA-02248: invalid option for ALTER SESSION
So, what is the problem and how to solve it?
First off, the 10.1 release will install without any problems and this bug is only seen in the 10gR2 release. From my findings there is a problem with the NLS_CURRENCY which is derived from the NLS_TERRITORY setting. Somehow Oracle messes up with it.
The ...