Quick Setup
Get Oracle 26ai with APEX 24.2+ and ORDS running in minutes using any container runtime (Docker, Podman, etc.) with automated setup scripts.
uc-local-apex-dev is a containerized Oracle APEX development environment that automates the tedious parts of administering a local environment. Works with Docker, Podman, or any container runtime. Get a complete Oracle 26ai database with APEX and ORDS (with SSL) running on your machine, plus convenient bash scripts that handle workspace creation, backups, schema clearing, and script/APEX application testing with a single command.
Quick Setup
Get Oracle 26ai with APEX 24.2+ and ORDS running in minutes using any container runtime (Docker, Podman, etc.) with automated setup scripts.
Oracle 26ai
Run the latest Oracle Database 26ai Free with all features enabled and pre-configured for development.
One-Command Operations
Simple wrapper script (local-26ai.sh) turns complex tasks into single commands: create users, backup workspaces, clear schemas, test installs.
Automated User Management
Create users and workspaces with optimal development grants using a single command. Users are automatically registered in SQLcl and VS Code for instant access.
Backup & Restore
Built-in Oracle DataPump integration for easy backup and restore of schemas, workspaces, and applications with a single command.
Installation Testing
Test APEX application installs and SQL scripts repeatedly in isolated test users. Automatically validates dependencies and installation success.
HTTPS/SSL Ready
ORDS runs with SSL support using self-signed certificates for secure local development matching production environments.
PL/SQL Debugging
Pre-configured with all necessary grants and settings for VS Code SQL Developer debugger and SQLcl development.
This containerized environment is specifically designed for Oracle APEX developers who need a local development database and want to:
⚠️ This is not for production use! The environment is intentionally configured to be unsecure and optimized for ease of development. Passwords are stored in plain text, all security features are relaxed, and the focus is on speed and convenience over security. Use at your own risk and run backups regularly.