I have been through every post and none work for me. I am trying to get a PDO connection set up but keep getting the below error message.
Error : SQLSTATE[HY000]: OCISessionBegin: ORA-12705: Cannot access NLS data files or invalid environment specified (ext\pdo_oci\oci_driver.c:686)
phpinfo is indicating that all is setup properly, php.ini is configured, local key changed NLS_LANG.
Does "(ext\pdo_oci\oci_driver.c:686)" indicates anything wrong in my settings?