DEV Community

Cover image for FREE: Oracle DB 21c XE
Loïc
Loïc

Posted on

1

FREE: Oracle DB 21c XE

Today, Gerald Venzl announced the general availability of the free version of the Oracle database 21c: the eXpress Edition (or XE) for Linux platforms (direct links are provided inside the original announcement, see at the end of this post).

Gerald also mentioned an important update to Oracle Database 21c XE: it lifts the restriction on the number of pluggable databases! Unlike the previous version of Oracle Database XE, which only allowed up to 3 Pluggable Databases (PDBs), Oracle Database 21c XE now includes all functionality of the Multitenant feature!

This version provides all the features of a true converged database, providing support for Relational, JSON, XML, Graph, Spatial, Blockchain, Object, and Key/Value data for free. Data access can also be REST-enabled, when combined with Oracle REST Data Services, allowing interaction with the data over standard RESTful web services. In addition, Oracle Application Express (APEX), Oracle’s popular low-code app development platform, can be easily deployed on top of Oracle Database 21c XE!

Also worth mentioning is Connor McDonald's easy installation video as well as the Quick Start Guide.

More details about the announcement are here.

Enjoy!

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (2)

Collapse
 
loiclefevre profile image
Loïc

Gerald also provided a Docker image, check it out: hub.docker.com/r/gvenzl/oracle-xe

docker pull gvenzl/oracle-xe:21-full
Enter fullscreen mode Exit fullscreen mode
Collapse
 
loiclefevre profile image
Loïc

More on the whole story: geraldonit.com/2021/08/15/oracle-x...

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay