
In my organization, Oracle DB is mandatory for all the tools which are used within the organization. hence I'm trying to get testlink to work with it. I know Oracle Sql is not supported officially, I've gone through defects like 3422 and 2724. They did give me a vague idea on how to go on about it. But still i have not been that successful in integrating testlink with sql.
I have installed testlink in IIS on windows 8.1. PHP version is 5.5 and Oracle DB11g is the DB server.
It would be great if you guys could tell me how to make testlink recognize Oracle DB. I have enabled the OCi8 extension in PHP file i have added the PHP installation path to the system Path variables, uncommented all the lines pertaining to OCI8 in the php.ini file. still i get the following error
"Warning!: Your PHP installation don't have the oci8 extension oci8- without it is IMPOSSIBLE to use Testlink.Failed!"
Please tell me or show me the path i need to take in order to make a connection between testlink installation and the Oracle DB server.