Skip to content

Scraps

sysadmin/dba useful things finded around the web

Recent Posts

  • connect to running docker
  • oracle cloud backup re-config
  • delete archivelog
  • rhel4 screensaver
  • oracle nls parameters

Categories

  • docker
  • linux
  • oracle
  • osx
  • rman

Tags

  • archivelog
  • backups
  • bash
  • cloud backup
  • config
  • dba
  • delete
  • delete files
  • docker
  • encoding
  • espacio
  • expired
  • file-management
  • find
  • gnome
  • kill
  • lang
  • limpieza
  • linux
  • nls
  • obsolete
  • oel4
  • older than
  • opc
  • oracle
  • osx
  • parameters
  • process
  • puerto
  • respaldos
  • rhel4
  • rman
  • screensaver
  • sysadmin
  • terminal
  • tuning

Tag: config

Diagnostic & Tuning Pack

Verificar que packs están activos

SHOW PARAMETER control_management_pack_access;

Activar/Desactivar Packs

ALTER SYSTEM SET control_management_pack_access = "DIAGNOSTIC+TUNING" SCOPE = BOTH;

Valores permitidos


"NONE"
"DIAGNOSTIC"
"DIAGNOSTIC+TUNING"
Posted on August 6, 2015August 6, 2015Categories oracleTags config, dba, oracle, parameters, tuningLeave a comment on Diagnostic & Tuning Pack
Proudly powered by WordPress