我在一台机器上安装了 oracle 服务器,在另一台机器上安装了 e oracle 客户端。我使用此命令创建了一个钱包
C:\Users\MRBULL93>mkstore -wrl C:\VideoWallet -create
C:\Users\MRBULL93>mkstore -wrl C:\VideoWallet -createCredential kejvidoko SYSTEM
还修改了sqlnet.ora文件如下
# sqlnet.ora Network Configuration File:
C:\app\MRBULL93\product\11.2.0\client_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
WALLET_LOCATION =
(SOURCE =
(METHOD=FILE)
(METHOD_DATA =
(DIRECTORY =C:\VideoWallet)
)
)
SQLNET.WALLET_OVERRIDE = TRUE
==================================================== ======
我可以使用 cmd 修改密码,也可以使用钱包管理器打开它,但是当我调用它时
SQLPLUS /@kejvidoko
我收到以下消息
错误:ORA-12578:TNS:钱包打开失败
有人可以告诉我如何解决这个问题。