AIX Orapki Slow Performance
(Doc ID 2746443.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 18.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On Linux : When we use the commande "orapki wallet display -wallet DIR_WALLET -complete", it takes about 1 second.
On AIX 7.2/Power 8: it takes about 30 seconds.
If we use only the command line
"/produit/oragrd/18.4/jdk/bin/java -Xms64m -Xmx512m -cp /produit/oragrd/18.4/jlib/oraclepki.jar:/produit/oragrd/18.4/jlib/cryptoj.jar:/produit/oragrd/18.4/jlib/osdt_core.jar:/produit/oragrd/18.4/jlib/osdt_cert.jar oracle.security.pki.textui.OraclePKITextUI wallet display -wallet /home/73634b -complete" see with "sh -x" it works fine.
executed orapki in "sh -x" to see the java command passed. When run only the java command line the performance is acceptable.
Performance is fine with :
"/produit/oragrd/18.4/jdk/bin/java -Xms64m -Xmx512m -cp /produit/oragrd/18.4/jlib/oraclepki.jar:/produit/oragrd/18.4/jlib/cryptoj.jar:/produit/oragrd/18.4/jlib/osdt_core.jar:/produit/oragrd/18.4/jlib/osdt_cert.jar oracle.security.pki.textui.OraclePKITextUI wallet display -wallet /home/73634b -complete"
Slow performance with :
time /home/73634b/orapki wallet display -wallet /home/73634b
Oracle PKI Tool Release 18.0.0.0.0 - Production
Version 18.1.0.0.0
Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
Requested Certificates:
User Certificates:
Subject: CN=DB_***,SERIALNUMBER=2****1,OU=SERVER,O=M**,C=FR
Oracle Secret Store entries:
ORACLE.SECURITY.DN
ORACLE.SECURITY.PASSWORD
Trusted Certificates:
Subject: CN=CA_M**_S****-SERVICE,OU=000****,O=M****,C=FR
Subject: CN=CA_M****_ROOTCA,OU=000****,O=M****,C=FR
real 0m25.05s
user 0m13.50s
sys 0m0.07s
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |