Skip to content

Instantly share code, notes, and snippets.

@ifsantos
Last active December 20, 2015 11:19
Show Gist options
  • Save ifsantos/6122514 to your computer and use it in GitHub Desktop.
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.
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