Skip to content

Commit 3d4a4c1

Browse files
Merge pull request #138 from uschwinn/ulrikeschwinn-assets
Ulrikeschwinn assets
2 parents 3cc23a9 + 85ed5e9 commit 3d4a4c1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# DB Search
2+
3+
Oracle Text is a full-text search that is fully integrated into Oracle Database and delivered as a part of all versions of Oracle Database. It uses standard SQL to index, search, and analyze text and documents in different stored in the Oracle database, in files, and on the web.
4+
Oracle Text can perform linguistic analysis on documents, mining capabilities, classification, clustering, etc.
5+
6+
## Useful Links
7+
8+
### Documentation
9+
10+
- [Text Application Developer's Guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/ccapp/index.html)
11+
- [Geting 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)
12+
- [Text Reference 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/ccref/index.html)
13+
- [Text Application Developer's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/ccapp/index.html)
14+
- [Text Reference 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/ccref/index.html)
15+
16+
### Blogs
17+
18+
- [Indexing Text in Object Storage](https://blogs.oracle.com/datawarehousing/post/indexing-text-object-storage)
19+
- [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)
20+
- [New full-text search in 23c: Ubiquitous Database Search](https://blogs.oracle.com/coretec/post/ubiquitous-database-search-in-23c)
21+
22+
### Team Publications
23+
24+
- [New full-text search in 23c: Ubiquitous Database Search](https://blogs.oracle.com/coretec/post/ubiquitous-database-search-in-23c)
25+
26+
### LiveLabs Workshops
27+
28+
- [Full-Text Search in Oracle Database](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3286&clear=RR,180&session=108664404207439)
29+
- [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)
30+
- [Low code development with Advanced textual analysis in ATP](https://apexapps.oracle.com/pls/apex/f?p=133:100:113661389345021::::SEARCH:Oracle+Text)
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+
# License
38+
39+
Copyright (c) 2023 Oracle and/or its affiliates.
40+
41+
Licensed under the Universal Permissive License (UPL), Version 1.0.
42+
43+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)