Last active
December 20, 2015 11:19
-
-
Save ifsantos/6122514 to your computer and use it in GitHub Desktop.
Configuração para datasource Weblogic quando instalado em linux, para casos em que ocorre erro de conversão de caracteres.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL: | |
jdbc:oracle:thin:@host01:1571:dsv | |
Nome da Classe do Driver: | |
oracle.jdbc.xa.client.OracleXADataSource | |
SQL Inicial: | |
SQL ALTER SESSION SET NLS_LANGUAGE='PORTUGUESE' NLS_TERRITORY='BRAZIL' | |
Propriedades: | |
user=usuario | |
NLS_LANG=PORTUGUESE_BRAZIL.WE8ISO8859P1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment