I downloaded new wallet. In Oracle SQL Developer new connection works, but in SQLPLUS I got:
C:\>sqlplus USER@DBNAME_high/PASS
SQL*Plus: Release 12.2.0.1.0 Production on Tue Jun 6 10:41:30 2023
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR:
ORA-28759: failure to open file
SQLNET.ORA:
WALLET_LOCATION = (SOURCE = (METHOD = file) (METHOD_DATA = (DIRECTORY="?/network/admin")))
SSL_SERVER_DN_MATCH=yes
TNS_ADMIN:
TNS_ADMIN=C:\app\client\oracle\instantclient_21_9\network\admin
Any suggestions how to fix it?
regards
Przemek