HR PER_ALL_PEOPLE_F NATIONAL_IDENTIFIER AES 192 bits key NO SHA-1
Note:
TDE will only encrypt the data at storage and TDE will not mask the data in the select command output.
TDE is protecting the data at rest. It is encrypting the data in the datafiles so that in case they are obtained by other parties it will not be possible to access the clear text data. TDE cannot be used to obfuscate the data for the users who have privileges to access the tables. In the databases where TDE is configured any user who has access on an encrypted table will be able to see the data in clear text because Oracle will transparently decrypt the data for any user having the necessary privileges.
Reference:
How To Verify a Table Is Encrypted Using Transparent Data Encryption (TDE) and How To Test With the Table? (Doc ID 2132982.1)
try to open the wallet thorugh wallet manger, its says password is incorrect try again but password is correct
Solution :
try to open through orapki
C:\Users\mazar>orapki wallet display -wallet D:\app\oracle\admin\EZYPROD\wallet\TDE Oracle PKI Tool Release 19.0.0.0.0 – Production Version 19.4.0.0.0 Copyright (c) 2004, 2023, Oracle and/or its affiliates. All rights reserved.
Enter wallet password: Failed to lock… attempt 1: java.io.FileNotFoundException: D:\app\oracle\admin\EZYPROD\wallet\TDE\ewallet.p12.lck (Access is denied) attempt 2: java.io.FileNotFoundException: C:\Users\mazar\AppData\Local\Temp\11\pki_data719736930.lck (The system cannot find the file specified)
while configure cpanm DBD::Oracle facing below issue
Installing on a MSWin32, Ver#10.0 Using Oracle in C:/instantclient_21_15 DEFINE _SQLPLUS_RELEASE = “1920000000” (CHAR) Oracle Version 19.20.0.0 (19.20) OCI directory not found, please install OCI in C:/instantclient_21_15 at Makefile.PL line 315. -> N/A -> FAIL Configure failed for DBD-Oracle-1.90. See C:\Users\mazar\.cpanm\work\1729752523.30896\build.log for details.
Solution :
set oracle_home instant client path
still you’re facing error, you have to download complete oracle instant client basic with sqlplus,tools,sdk,jdbc and odbc
ERROR DESCRIPTION: (FATAL ERROR PROGRAM : (/u01/app/oracle/product/19c/orahome_1/appsutil/bin/txkCfgUtlfileDir.pl) TIME : Thu Apr 21 13:00:39 2022 FUNCTION: main::checkUtlFileDir [ Level 1 ] ERRORMSG: Directory /u01/BAHPROD/temp/BAHIFRS does not exist. ) ERRORCODE = 1 ERRORCODE_END .end std out.
.end err out.
Create directory /u01/BAHPROD/temp/BAHIFRS
run below script to add this directory in utl_file_dir
perl /u01/app/oracle/product/19c/orahome_1/appsutil/bin/txkCfgUtlfileDir.pl -contextfile=/u01/app/oracle/product/19c/orahome_1/appsutil/BAHIFRS_bahdevifrdb01.xml -oraclehome=/u01/app/oracle/product/19c/orahome_1 -outdir=/u01/app/oracle/product/19c/orahome_1/appsutil/log -mode=addUtlFileDir Enter the APPS Password:
Enter the SYSTEM Password:
Enter the new OS path to be added to UTL_FILE_DIR: /u01/BAHPROD/temp/BAHIFRS
Script Name : txkCfgUtlfileDir.pl Script Version : 120.0.12020000.11 Started : Thu Apr 21 13:08:30 +03 2022