Oracle Database Network Encryption – Native 0 (0)

Oracle Database Network Encryption – Native Network encryption is one of the most important security strategies. It will ensure data transmitted over the wire is encrypted and will prevent malicious attacks in man-in-the-middle form. Network encryption guarantees that data exchanged between the Application/End Users and Database System should be securely transmitted and transparently encrypted. Since

Loading

Read More

Introduction to Oracle Wallet 0 (0)

Introduction to Oracle Wallet Oracle Wallet is a container that stores authentication, signing credentials and Trusted certificates are stored in the Oracle Wallet when the wallet is used for security credentials. Oracle Wallet is PKCS#12 (Public key cryptographic standards) binary format storing the server certificate, any intermediate certificates, and private key in one encrypted file

Loading

Read More

Oracle Critical Database Patch ID for October 2021 5 (1)

Oracle Critical Database Patch ID for October 2021 An Essential/Critical Patch Update could be a collection of patches for multiple security vulnerabilities. These patches address vulnerabilities in Oracle code and third-party elements enclosed in Oracle merchandise. These patches are sometimes additive, however every informative describes only the protection patches intercalary since the previous essential Patch

Loading

Read More

Access Oracle database from PostgreSQL using Oracle Foreign Data Wrapper (ORACLE_FDW) 5 (1)

Access Oracle database from PostgreSQL using Oracle Foreign Data Wrapper (ORACLE_FDW) Nowadays many companies are using a mix of RDBMS systems, for example, some instances are running on Oracle and other instances are running on PostgreSQL, and if we want to access data we need to do it using a heterogeneous connection. Heterogeneous connections allow

Loading

Read More

RMAN Incremental Level 1 Differential and Cumulative Database Backup Scripts in Oracle 0 (0)

RMAN Incremental Level 1 Differential and Cumulative Database Backup Scripts in Oracle In this article, we are going to prepare a script for RMAN Incremental and differential Level 1 (L1) database backup which includes backup of datafiles (L1), control files, spfile along with archives. RMAN incremental backups back up only datafile blocks that have changed since

Loading

Read More

Steps to create a Database Link from Oracle to MySQL 5 (1)

Steps to create a Database Link from Oracle to MySQL Nowadays many companies are using a mix of RDBMS system for example, some instances are running on Oracle and other instances are running on MySQL, and if we want to access data we need to do it using a heterogeneous connection. Heterogeneous connections allow us to query data from non-Oracle databases using SQL. In this blog post we will see How to

Loading

Read More