Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change characterset #5

Open
AbsoluteNeo opened this issue Oct 27, 2016 · 1 comment
Open

Change characterset #5

AbsoluteNeo opened this issue Oct 27, 2016 · 1 comment

Comments

@AbsoluteNeo
Copy link

Hello, we are testing oracle in docker, and this image is perfect for same test. Now we need change the character set AL32UTF8 to WE8ISO8859P9 because we have a Turkish database.
Can you help us? because we tried change it with CSSCAN, and altering directly, but ever was wrong.

We tried put in file profile too
export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P9
export NLS_CHARACTERSET=WE8ISO8859P9
export NLS_NCHAR_CHARACTERSET=AL16UTF16

and run the built but it isnt run.

thanks for your help.

Best regards

@myfreeer
Copy link

oracle-11g/assets/dbca.rsp

Lines 517 to 535 in 4199e8a

#-----------------------------------------------------------------------------
# Name : CHARACTERSET
# Datatype : String
# Description : Character set of the database
# Valid values : Check Oracle12c National Language Support Guide
# Default value : "US7ASCII"
# Mandatory : NO
#-----------------------------------------------------------------------------
CHARACTERSET="AL32UTF8"
#-----------------------------------------------------------------------------
# Name : NATIONALCHARACTERSET
# Datatype : String
# Description : National Character set of the database
# Valid values : "UTF8" or "AL16UTF16". For details, check Oracle12c National Language Support Guide
# Default value : "AL16UTF16"
# Mandatory : No
#-----------------------------------------------------------------------------
#NATIONALCHARACTERSET= "UTF8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants