Oracle wallet is not open after each reboot of the server
I have a server running Oracle 18.0.0 on Windows Server 2012R2. The server is running an application that uses Oracle for its database. Upon reboot of the server today I received a message stating the Oracle wallet is not open. I have verified that the sqlnet.ora file points to the correct location, and this was working up until the reboot. Nothing on the server has changed. In order to get the database to a working state, I run the following commands in Sqlplus:
alter system set encryption wallet open identified by ****;
Alter database open;
After this, the database shows it is up, and my application is able to start its services, which are dependent upon Oracle. However, after a reboot of the server, I am back to having to do this process over again. Any help on this would be appreciated!