Skip to content

Commit b78ea8d

Browse files
authored
#11054 cleanup -> clean up and addition to lab description (#64)
* Fixed missing images and changes to manifest files * Delete introduction.md * QA changes * Grammarly changes and fixed image * Grammarly updates to intro * fixed links and missing image descriptions * QA changes * updated manifest links * Added lab 5 - index files on object store * Fixes cleanup -> clean up and small change to intro * Match official workshop title
1 parent b5f8376 commit b78ea8d

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

text/full-text-indexing/introduction/introduction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ We'll populate that table, and then create a Text index on the note column.
2222

2323
We'll then work through various types of queries using the Oracle Text CONTAINS operator. We'll also show some mixed queries with full-text search on the note column with an additional filter on other relational columns.
2424

25-
Finally, we'll look at how to SYNC and OPTIMIZE Oracle Text indexes.
25+
Next, we'll look at how to SYNC and OPTIMIZE Oracle Text indexes.
26+
27+
Finally we'll look at how to index binary files such as Microsoft Word or PDF files on the Object Store.
28+
29+
Estimated Lab Time: 60-75 minutes
2630

2731
### Prerequisites
2832

text/full-text-indexing/workshops/freetier/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"workshoptitle": "Full-Text Indexing in Oracle Database",
2+
"workshoptitle": "Full-Text Indexing in the Oracle Database",
33
"help": "livelabs-help-db_us@oracle.com",
44
"tutorials": [
55
{
@@ -37,7 +37,7 @@
3737
"filename": "../../index-files/index-files.md"
3838
},
3939
{
40-
"title": "Lab 6: Cleanup Oracle Autonomous Database",
40+
"title": "Lab 6: Clean up Oracle Autonomous Database",
4141
"filename":"https://oracle-livelabs.github.io/common/labs/terminate-adb/terminate-adb.md"
4242
},
4343
{

text/full-text-indexing/workshops/livelabs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"workshoptitle": "Full-Text Indexing in Oracle Database",
2+
"workshoptitle": "Full-Text Indexing in the Oracle Database",
33
"help": "livelabs-help-db_us@oracle.com",
44
"tutorials": [
55
{
@@ -37,7 +37,7 @@
3737
"filename": "../../index-files/index-files.md"
3838
},
3939
{
40-
"title": "Lab 6: Cleanup Oracle Autonomous Database",
40+
"title": "Lab 6: Clean up Oracle Autonomous Database",
4141
"filename":"https://oracle-livelabs.github.io/common/labs/terminate-adb/terminate-adb.md"
4242
},
4343
{

text/full-text-indexing/workshops/ocw-freetier/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"workshoptitle": "Full-Text Indexing in Oracle Database",
2+
"workshoptitle": "Full-Text Indexing in the Oracle Database",
33
"help": "livelabs-help-db_us@oracle.com",
44
"tutorials": [
55
{
@@ -37,7 +37,7 @@
3737
"filename": "../../index-files/index-files.md"
3838
},
3939
{
40-
"title": "Lab 6: Cleanup Oracle Autonomous Database",
40+
"title": "Lab 6: Clean up Oracle Autonomous Database",
4141
"filename":"https://oracle-livelabs.github.io/common/labs/terminate-adb/terminate-adb.md"
4242
},
4343
{

text/full-text-indexing/workshops/ocw-livelabs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"workshoptitle": "Full-Text Indexing in Oracle Database",
2+
"workshoptitle": "Full-Text Indexing in the Oracle Database",
33
"help": "livelabs-help-db_us@oracle.com",
44
"tutorials": [
55
{
@@ -37,7 +37,7 @@
3737
"filename": "../../index-files/index-files.md"
3838
},
3939
{
40-
"title": "Lab 6: Cleanup Oracle Autonomous Database",
40+
"title": "Lab 6: Clean up Oracle Autonomous Database",
4141
"filename":"https://oracle-livelabs.github.io/common/labs/terminate-adb/terminate-adb.md"
4242
},
4343
{

0 commit comments

Comments
 (0)