Showkat's Blog
  • Home
  • PLSQL
  • EBS
Sign in
Oracle Row Level Security
SQL

Oracle Row Level Security

A Practical Guide to Row Level Security for a SaaS In the world of multi-tenant SaaS applications, data segregation is not just a feature—it's a foundational requirement. The cardinal rule is simple and absolute: one customer must never, under any circumstances, see another customer's data.
02 Oct 2025 5 min read
SQL PIVOT
EBS

From Rows to Columns - PIVOT in Oracle SQL

In the world of database development, transforming data is a daily task. One of the most common requirements, especially for reporting and analytics, is to pivot data—turning unique row values into distinct columns. This is essential for creating summary reports that are easy to read and understand. For instance,
25 Jul 2025 5 min read
PLSQL Collection
PLSQL

PL/SQL Collections with a Practical Guide

As a PL/SQL developer, we are always looking for ways to write more efficient, scalable, and maintainable code. One of the most powerful tools in the Oracle Database arsenal for achieving this is the PL/SQL collection. Collections are, simply put, in-memory data structures that let you manage sets
24 Jul 2025 5 min read
Oracle PLSQL Autonomous Transaction
PLSQL

Autonomous Transactions in Oracle PL/SQL

In Oracle PL/SQL, autonomous transactions are a powerful feature that allows you to perform operations independently of the main transaction. This is especially useful for logging, auditing, or error-handling scenarios where you want to commit changes regardless of the outcome of the main transaction. Let’s dive into what
23 May 2025 2 min read
Page 1 of 1
Showkat's Blog © 2025
  • Sign up