We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

What is the right configuration for connecting with Oracle developer tools

Hi I have used the tools developer with mysql and I use with Oracle and I have active in my Apache PDO_OCI but when you connect only listed my tables but I can not create a model or scaffold from the web interface tells me that the table does not exist and from the terminal tells me Error: could not find driver've read several forums but I can not find the right setup can help me?



34.6k
Accepted
answer

This isn't about configuration, you have to install pdo_oci and activate the extension on both web and cli.



81.1k

It is done. I connect from php normally without problems. But by devtools I have errors that the table does not exist or the driver could not be found