Skip to content

Instantly share code, notes, and snippets.

@rponte
Created August 31, 2010 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rponte/559609 to your computer and use it in GitHub Desktop.
Save rponte/559609 to your computer and use it in GitHub Desktop.
-- obtem parametros da NLS (National Language Support) da sessão do usuário
select * from NLS_SESSION_PARAMETERS
-- altera NLS_LANGUAGE
ALTER SESSION SET NLS_LANGUAGE='BRAZILIAN PORTUGUESE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment