Skip to content

Instantly share code, notes, and snippets.

@danielbaccin
Created February 6, 2017 14:15
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 danielbaccin/80b060771f62efff073c81a4f5dcad1d to your computer and use it in GitHub Desktop.
Save danielbaccin/80b060771f62efff073c81a4f5dcad1d to your computer and use it in GitHub Desktop.
aumentando numero de conexões no oracle
--rodar esse comando como system
ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE;
--reiniciar o serviço do listener (OracleXETNSListener):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment