recommendation for oracle - fix NSL_LANG variable
NLS_LANG=AMERICAN_AMERICA.UTF8
This commit is contained in:
parent
bb2dd24022
commit
595cf6bd3b
|
@ -5,7 +5,7 @@
|
||||||
# mode (the default mode -- this strips out all the "commit" statements)
|
# 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
|
# and a commit mode for deployment. You need to pipe the output of this
|
||||||
# script into sqlplus, for example:
|
# 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
|
# Contributed by Chris Farley - northernbrewer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue