Skip to content

Commit 4fef2e1

Browse files
Merge pull request #924 from oracle-devrel/uschwinn-patch-6
Create README.md
2 parents f628ca5 + b42a34f commit 4fef2e1

File tree

1 file changed

+46
-0
lines changed
  • data-platform/core-converged-db/oracle-text

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Oracle Text
2+
3+
Oracle Text is a full-text search that is fully integrated into the Oracle Database. It can be used to index, search, and analyze text and documents stored in different formats, including those in the Oracle database, files, and web content. Oracle Text also has advanced features like linguistic analysis, data mining, classification, and clustering capabilities and is delivered as a part of all versions of Oracle Database.
4+
5+
Oracle Text can perform linguistic analysis on documents, mining capabilities, classification, clustering, etc.
6+
7+
Review Date: 03.06.2024
8+
9+
# Useful Links
10+
11+
## Documentation
12+
13+
- [Text Application Developer's Guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/ccapp/index.html)
14+
- [Getting Started with Oracle Text](https://docs.oracle.com/en/database/oracle/oracle-database/19/ccapp/getting-started-with-oracle-text.html#GUID-D954F00B-1019-475A-ACD6-82E32DE8773B)
15+
- [Text Reference 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/ccref/index.html)
16+
- [Text Application Developer's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/ccapp/index.html)
17+
- [Text Reference 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/ccref/index.html)
18+
19+
## Blogs
20+
21+
- [Indexing Text in Object Storage](https://blogs.oracle.com/datawarehousing/post/indexing-text-object-storage)
22+
- [Using JSON documents and don’t know what you’re looking for? 23c Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
23+
- [Learn about Oracle Text](https://blogs.oracle.com/database/post/learn-about-oracle-text)
24+
25+
## LiveLabs Workshops
26+
27+
- [Full-Text Search in Oracle Database](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3286&clear=RR,180&session=108664404207439)
28+
- [Index Files in the OCI Object Store with Oracle Text](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3537&clear=RR,180&session=113661389345021)
29+
- [Low code development with Advanced textual analysis in ATP](https://apexapps.oracle.com/pls/apex/f?p=133:100:113661389345021::::SEARCH:Oracle+Text)
30+
- [Easy Text Search over Multiple Tables and Views with DBMS_SEARCH in 23c](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3721&clear=RR,180&session=10138919379439)
31+
32+
## Oracle Live SQL
33+
34+
- [Oracle Text Quickstart Tutorial](https://livesql.oracle.com/apex/livesql/file/tutorial_IHF3DMUBR01852DBZFYKUZF3Q.html)
35+
- [all Oracle Text scripts from the Code Library](https://livesql.oracle.com/apex/f?p=590:49::::RP,49:P49_SEARCH:Oracle%20text)
36+
37+
# Team Publications
38+
39+
- [New full-text search in 23c: Ubiquitous Database Search](https://blogs.oracle.com/coretec/post/ubiquitous-database-search-in-23c)
40+
- [Easy Database Search with APEX in 23c](https://blogs.oracle.com/coretec/post/easy-database-search-with-apex-in-23c)
41+
42+
# License
43+
44+
Copyright (c) 2024 Oracle and/or its affiliates.
45+
46+
Licensed under the Universal Permissive License (UPL), Version 1.0.

0 commit comments

Comments
 (0)