This document describes how to install and configure the products available with Oracle AI Database Examples.
Products Available with Oracle AI Database Examples
These sections describe the products that are installed.
You must install the following products in an existing Oracle AI Database 26ai Oracle home:
Oracle AI Database Examples
Oracle AI Database Examples include a variety of examples and product demonstrations that you can use to learn about the products, options, and features of Oracle AI Database.
Many of these examples are designed to work with the sample schemas, which you can install in any Oracle AI Database. Many documents in the Oracle Documentation Library use the example programs and scripts provided with the Oracle AI Database Examples.
This section contains the following topics:
About Oracle Data Mining Demos
Oracle Data Mining Demos include Data Mining sample programs that can help you in learning about Oracle Data Mining APIs.
The Data Mining sample programs illustrate typical approaches to data preparation, algorithm selection, algorithm tuning, testing, and scoring. Each program creates a mining model in the database. All the programs include extensive inline comments to help you understand the code.
Related Topics
About Oracle Globalization Support Demos
Oracle Globalization Demos showcase the features and APIs of the Oracle Globalization Development Kit.
Oracle Globalization Development Kit (GDK) offers a complete framework to ease the development of globalized internet applications. The GDK Example demo illustrates individual functionalities such as, locale-sensitive data formatting, linguistic sorting, locale mapping, locale determination, and language detection. The Oracle Store demo illustrates how the GDK features can be integrated to build a complete multilingual J2EE web application that serves users with vastly different locale preferences.
Related Topics
About Oracle Precompiler Demos
Oracle Precompiler Demos show application programmers how to embed SQL operations in C/C++ and COBOL code in a way that is compatible with ANSI standard.
A Pro*C program is a C program containing embedded SQL statements. Oracle Pro*C/C++ and Pro*COBOL Demos offer extensions to support dynamic SQL operations, which are operations that can change in real time. It is also possible to use dynamic SQL operations through PL/SQL code (known as anonymous PL/SQL block) with a Pro*C/C++ and Pro*COBOL application. Typical applications contain much more static SQL than dynamic SQL. The precompiler translates each embedded SQL statement into calls to the Precompiler run-time library (SQLLIB).
Related Topics
About Oracle Spatial and Graph Demos
Oracle Spatial and Graph Demos provide SQL schema and functions that facilitate the storage, retrieval, update, and query of collections of spatial features in an Oracle AI Database.
Oracle Spatial and Graph is an integrated set of functions and procedures that enables spatial data to be stored, accessed, and analyzed quickly and efficiently in an Oracle AI Database. Spatial data represents the essential location characteristics of real or conceptual objects as those objects relate to the real or conceptual space in which they exist.
About Oracle Internet Directory Client Demos
Oracle Internet Directory Client Demos show application programmers how to use LDAP C and PL/SQL APIs.
All LDAP operations based on the C API, require clients to establish an LDAP session with the LDAP server. For LDAP operations based on the PL/SQL API, a database session must first initialize and open an LDAP session. The DBMS_LDAP package enables PL/SQL applications to access data located in LDAP servers. The names and syntax of the function calls are similar to those of the C API.
About Oracle XML Demos
Oracle XML Demos showcase the features of the Oracle XML Developer's Kit (XDK), which is a versatile set of components that enables you to build and deploy C, C++, and Java software programs that process XML.
About Oracle Call Interface Demos
Oracle Call Interface (OCI) demos include sample C programs to use the OCI APIs.
These programs provide examples of the data types, calling conventions, syntax, and semantics of C.
Related Topics
About Oracle C++ Call Interface Demos
Oracle C++ Call Interface (OCCI) demos provide database access APIs for applications written in C++. The control classes enable the applications to connect to the database and create resources like statements and resultsets. The data classes contain various types of data. The object classes and methods provide a navigational interface to access and manipulate objects. The Object Type Translator (OTT) can be used to generate the C++ class headers for the data types defined in Oracle AI Database. The installed demos illustrate the use of classes and methods for OTT and OCCI.
Related Topics
About Oracle ODBC Companion
Oracle ODBC Driver demos provide basic structure of an ODBC application which can be extended to make a full-fledged ODBC application.
ODBC being a standard, plenty of sample applications may be found in books which discuss the concept of ODBC driver. For Oracle ODBC Driver specific options, see Help while setting up Data Source Name on Windows.
Oracle Text Knowledge Base
Oracle AI Database Examples install two Oracle Text knowledge bases, English and French. You can extend the supplied knowledge bases depending on your requirements. Alternatively, you can create your own knowledge bases, in languages other than English and French.
Related Topics
Preinstallation Considerations
The requirements for installing Oracle AI Database Examples are as follows:
Free Disk Space
Determining Free Disk Space on UNIX Platforms
Explains how to check free disk space on UNIX platforms.
df —k
oracle_home_path
oracle_home_path
is the path to the Oracle home directory.
Determining Free Disk Space on Windows Systems
Explains how to determine free disk space on Windows systems.
- Double-click My Computer.
- Right-click the drive where the Oracle software is to be installed.
- Select Properties.
Required Products
Explains the products that are required to use Oracle AI Database Examples.
Before you can use the Oracle AI Database Examples, you must install the sample schemas in an Oracle AI Database. When you install Oracle AI Database, or use Database Configuration Assistant to create a database, you can choose to include the sample schemas. You can also manually install the sample schemas in an existing database.
Note:
Starting with Oracle Database 21c, all sample schemas are distributed on GitHub:
Identifying the Oracle Home Directory
Explains how to identify the Oracle home directory used by the Oracle AI Database installation.
Identify the Oracle home directory used by the Oracle AI Database installation.
On UNIX platforms, the oratab
file is located in the /etc
directory or in the /var/opt/oracle
directory. Use the more
command to check the contents of the oratab
file. For example:
# more /etc/oratab
On Windows platforms:
Related Topics
Downloading Oracle AI Database Examples
You must download and extract the Oracle AI Database Examples zip file in the existing 26ai Oracle home to view the product demonstrations.
About Installing Oracle AI Database Examples
Oracle AI Database Examples installs the product demonstrations in the Oracle home directory and the SQL scripts for the sample schemas in the $ORACLE_HOME/demo/schema
directory. To use these product demonstrations, you must install the sample schemas in the database. If the sample schemas are not included during an Oracle AI Database installation or during database creation using Database Configuration Assistant, then you can manually install them by running the SQL scripts.
Use one of the following methods to install Oracle AI Database Examples:
Related Topics
Extracting Oracle AI Database Examples
You must extract the Oracle AI Database Examples zip file in the existing Oracle AI Database 26ai Oracle home.
About demo Directories in Read-Only Oracle Homes
With Oracle AI Database 26ai, you can configure an Oracle home in read-only mode after you have performed a software-only Oracle AI Database installation.
If you have configured a read-only Oracle home, then you must copy some demo
directories from ORACLE_HOME to ORACLE_BASE_HOME.
For more information, see Enabling a Read-Only Oracle Home and Copying demo Directories to Oracle Base Home.
Set Up Java Access Bridge to Implement Java Accessibility
Install Java Access Bridge so that assistive technologies on Microsoft Windows systems can use the Java Accessibility API.
Java Access Bridge is a technology that enables Java applications and applets that implement the Java Accessibility API to be visible to assistive technologies on Microsoft Windows systems.
Refer to Java Platform, Standard Edition Accessibility Guide for information about the minimum supported versions of assistive technologies required to use Java Access Bridge. Also refer to this guide to obtain installation and testing instructions, and instructions for how to use Java Access Bridge.
Related Topics
Oracle AI Database Database Examples Installation Guide, 26ai
G43934-01