orapki wallet add -dbcredentials error
I'm trying to replace mkstore
with orapki
for managing database credentials in Oracle 19c (version 19.4.0.0.0) on Windows.
When I run:
orapki wallet add -wallet C:\oracle\wallet_orapki -dbcredentials OPS….WORLD -user OPS$… -password … -pwd Welcome1!
I get the error:
Ungültiger Befehl: -dbcredentials
It seems -dbcredentials
is not available in this version. Is this option only supported in Oracle 23c or later?
Is there any way to use orapki
for SEPS in 19c, or is mkstore
still the only supported method?
Thanks in advance,