Skip to Main Content

Cloud Connectivity

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sqlplus with wallet: ORA-28759: failure to open file

przemkoJun 6 2023 — edited Jun 6 2023

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

This post has been answered by przemko on Jun 7 2023
Jump to Answer
Comments
Post Details
Added on Jun 6 2023
3 comments
13,330 views