Setting up Oracle Base Database Service on OCI

Oracle Base Database service is a for pay offering on OCI but it is quite reasonably priced and suitable for setting up test environments. Still the setup is relatively complex … More Setting up Oracle Base Database Service on OCI

SQLcl: Setup on a Mac

Simple and straightforward steps about how to setup Oracle’s new SQL command line tool on a macOS X environment. Download Application and Environment Setup Attempt to start the application: Setup … More SQLcl: Setup on a Mac

🔨ALTER TABLE

TBU … … More 🔨ALTER TABLE

🔨SELECT

TBU … More 🔨SELECT

Comparing Oracle Databases: Initialization Parameters

A method for comparing the Oracle init parameters of several PDB’s … More Comparing Oracle Databases: Initialization Parameters

Overview: SELECT SAMPLE

One feature that many developers and data analysts are not aware of is the SAMPLE function in Oracle. It is quite an old feature (not sure exactly when it was … More Overview: SELECT SAMPLE