NetXMS Support Forum

English Support => General Support => Topic started by: bottle00 on October 28, 2009, 10:57:31 AM

Title: db driver about oracle
Post by: bottle00 on October 28, 2009, 10:57:31 AM
Hi,

When I installe NetXms 0.2.29 on RHEL3 with oracle 10g, I encountered a problem, the oracle driver oracle.cpp can't compile, it complained that OCI_NCHAR_*_OFF in DrvConnect() not defined. I comment it out, then I get through. But the netxmsd cant start, the memory crashed. I try to debug it, and find that when the daemon query
"Schema Version" in the database, the function OciGetAttr() (when it try to get the first column name) crash.

What can I do? Need help!
Title: Re: db driver about oracle
Post by: Victor Kirhenshtein on October 29, 2009, 10:49:55 AM
Hi!

Try to install Oracle Instant Client and use it for compilation.

Best regards,
Victor