Created
February 6, 2017 14:15
-
-
Save danielbaccin/80b060771f62efff073c81a4f5dcad1d to your computer and use it in GitHub Desktop.
aumentando numero de conexões no oracle
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
--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