Hi,
I would like to run zabbix with my oracle 10g database.
Here is what i did:
Installed libsqlora8 then compiled --enable-server --enable-agent --with-oracle=/usr/local
It has compiled successfully.
I created the database schema and called it zabbix with passwd zabbix.
I set server config file under /etc/zabbix/ then tried to start zabbix_server.
# Database host name
# Default is localhost
DBHost=localhost
# Database name
DBName=oracle
# Database user
DBUser=zabbix
# Database password
# Comment this line if no password used
DBPassword=zabbix
I get the following error message:
030247:20070104:220110 Starting zabbix_server. ZABBIX 1.1.4.
030247:20070104:220110 Cannot login with zabbix/zabbix@oracle
However I can login in with sqlplus used the user/pass above.
thanks in advance,, Sandor
I would like to run zabbix with my oracle 10g database.
Here is what i did:
Installed libsqlora8 then compiled --enable-server --enable-agent --with-oracle=/usr/local
It has compiled successfully.
I created the database schema and called it zabbix with passwd zabbix.
I set server config file under /etc/zabbix/ then tried to start zabbix_server.
# Database host name
# Default is localhost
DBHost=localhost
# Database name
DBName=oracle
# Database user
DBUser=zabbix
# Database password
# Comment this line if no password used
DBPassword=zabbix
I get the following error message:
030247:20070104:220110 Starting zabbix_server. ZABBIX 1.1.4.
030247:20070104:220110 Cannot login with zabbix/zabbix@oracle
However I can login in with sqlplus used the user/pass above.
thanks in advance,, Sandor
Comment