KeepTool Blog - 2025

How to Migrate an Oracle Database to PostgreSQL

20 Nov 2025

Migrating an Oracle database to PostgreSQL can seem challenging—but KeepTool makes the process straightforward. This article walks you through converting tables, views, data, and PL/SQL logic into PostgreSQL, using Hora’s built-in migration tools. Learn how Hora generates compatible DDL, translates trigger logic, and simplifies data transfer.
Using Sequences and Fixed Values within INSERT Scripts

INSERT Scripts with Sequence Values and Custom Expressions

01 Sep 2025

KeepTool (Hora) now offers more flexibility in generating INSERT scripts. You can create INSERT Scripts with with Sequence Values and Custom Expressions such as DEPARTMENTS_SEQ.NEXTVAL, SYSTIMESTAMP, or any other function/constant/expression — instead of exporting existing data—making it easy to create fresh inserts for test setups or data initialization.