From 595cf6bd3b4244afcf5ccab8cb899cf3dd3045a7 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 15 Sep 2009 23:49:47 +0000 Subject: [PATCH] recommendation for oracle - fix NSL_LANG variable NLS_LANG=AMERICAN_AMERICA.UTF8 --- migration/migrate_oracle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/migrate_oracle.sh b/migration/migrate_oracle.sh index 7759af40c3..e2501407df 100644 --- a/migration/migrate_oracle.sh +++ b/migration/migrate_oracle.sh @@ -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