Search This Blog

Wednesday, 29 October 2025

convert .p7b certs to .cer format

 use the following command 


first export the cert into .p7b with full chain





and after that use the following command to change the .p7b to .cer (PEM) format, openssl can be used on any linux box.

openssl pkcs7 -inform DER -outform PEM -in erpdummy-full-chain.p7b -print_certs > erpdummy.cer




Monday, 27 October 2025

Using Load Balancers with Oracle E-Business Suite Release 12.2 (Doc ID 1375686.1)

 Using Load Balancers with Oracle E-Business Suite Release 12.2 


Please check the Oracle support (Doc ID 1375686.1)

manage long running sessions with "screen" on linux OS - handy utility for Oracle APPS DBA for cloning, patching etc

  n Oracle E-Business Suite (EBS), there is no standard   -S   flag for the primary cloning commands ( adpreclone.pl   or   adcfgclone.pl )....