Uso de profiles no Oracle — Limite de Tempo inativo da Sessão

Usando profiles para eliminar sessões que ficam inativas por um longo tempoconsumindo recursos do servidor Oracle. 1). Altere o parâmetro de inicialização RESOURCE_LIMIT para TRUE, vem default FALSE ALTER SYSTEM SET RESOURCE_LIMIT=TRUE SCOPE=BOTH; 2). Crie um profile com um nome desejado por você Create profile Meu_profile limit idle_time 1 — Tempo em Minutos (1 minuto);[…]

Solving EM daylight issues

When your sysadmins change the TZ from your Oracle server to adjust daylight, follow the steps here to correct EM hour. By example, in Rio de Janeiro the normal time zone is equivalent to Etc/GMT+3. This solutions works for my production environment without patching anything. 1. Setting TZ environment variable TZ=Etc/GMT+3 export TZ 2 –[…]

Clarify about traces files…

In yesterday I was asked about the possibility of Oracle Database generate a trace file of 122 Gb only cause this is work in archivelog mode. My answer was “not”, it is one process totally independent of other. Maybe this trace was generated by DBA monitoring some user session and forgot DBMS_MONITOR tracing for ever.[…]