Oracle recently rebranded its "Express Edition" (XE) to Oracle Database Free , with the latest version being (formerly 23c). This is a full-featured version of the Oracle Database engine restricted by resource caps. Resource Limits: User Data: Up to 12 GB. RAM: Up to 2 GB. CPU: Up to 2 CPU threads (26ai) or 2 cores (23ai).
docker pull container-registry.oracle.com/database/free:latest docker run -d -p 1521:1521 -e ORACLE_PWD=YourPasswordHere container-registry.oracle.com/database/free free oracle db
Once installed, the database starts automatically. Oracle recently rebranded its "Express Edition" (XE) to
Stop worrying about licenses. Start building with the industry standard. free oracle db