Skip to content

Instantly share code, notes, and snippets.

@danielbaccin
Created May 31, 2012 16:11
Show Gist options
  • Select an option

  • Save danielbaccin/2844473 to your computer and use it in GitHub Desktop.

Select an option

Save danielbaccin/2844473 to your computer and use it in GitHub Desktop.
aumenta num de conxões do oracle
b. Altere o número de processos para 100
alter system set processes=100 scope=spfile
c. Remova o limite de 20 sessões
alter system reset sessions scope=spfile sid=’*’
d. Pare o banco
shutdown immediate
e. Inicie o banco
startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment