1 Introduction

Oracle AI Database Free is a fully free edition of the Oracle AI Database.

Development Environments

Oracle AI Database Free supports the following development environments:

  • Java: Develop and deploy modern database-bound Java Web applications (Servlets), modules (Microservices) or standalone Java frameworks using the Oracle JDBC Driver, the Universal Connection Pool (UCP), and the Database-embedded JVM (for in-place, server-side processing).

    Visit https://www.oracle.com/database/technologies/appdev/jdbc.html for more information.

  • C and C++ : Developers can use Oracle Call Interface (OCI) and Oracle C++ Call Interface (OCCI) to create high performance programs accessing Oracle AI Database Free. ODBC and the ODPI-C wrapper over OCI are also usable.

    Visit https://www.oracle.com/database/technologies/appdev/oci.html for more information.

  • .NET, Visual Studio, and Visual Studio Code:: Developers can use Oracle Data Provider for .NET (ODP.NET) for C# and VB.NET data access to any Oracle AI Database. At design-time, they can use Oracle Developer Tools for Visual Studio or Oracle Developer Tools for VS Code for full development life cycle support.

    Visit https://www.oracle.com/database/technologies/appdev/dotnet.html for more information

    For walk-throughs on creating a .NET application with Oracle AI Database Free:

    Visit https://www.oracle.com/tools/technologies/quickstart-dotnet-for-oracle-database.html

    The walk-throughs cover several development scenarios, including with VS Code, Visual Studio, and command line.

  • Oracle SQL Developer: Oracle SQL Developer is a graphical version of SQL*Plus that gives database developers a convenient way to perform basic tasks. You can connect to any target Oracle AI Database Free schema using standard Oracle AI Database authentication. Once connected, you can perform operations on objects in the database.

    Download and install Oracle SQL Developer from:

    https://www.oracle.com/database/sqldeveloper/

  • Oracle SQL Developer Web: Included with Oracle REST Data Services, Oracle SQL Developer Web is the web-based version of Oracle SQL Developer that enables you to run queries and scripts, create database objects, build data models, and monitor database activity.

  • Oracle Developer Tools for VS Code: This free Visual Studio Code extension enables you to edit and run SQL and PL/SQL for Oracle AI Database and Oracle Autonomous AI Database.

    Download and install Oracle Developer Tools for VS Code from the Visual Studio Code Marketplace:

    https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer

  • Oracle Application Express: Oracle Application Express (APEX) is a rapid web application development tool for the Oracle AI Database.

    Download and install Application Express from:

    https://www.oracle.com/database/technologies/appdev/rest.html

  • Oracle REST Data Services (ORDS): ORDS makes it easy to develop modern REST interfaces for relational data in the Oracle AI Database and the Oracle AI Database JSON Document Store.

    Download and install ORDS from: 

    https://www.oracle.com/database/technologies/appdev/rest.html

  • SODA (Simple Oracle Document Access) APIs that let you develop NoSQL-style applications against collections of JSON documents. Native language SODA drivers are available for common languages.

    Visit https://docs.oracle.com/en/database/oracle/simple-oracle-document-access/ for more information.

Scripting Languages

You can use scripting languages such as:

Oracle Call Interface (OCI) Demonstration Programs

A set of OCI demonstration programs and their corresponding project files are available in the demo subdirectory of Oracle home after an Oracle AI Database Free installation.

You can run these OCI demonstration programs to familiarize yourself with the steps involved in developing OCI applications. Oracle AI Database Free does not support generating the client shared library. The build option in demo_rdbms.mk is not valid for Oracle AI Database Free. You can compile and link application and demo programs with the provided header files. Because the object (.o's) and archive (.a's) libraries are not available in the installed location, you cannot use genclntsh and genclntst.

Examples

You can download and install Oracle AI Database Examples in an existing Oracle home to view the product demonstrations.

See Examples Installation Guide for more information about products available on the Oracle AI Database Examples

Examples are also available from https://github.com/oracle/oracle-db-examples

Learn More About Oracle AI Database Free