Skip to content

Commit 4fce97b

Browse files
Merge pull request #249 from oracle-devrel/uschwinn-patch-2
Create README.md for database search
2 parents 727c331 + 386a043 commit 4fce97b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Database 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+
In 23 Ubiquitous Database Search helps in cases where you need to search in different data sources. Only one command is needed to create a self managed index and another one to add different sources. Without writing additional PL/SQL code you can include different table data sources in your search. A new simple PL/SQL interface called DBMS_SEARCH to creates an index across multiple objects, easily add data sources (specific tables or views) into the index or also remove them. This strongly simplifies indexing tasks.
7+
For example it is not necessary to define complex USER_DATASTORE procedures. In addition the synchronization of the index will be maintained automatically.
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+
- [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)
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+
- [New full-text search in 23c: Ubiquitous Database Search](https://blogs.oracle.com/coretec/post/ubiquitous-database-search-in-23c)
24+
25+
### Team Publications
26+
27+
- [New full-text search in 23c: Ubiquitous Database Search](https://blogs.oracle.com/coretec/post/ubiquitous-database-search-in-23c)
28+
29+
### LiveLabs Workshops
30+
31+
- [Full-Text Search in Oracle Database](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3286&clear=RR,180&session=108664404207439)
32+
- [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)
33+
- [Low code development with Advanced textual analysis in ATP](https://apexapps.oracle.com/pls/apex/f?p=133:100:113661389345021::::SEARCH:Oracle+Text)
34+
- [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)
35+
36+
### Oracle Live SQL
37+
38+
- [Oracle Text Quickstart Tutorial](https://livesql.oracle.com/apex/livesql/file/tutorial_IHF3DMUBR01852DBZFYKUZF3Q.html)
39+
- [all Oracle Text scripts from the Code Library](https://livesql.oracle.com/apex/f?p=590:49::::RP,49:P49_SEARCH:Oracle%20text)
40+
41+
# License
42+
43+
Copyright (c) 2023 Oracle and/or its affiliates.
44+
45+
Licensed under the Universal Permissive License (UPL), Version 1.0.
46+
47+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)