unable run orapki: get java class is not found: oracle.security.pki.OracleSecretStoreTextUI
I am using Oracle Database EE 11.2.0.3 on AIX 6.1 and trying to use orapki to generate a wallet key. It is working on similar systems, but for one of the systems, I get following error.
oracle@myhost: > orapki wallet create -wallet /u01/mydb/tde_wallets -pwd "mypasword" -auto_login
The java class is not found: oracle.security.pki.textui.OraclePKITextUI
Message was edited by: user3658503 Found out the root cause... it was missing jlib directory. Thanks.