Hello Friends,

Here with one more topic on.

What is Oracle Wallet and how to configure Wallet || TDE - Why do we need Wallet? - Oracle Security:
======================================================================================
Oracle Wallet:

An Oracle Wallet is a password-protected container used to store authentication and signing credentials including: private keys, certificates and trusted certificates needed by SSL.
Wallet Essential Info:
A Wallet generally consists of two types of files:
Encryption wallet file (ewallet.p12).
Auto-open wallet file (cwallet.sso).
ORAPKI command line - The ORAPKI tool is available with Oracle database, so this tool can be used only by those users have a license for Oracle database.
OpenSSL utility - Users who do not have a license for Oracle database can use this utility to create their own certificates

Check wallet status and check wallet configured or not
COL wrl_type FORMAT a12
COL wrl_parameter FORMAT a35
COL status FORMAT a15
select * from v$encryption_wallet;

Configure Wallet
echo $ORACLE_HOME
echo $ORACLE_BASE
echo $DB_UNIQUE_NAME
mkdir -p $ORACLE_BASE/admin/DEVDB/wallet
orapki wallet create -wallet $ORACLE_BASE/admin/DEVDB/wallet -auto_login -pwd Welcome2020
ls -ltrh $ORACLE_BASE/admin/DEVDB/wallet
cwallet.sso
ewallet.p12

#OracleWallet #TDE #OracleSecurity #oracle #database #RAC #Security #Exadata

Please do follow me and support me on,

Blog: https://mallik034.blogspot.com/
LinkedIn: https://www.linkedin.com/in/mallikarjun-ramadurg-397a751a
twitter: https://twitter.com/mallik034
instagram: https://www.instagram.com/mallik034/
YouTube:https://www.youtube.com/channel/UC-RwDqukbxZVwYoxN-E3zRA


Regards,
Mallikarjun Ramadurg
Mobile: +966 543796525
WhatsApp: +91 9880616848
Blog: https://mallik034.blogspot.com/
LinkedIn: https://www.linkedin.com/in/mallikarjun-ramadurg-397a751a
twitter:https://twitter.com/mallik034
Instagram:https://www.instagram.com/mallik034/
YouTube:https://www.youtube.com/channel/UC-RwDqukbxZVwYoxN-E3zRA