Oracle Critical Database Patch IDs for January 2021 5 (1)

Oracle Critical Database Patch IDs for January 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

MySql File-based Master Slave Replication – All Database 0 (0)

MySql File-based Master Slave Replication – All Database Replication enables data from one MySQL database server to be copied to one or more MySQL database servers. Replication is asynchronous by default, replicas do not need to be connected permanently to receive updates from a source. Depending on the configuration, you can replicate all databases, selected

Loading

Read More

Solution for MySql – ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 0 (0)

Solution for MySql – ERROR 1819 (HY000): Your password does not satisfy the current policy requirements When you install Mysql Server using YUM Repository method Click here to read more then Validate Password component will be installed and enabled by default but if you had installed Mysql Server using Binaries Tar method Click here to

Loading

Read More

How to Find User’s Privileges in Oracle 3 (2)

How to Find User’s Privileges in Oracle In this article, we are going to find all forms of privileges of users in Oracle.  Commonly users have the below types of access in databases which are important to perform day-by-day activities according to their roles & responsibilities. System Privileges Role PrivilegesObject Privileges  Privileges are authentication to execute any activities in the database

Loading

Read More

How To Recover Table from Drop/Truncate/Delete done on Primary using Flashback on a Standby 5 (3)

Recover a Table from Drop/Truncate/Delete done on Primary using Flashback on a Standby In this article, we will learn steps needed to perform recovery of User wrong operation like delete/drop/truncate action on the production table without using Restore and Recover command on PRIMARY DATABASE.Recovering the table from the standby database will also eliminate any required

Loading

Read More