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

preview_player
Показать описание
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).
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
ewallet.p12

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

Please do follow me and support me on,

Regards,
Mallikarjun Ramadurg
Mobile: +966 543796525
WhatsApp: +91 9880616848
Рекомендации по теме
Комментарии
Автор

Excellent Video ... I have to thank you for explaining clearly with simple terms to make us understand better. A big thank you 🙏

guruinibm
Автор

Please share the slides,
And the things which may help better are
+What is the difference between mkstore and orapki?
+What would be the step to add a second user ?
+What changes needed for RAC, DG and GG
I am suggesting to add these sections into the lecture.
Thank you for this one, it helped me a lot.

sandeeepkumarmishra
Автор

Superb video and very crisp explanation... Thank you for your effort ..!

madhusudhan
Автор

It's very fruitful and useful. Thanks 👍

mohammadislam
Автор

Nice video and can you please make video to connect from client machine without password.

nagababutalasila
Автор

Excellent video and beautiful execution

genhp
Автор

Easy to understand as always.
Tde set up video can you upload please

soundarm
Автор

Hi, Thanks, very good presentation but centered on the Server side. What about the remote clients? Can U pls provide any link for a detailed TODO how to connect clients and distribute the wallet?

dannyabraham
Автор

Fantastic video. After creating the oracle wallet, can you explain how to connect from nodejs to the oracle wallet?

vtornado
Автор

Nice video .. will you take a session for SSL wallet and TCPS port please ...

guruinibm
Автор

Thanks sir it is very informative video..

tauseefmohmmed
Автор

Thanks mallik, I follow you from Oman 🇴🇲, awesome 👏, where i can get the script to research and develop in oracle

mahmoodalnabhani
Автор

Hi Malli, I have been watching your videos. And they are very useful. Can share how to standby and primary for oracle 11g and 12c for ASM file system

yakathare
Автор

Nice video, kindly share OKV confihuration in 12c rac database

priyankaloke
Автор

I am eagerly waiting to your demo datawallet lab session. 😯🙄

bharathkumar-dscd
Автор

While creating wallet password is used
While encrypting the wallet another password is used
What is the difference between these two?
Can I copy the wallet files to another machine and use them? If so is there a way to prevent it?

sandeeepkumarmishra
Автор

Please let me know How to check wallet is disable at binary level?

VijayKumar-pyfw
Автор

Hey mallik what if the password get expired for mallik .. then how will you update? Do you need to recreate it

HachtoAdventour
Автор

Which editor you are using, because I'm new to this

VinayBMV
Автор

Hi, i installed oracle 11g express edition and i donot have orapki installed on my linux machine. What is the process to insall orapki ?

vasu