RSA Archer 数据提要使用明文密码

RSA Archer data feed uses plaintext password

RSA Archer,版本 6.4 SP1 P2。

我使用 Oracle 数据库的数据库查询传输器。我使用连接字符串配置了 ODBC 数据提供程序:

Driver={Oracle in instantclient_19_3};Dbq=my_id;Uis=my_username;Pwd=my_password;

可以用,但我不喜欢明文密码。特别是在连接字符串下面,有 用户名密码 的专用字段。但出于某种原因,Archer 没有使用它。我如何强制 Archer 使用来自这些字段的数据?

我不使用 Instant Client,因为我无权在 Web 服务器上安装 Microsoft Visual Studio 2017 Redistributable 软件包。

我愿意接受任何建议。

Diodak,填写用户名和密码字段,并在连接字符串中使用以下内容:

Driver={Oracle in instantclient_19_3};Dbq=my_id;Uis={username};Pwd={password};

当连接到数据库服务器时,Archer 会将这些字段的值插入到连接字符串中。