I'm observing different file sizes when using mkstore from a script
Using Oracle 19.19 or 19.20 gi home on linux rhel 7.9
When using mkstore within a script to create a new credential the size of the wallet is different than when I create it directly from the prompt.
executed from a script it'll show:
-rw------- 1 oracle oinstall 573 Dec 30 11:43 cwallet.sso
-rw------- 1 oracle oinstall 0 Dec 30 11:43 cwallet.sso.lck
-rw------- 1 oracle oinstall 528 Dec 30 11:43 ewallet.p12
-rw------- 1 oracle oinstall 0 Dec 30 11:43 ewallet.p12.lck
Executed directly on a prompt :
-rw------- 1 oracle oinstall 605 Dec 30 11:23 cwallet.sso
-rw------- 1 oracle oinstall 0 Dec 30 11:23 cwallet.sso.lck
-rw------- 1 oracle oinstall 560 Dec 30 11:23 ewallet.p12
-rw------- 1 oracle oinstall 0 Dec 30 11:23 ewallet.p12.lck
When used from the script it does not result in errors during creation, but when used to make a connection the wallet can not be opened : ORA-12578: TNS:wallet open failed