Ad Widget

Collapse

Zabbix 3.0 with Oracle 11 database with DRCP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • knightrider
    Junior Member
    • Feb 2016
    • 2

    #1

    Zabbix 3.0 with Oracle 11 database with DRCP

    Currently, we have Zabbix 3.0 running with the Oracle 11 database. We are moving the database to a new server. Our DBA has recommended we use DRCP in Oracle. Has anyone implemented Oracle DRCP with Zabbix?.
    What are the configuration changes required to successfully implement DRCP in Zabbix?
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Usually using DRCP does not make to much sense with zabbix.
    Why?
    Because almost each zabbix server/proxy process opens single connection to DB backend and each of those processes keeps opened such connection as long each of these processes is running. On top of those fixed set of processes is added another pool of connections from web frontend and here as well each http session opens single DB backend session.
    Usually even pool of web connections is quite constant.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    Working...