TDE - Oracle Advanced Transparent Data Encryption - Tablespace Level & Column Level Encryption

  Рет қаралды 11,184

Vismo Technologies

Vismo Technologies

Күн бұрын

Пікірлер: 26
@uzzalbasak2517
@uzzalbasak2517 2 жыл бұрын
Very nice and clear explanation. strings command was Simply awesome .
@samirmomin203
@samirmomin203 3 жыл бұрын
Excellent Mallik, Thanks for the good knowledge sharing Session to clear the TDE basic concepts.
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
It's my pleasure
@maveasna2096
@maveasna2096 7 ай бұрын
The video is gold and well done explanation sir.
@avanthiguduru8418
@avanthiguduru8418 3 жыл бұрын
Excellent mallik, very good info
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thank you
@VinothKumar-hr6ey
@VinothKumar-hr6ey 4 жыл бұрын
Nice video sir, keep rocking 😊🙌
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks a ton. Keep watching my videos and more to come in coming days and keep enjoying my videos
@BHARARHROYAL
@BHARARHROYAL 4 жыл бұрын
Thanks for sharing all questions and answers mallik sir 1. If i loose the existing wallet password, how to recover it without knowing password . We can change the password to new password if old password is with us , but we loose the wallet password. >>> If we loose wallet password there is no way we can retrive the password >>> Best way to manage wallet to having wallet backups >>> Refer MOS note: 1342875.1 2. If we loose the wallet itself, should we leave the tableapaces unused, there is any otherway to make use of those encrypted tablespaces? >>> We have to restore wallet from its backup >>> If you loose your wallet, You can not access encrypted tablespace or columns >>> No way you can make use of these encrypted tablespace 3. There are tablespaces created earlier. Now tde got enabled, how to move data to encrypted tablespaces, do we have to use move table command or is there any alter tableapace command to make unencrypted to encrypted . >>> ALTER TABLESPACE users2 ENCRYPTION OFFLINE USING 'AES256' ENCRYPT; OR >>> You can crete new TS with encryption and move object from old TS to new encrypted TS 4. If primary database got wallet now and tablespaces got encrypted there after, how to make the standby use those tde encryption feature while standby even did not have encryption few while ago . >>> Whenevr you enable encryption on existing TS or create new TS with encryption automatically same thing will happen at standby side, You no need to do the same thing at standby side. >>> Only consideration is you need to copy your wallet to standby and edit the wallet location in sqlnet.ora in standby side 5. Refreshing the database needs oracle wallets to be moved, if already the databases were refreshed earlier using rman feature using from active database rman feature which do not use encrypted backups of datafiles, so again here we have to copy wallets, correct? >>> You need a backup of the wallet from source and the wallet password to allow database duplication with encrypted data at your target side.
@BHARARHROYAL
@BHARARHROYAL 4 жыл бұрын
Crystal clear expansion and please explain oracle key vault also. How to migrate TDE to OKV
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Hey Bharath, Database vault is different concept as comparison with wallet and TDE. Let me take one basic understanding on database vault and then I will do comparison. Once these concept are understand clearly its good to go with migration and securing database with key vault. These are advanced security concepts. Definitely I will take few sessions on these concepts.
@SumanGirijaHi
@SumanGirijaHi 4 жыл бұрын
Few questions: 1.if i loose the existing wallet password , how to recover it without knowing password . We can change the password to new password if old password is with us , but we loose the wallet password . 2. If we loose the wallet itself , should we leave the tableapaces unused , there is any otherway to make use of those encrypted tablespaces ? 3. There are tablespaces created earlier . Now tde got enabled , how to move data to encrypted tablespaces , do we have to use move table command or is there any alter tableapace command to make unencrypted to encrypted . 4. If primary database got wallet now and tablespaces got encrypted thereafter , how to make the standby use those tde encryption feature while standby even did not have encryption few while ago . 5. Refreshing the database needs oracle wallets to be moved , if already the databases were refreshed earlier using rman feature using from active database rman feature which do not use encrypted backups of datafiles , so again here we have to copy wallets , correct ?
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
1. If i loose the existing wallet password, how to recover it without knowing password . We can change the password to new password if old password is with us , but we loose the wallet password. >>> If we loose wallet password there is no way we can retrive the password >>> Best way to manage wallet to having wallet backups >>> Refer MOS note: 1342875.1 2. If we loose the wallet itself, should we leave the tableapaces unused, there is any otherway to make use of those encrypted tablespaces? >>> We have to restore wallet from its backup >>> If you loose your wallet, You can not access encrypted tablespace or columns >>> No way you can make use of these encrypted tablespace 3. There are tablespaces created earlier. Now tde got enabled, how to move data to encrypted tablespaces, do we have to use move table command or is there any alter tableapace command to make unencrypted to encrypted . >>> ALTER TABLESPACE users2 ENCRYPTION OFFLINE USING 'AES256' ENCRYPT; OR >>> You can crete new TS with encryption and move object from old TS to new encrypted TS 4. If primary database got wallet now and tablespaces got encrypted there after, how to make the standby use those tde encryption feature while standby even did not have encryption few while ago . >>> Whenevr you enable encryption on existing TS or create new TS with encryption automatically same thing will happen at standby side, You no need to do the same thing at standby side. >>> Only consideration is you need to copy your wallet to standby and edit the wallet location in sqlnet.ora in standby side 5. Refreshing the database needs oracle wallets to be moved, if already the databases were refreshed earlier using rman feature using from active database rman feature which do not use encrypted backups of datafiles, so again here we have to copy wallets, correct? >>> You need a backup of the wallet from source and the wallet password to allow database duplication with encrypted data at your target side
@PeterWahlOracle
@PeterWahlOracle 2 жыл бұрын
Wallet or wallet password lost => database lost; there is no backdoor in TDE
@parascharpe7983
@parascharpe7983 2 жыл бұрын
Thanks Mallik for this nice presentation it helped me in one of the db data encryption ** One thing I am not able to connect is why these .dbf file require and do we need to create it manually every time. ** second thing how we can check the Column level encryption has encrypted the data I mean can we see the encrypted data while triggering the select query on particular column. is there any way where i can see the table data with column value is encrypted.
@satishvibes8757
@satishvibes8757 Жыл бұрын
Hi sir, What are the types of secure backups of the database?
@VismoTechnologies
@VismoTechnologies Жыл бұрын
Tape backups
@VikramKumar-vm3xy
@VikramKumar-vm3xy 3 жыл бұрын
Hello Mallik Thank you for this wonderful session. Specially the lab thing you have done along with theory. Just wanted to know where did we set authorized user list who can only get decrypted data and rest will get encrypted data? Did I miss something to understand this concept.
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
You have to grant the decryption role/permission to user then only they ar3 able to see the data otherwise for all it will be encrypted.
@VikramKumar-vm3xy
@VikramKumar-vm3xy 3 жыл бұрын
@@VismoTechnologies at which stage and how we grant the permission for specific user to get decrypt data?
@PeterWahlOracle
@PeterWahlOracle 2 жыл бұрын
@@VismoTechnologies Sorry, but there is no "decryption role" in Oracle.
@shanchen1142
@shanchen1142 7 ай бұрын
nice! where can i get this powerpoint?
@suryapedaprolu6019
@suryapedaprolu6019 4 жыл бұрын
Can we convert already existing tablespaces as encrypted?
@VinothKumar-hr6ey
@VinothKumar-hr6ey 4 жыл бұрын
Yes you, can create/configure wallet->create encrypted tablespace-> move data from unencrypted to encrypted tablespace
@suryapedaprolu6019
@suryapedaprolu6019 4 жыл бұрын
Excellent Malik, Thanks for clear explanation
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Yes you can do that. 1. If i loose the existing wallet password, how to recover it without knowing password . We can change the password to new password if old password is with us , but we loose the wallet password. >>> If we loose wallet password there is no way we can retrive the password >>> Best way to manage wallet to having wallet backups >>> Refer MOS note: 1342875.1 2. If we loose the wallet itself, should we leave the tableapaces unused, there is any otherway to make use of those encrypted tablespaces? >>> We have to restore wallet from its backup >>> If you loose your wallet, You can not access encrypted tablespace or columns >>> No way you can make use of these encrypted tablespace 3. There are tablespaces created earlier. Now tde got enabled, how to move data to encrypted tablespaces, do we have to use move table command or is there any alter tableapace command to make unencrypted to encrypted . >>> ALTER TABLESPACE users2 ENCRYPTION OFFLINE USING 'AES256' ENCRYPT; OR >>> You can crete new TS with encryption and move object from old TS to new encrypted TS 4. If primary database got wallet now and tablespaces got encrypted there after, how to make the standby use those tde encryption feature while standby even did not have encryption few while ago . >>> Whenevr you enable encryption on existing TS or create new TS with encryption automatically same thing will happen at standby side, You no need to do the same thing at standby side. >>> Only consideration is you need to copy your wallet to standby and edit the wallet location in sqlnet.ora in standby side 5. Refreshing the database needs oracle wallets to be moved, if already the databases were refreshed earlier using rman feature using from active database rman feature which do not use encrypted backups of datafiles, so again here we have to copy wallets, correct? >>> You need a backup of the wallet from source and the wallet password to allow database duplication with encrypted data at your target side
Oracle 19c Transparent Data Encryption TDE with Wallet
1:12:44
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 12 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 69 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 21 МЛН
Oracle Database Transparent Data Encryption (TDE) || How to encrypt a tablespace
36:25
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
Back to basics with Transparent Data Encryption (TDE)
41:16
Oracle Developers
Рет қаралды 18 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 12 МЛН