Thursday, July 18, 2024
KVM Upgrade issue : 4.4.10.22– 4.4.10.30
Monday, July 8, 2024
OCI immutable backup : version control
Intro
Wednesday, July 3, 2024
Measuring Storage Performance for Oracle DBs
Intro
Storage vendors often provide extensive product performance data, but this information may not accurately predict how the storage will perform with an Oracle database. This article offers practical methods to evaluate storage system performance, including Oracle-provided utilities.
There are two main methods to analyze the performance of storage.
- Oracle Orion
- Oracle procedure: DBMS_RESOURCE_MANAGER.calibrate_io.
DBMS_RESOURCE_MANAGER
package provides procedures
to manage database resources. To generate a read-only workload to measure the
maximum number of IOPS (Input/Output Operations Per Second) and MB/s
(Megabytes per second), you can use the CALIBRATE_IO
procedure.
This procedure helps in determining the I/O capabilities of the storage
subsystem.
Tuesday, July 2, 2024
Oracle 23ai : SQL Firewall - Part 1 : Intergrate SQL-Firewall with Data-Safe
Intro
We live in the data era, where every organization invests significant resources in securing its IT infrastructure. Protecting data is crucial because modern businesses rely heavily on data analysis. Ensuring the security of sensitive data has become the primary responsibility of security engineers and database administrators. Due to the critical nature of this data, hackers often attempt to gain control through :
- SQL injection attacks
- Compromised accounts.
Even OCI introduced the Web application firewalls (WAFs) claim to mitigate SQL injection attacks, but attackers can bypass these pattern-matching techniques. Allowlist-based and network-based SQL firewalls provide stronger protection but are ineffective for local and encrypted traffic. Additionally, they need more run-time context to thoroughly analyze SQL queries.
Oracle's latest long-term release 23ai came up with the latest features to integrate SQL firewall into the database. This enables the database administrator to elevate their database protection.
Oracle 23ai : SQL Firewall - Part 2
Intro
We live in the data era, where every organization invests significant resources in securing its IT infrastructure. Protecting data is crucial because modern businesses rely heavily on data analysis. Ensuring the security of sensitive data has become the primary responsibility of security engineers and database administrators. Due to the critical nature of this data, hackers often attempt to gain control through :
- SQL injection attacks
- Compromised accounts.
Even though OCI introduced Web Application Firewalls (WAFs) to mitigate SQL injection attacks, attackers can still bypass these pattern-matching techniques. Allowlist-based and network-based SQL firewalls offer stronger protection but are ineffective for local and encrypted traffic. Moreover, they require more run-time context to thoroughly analyze SQL queries.
In this article, I will demonstrate how to enable the firewall and block suspicious access.
Exacs database creation using dbaascli
Intro OCI (Oracle Cloud Infrastructure) provides robust automation capabilities for routine maintenance tasks such as patching, ...
-
Intro In today’s fast-paced digital landscape, speed is paramount. Users expect instant responses, and applicati...
-
Intro Virtualization made a significant change in the IT (Information Technology) industry. This technology helped many organizations ...
-
Intro We are living in a data era. Every organization invests in a colossal sum of money to secure its IT infrastructure en...