I am getting the following error while connecting with the oracle database through laravel8 -
ORA-12154: TNS:could not resolve the connect identifier specified
I am getting the following error while connecting with the oracle database through laravel8 -
ORA-12154: TNS:could not resolve the connect identifier specified
Copyright © 2021 Jogjafile Inc.
You have to check your oracle connection's configuration. According to this a valid format on config/database.php is:
Ask your DBA if you are not sure of the database or service name you have to use in your case.