Posts

Enabling TLS 1.2 with Backward Compatibility in Oracle E-Business Suite Release 12.2 using Elliptic Curve Cryptography (ECC) certificate

Image
  Introduction TLS  Transport Layer Security ( TLS) is the successor  protocol to  SSL .  TLS  is an improved version of  SSL . Elliptic Curve Cryptography (ECC) certificate   ECC offers equivalent security with smaller key sizes, which results in faster computations, lower power consumption, and memory and bandwidth savings. Oracle Fusion Middleware supports the use of an Elliptic Curve Cryptography (ECC) certificate if the entire chain is ECC and the server cert is signed using ecdsasha256. Oracle E-Business Suite connections fall into the following three categories: Inbound connections Inbound connections are from a client to the Oracle HTTP Server (OHS) delivered with the Oracle E-Business Suite applications technology stack Example :  User accesses Oracle E-Business Suite applications pages through the network using a browser User accesses Oracle E-Business Suite application through Oracle Forms when using Forms Servlet mode An XML Gatew...

Mask sensitive data in cloned (non-production) EBS 12.2 environments using EBS 12.2 Data Masking Template with EM 13C.

Image
Due to data dependencies, scrambling E-Business Suite data is very time consuming and difficult task, because application functionality should work after Data Mask .  Oracle Provides Pre defined Data Masking Pack ( EBSMaskingPack 2.0.7) it is   Certified     with EBS R12.2 , We can easily do Data Masking on Test environment   using OEM 13 C with  Pre defined Data Masking Pack.    Data Masking Template certified with EBS R12.2 does the following. De-identifies the data : Scrambles identifiers of individuals, also known as personally identifiable information (PII).  Examples include information such as name, account, and address. Masks sensitive data : Masks data that, if associated with PII, would cause privacy concerns.  Examples include compensation, health and employment information.   Maintains data validity : Provides a functional application. Below Steps Demonstrate How to Mask -Oracle E-Bu...