recommendation for oracle - fix NSL_LANG variable

NLS_LANG=AMERICAN_AMERICA.UTF8
This commit is contained in:
Carlos Ruiz 2009-09-15 23:49:47 +00:00
parent bb2dd24022
commit 595cf6bd3b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# mode (the default mode -- this strips out all the "commit" statements)
# and a commit mode for deployment. You need to pipe the output of this
# script into sqlplus, for example:
# ./migrate_oracle.sh 313-314/ commit | sqlplus adempiere/adempiere
# export NLS_LANG=AMERICAN_AMERICA.UTF8 ; ./migrate_oracle.sh 313-314/ commit | sqlplus adempiere/adempiere
# Contributed by Chris Farley - northernbrewer