26. Useful Resources for node-oracledb

To get a free database hosted in Oracle Cloud, see Oracle Cloud Free Tier. If you want to use your own database, Linux users can install the latest free developer release Oracle Database Free, previously known as the Oracle Database Express Edition, which is quick and easy. Windows users can install Oracle Database “XE” Express Edition. Other database editions may be downloaded here. Dockerfiles for Oracle Database and Oracle Instant Client are on github.com/oracle/docker-images.

If you want to install Oracle Linux yourself, it is free from here.

Oracle’s free LiveSQL site is a great place to learn SQL and test statements without needing your own database. Any questions about SQL or PL/SQL can be asked at AskTom.