Commit 3e1d814
committed
fix: set NLS_LANG in RAC container env for proper charset handling
Without NLS_LANG, sqlplus defaults to US7ASCII client charset in the
RAC containers, corrupting multi-byte characters (NCHAR/NCLOB) at
INSERT time. gvenzl Oracle images bake NLS_LANG into the image env,
but Oracle's official RAC image does not.1 parent f1a3472 commit 3e1d814
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
313 | 314 | | |
| |||
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| 353 | + | |
352 | 354 | | |
353 | 355 | | |
354 | 356 | | |
| |||
0 commit comments