Oracle Express 10g Installation
512866Jun 1 2007 — edited Jun 1 2007I have recently installed Orale Database 10g Express Edition. I have included installation data below:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
My problem is in regard to NLS settings. I am not in the US however the default install NLS parameters are for the US as show below
National Language Support
NLS_CALENDAR GREGORIAN
NLS_CHARACTERSET WE8MSWIN1252
NLS_COMP BINARY
NLS_CURRENCY $
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE AMERICAN
NLS_DUAL_CURRENCY $
NLS_ISO_CURRENCY AMERICA
NLS_LANGUAGE AMERICAN
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_NCHAR_CONV_EXCP FALSE
NLS_NUMERIC_CHARACTERS .,
NLS_SORT BINARY
NLS_TERRITORY AMERICA
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_TIME_FORMAT HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
Of course I was not able to connect to the database from JDeveloper or SQL Developer until I changed the regional and Local settings on my computer to America/US. But this unfortunately creates other problems.
Does anyone know how to install the 10g Express database using other NLS settings for say UK? or has a workaround for this problem.
I looked extensively at forums and goggled for a solution, but none really gave clear steps on how to resolve the issue.
Thanks in advance