top of page
Search


Tracking Database Objects: Bringing Oracle's DBA_OBJECTS to PostgreSQL
Oracle’s DBA_OBJECTS offers a live inventory of every table, view, and function—tracking creation, modification, and validity seamlessly. PostgreSQL lacks this out of the box, so we built an event trigger–based wrapper that mimics DBA_OBJECTS, giving DBAs real-time, queryable visibility into all DDL changes without digging through logs.

Prerna Dekate
Nov 113 min read
Â
Â
Â


Achieve a Truly Open-Source PostgreSQL Migration with AWS Schema Conversion Tool - aws_sqlserver_ext - Part 2
Accelerate your PostgreSQL migration with DataCloudGaze Consulting. Eliminate AWS_SQLSERVER_EXT pack and optimize your SQL Server transition

Deepak Mahto
Jul 15, 20242 min read
Â
Â
Â
bottom of page
