I'm trying to connect to my database that's Oracle 11, using Doctrine on Symfony 5, and I get these errors, (I have added the OCI8, and oci8_11 to php.ini, and I have activated the oci8_11 extension) :[see attached].1
My connector in the .env is :
DATABASE_URL="oci8://******:*************@192.aaa.aa.aaa:1521/********"