Java Standalone

JDBC JSON Oracle Text

Plain JDBC sample for JSON full-text search with Oracle Text on Oracle AI Database.

#Java#JSON#Oracle Text
What this sample helps you learn

This module demonstrates Oracle Text JSON full-text search over plain JDBC on Oracle AI Database. The sample shows how to:

Highlights

  • load JSON documents from src/main/resources/documents.json
  • store those documents in a native JSON column using OSON/JDBC JSON binding
  • create a JSON search index with CREATE SEARCH INDEX ... FOR JSON
  • run ranked json_textcontains queries with SCORE