SQLcl issues with Oracle's Wallet
Hi,
My wallet/tnsnames configuration seems to be ok since it works perfectly with sqlplus.
But with SQLcl ( with or without -oci, i tried both) I got two issues.
1- when using a tns alias to connect SQLcl is looking for the tns definition "(DESCRIPTION=…" in the wallet and not for the alias name itself. it works only if I add the full description from the tnsnames.ora as credential in the wallet.
2- when using ezconnect syntax containing a "/" (the // at the beginning or the / before the service_name) SQLcl doesn't find it in the wallet, and the mkstore -listCredential shows them exactly as they appears in the connect line.