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. It automates the tedious parts of a local environment. It works with Docker, Podman, and any other container runtime.
You get a complete Oracle 26ai database with APEX and ORDS on your machine, with SSL. You also get bash scripts for the daily tasks. Each task is one command: create a workspace, run a backup, clear a schema, or test a script or an APEX application.
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 environment is for Oracle APEX developers who need a local development database. You can do the following with it:
⚠️ Do not use this environment in production. It is insecure by design. It stores the passwords in plain text and relaxes all security features. Run backups regularly.