Skip to content

Commit edc480f

Browse files
Merge branch 'main' into esciunzi-patch-1
2 parents 1ea3c73 + d165fee commit edc480f

File tree

16 files changed

+845
-634
lines changed

16 files changed

+845
-634
lines changed

data-platform/data-science/oracle-vector-search/README.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,46 @@
11
# Oracle Vector Search
22

3-
This page covers Oracle Vector Search.
3+
Oracle AI Vector Search is designed for Artificial Intelligence (AI) workloads and allows you to query data based on semantics, rather than keywords. The VECTOR data type is introduced with the release of Oracle AI Database 26ai, providing the foundation to store vector embeddings alongside business data in the database. Using embedding models, you can transform unstructured data into vector embeddings that can then be used for semantic queries on business data. In order to use the VECTOR data type and its related features, the COMPATIBLE initialization parameter must be set to 23.4.0 or higher.
44

5-
Reviewed: 2025.09.26
5+
Reviewed: 2025.11.26
66

7+
# Useful Links
8+
9+
## Documentation
10+
11+
- [What is a Vector Database](https://www.oracle.com/database/vector-database/)
12+
- [Oracle.com](https://www.oracle.com/database/ai-vector-search/)
13+
- [Oracle AI Vector Search FAQ](https://www.oracle.com/database/ai-vector-search/faq/)
14+
- [Oracle AI Vector Search Technical Architecture](https://docs.oracle.com/en/database/oracle/oracle-database/26/vsiad/aivs_genarch.html)
15+
- [Oracle AI Vector Search User's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/26/vecse/overview-ai-vector-search.html)
16+
- [Vector Search PL/SQL Packages](https://docs.oracle.com/en/database/oracle/oracle-database/26/vecse/vector-search-pl-sql-packages-node.html)
17+
- [What's New for Oracle AI Vector Search](https://docs.oracle.com/en/database/oracle/oracle-database/26/vecse/whats-new-oracle-ai-vector-search.html)
18+
- [Oracle Machine Learning AI models (Downloads)](https://adwc4pm.objectstorage.us-ashburn-1.oci.customer-oci.com/p/fU1V-voY2VBhhqMPjhCC57Up77ROK9u6GN_j3-uGi_EzIdHm9XDn-RfnZS5bV0cN/n/adwc4pm/b/OML-ai-models/o/Oracle%20Machine%20Learning%20AI%20models.htm)
19+
20+
## Blogs
21+
22+
- [Oracle Database Insider AI vector search blogs - complete list](https://blogs.oracle.com/database/category/db-vector-search)
23+
- [Getting Started with Oracle AI Database AI Vector Search](https://blogs.oracle.com/database/post/getting-started-with-oracle-database-23ai-ai-vector-search)
24+
- [Indexing Guidelines with AI Vector Search](https://blogs.oracle.com/database/post/indexing-guidelines-with-ai-vector-search)
25+
- [Using HNSW Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-hnsw-vector-indexes-in-ai-vector-search)
26+
- [Using IVF Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-ivf-vector-indexes)
27+
- [Using Hybrid Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-hybrid-vector-indexes)
28+
- [Getting started with vectors in Oracle Database](https://blogs.oracle.com/coretec/post/getting-started-with-vectors-in-23ai)
29+
- [Hybrid Vector Index - a combination of AI Vector Search with Text Search](https://blogs.oracle.com/coretec/post/hybrid-vector-index-the-combination-of-full-text-and-semantic-vector-search)
30+
- [More Examples on Hybrid Vector Search](https://blogs.oracle.com/coretec/post/more-examples-on-hybrid-vector-search)
31+
32+
33+
## LiveLabs
34+
35+
- [AI Vector Search Livelabs - complete list](https://livelabs.oracle.com/pls/apex/f?p=133:100:101524290096807::::SEARCH:Ai%20Vector%20search)
36+
- [Oracle AI Vector Search - Basics](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=1070&clear=RR,180&session=123357260636138)
37+
- [Getting Started with AI Vector Search](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4166&clear=RR,180&session=4085850813889)
38+
- [RAG Application using AI Vector Search in Oracle Autonomous Database and APEX](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4021&clear=RR,180&session=4085850813889)
39+
- [RAG example with Oracle AI Vector Search](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4127&clear=RR,180&session=4085850813889)
40+
- [Use of Graph RAG and Vector Search](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3953&clear=RR,180&session=123357260636138)
41+
- [Oracle AI Vector Search - Using Vector Embedding Models with Nodejs](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3926&clear=RR,180&session=123357260636138)
42+
- [Oracle AI Vector Search - Using Vector Embedding Models with Python](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3928&clear=RR,180&session=4085850813889)
43+
- [Oracle AI Vector Search - Using Vector Embedding Models with JDBC](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3925&clear=RR,180&session=4085850813889)
744

845
# License
946

data-platform/modernise/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Reviewed: 07.10.2025
5252
- Detailed, step-by-step instructions for Migrating Database from existing ExaDB-D to latest generation of ExaDB-D , available on Amalraj Puthenchira's public platform
5353
- [Migrate and Upgrade your Oracle Base Database to Exadata Database Service on Exascale Infrastructure using AutoUpgrade](https://amalrajputhenchira.wordpress.com/2025/03/03/migrate-your-oracle-base-database-to-exadata-database-service-on-exascale-infrastructure-using-autoupgrade/)
5454
- Detailed, step-by-step instructions for Migrate and Upgrade Oracle Base Database 19c to ExaDB-XS using AutoUpgrade , available on Amalraj Puthenchira's public platform
55+
- [Exadata Cloud Infrastructure Migration Automation Utility for ExaDB-D and ExaDB-C@C ](https://youtu.be/0GA-c24nFd4?si=Rl7E0Fd0jfSglxb8)
56+
- Detailed Oracle Developer On Demand video with step-by-step instructions for migrating Infrastucture , VM Cluster and Databases on ExaDB-D and ExaDB-C@C using new Automation Utility , delivered by Amalraj Puthenchira in collaboration with Black Belts from Mission Critical Team and Exadata Cloud@Customer Team.
5557
# Useful Links
5658

5759
- [OCI Migration Hub - Migrate Oracle Databases to OCI](https://www.oracle.com/database/cloud-migration/)

data-platform/modernise/zero-downtime-migration/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Reviewed: 07.10.2025
1919
- Cloud Coaching Webinar, including a technical demonstration, delivered by Amalraj Puthenchira and Bilegt Bat Ochir around the use of ZDM for efficient migration into OCI.
2020
- [Fast-track your Journey to AI with Oracle and Azure (Migration to Oracle ADB23ai@Azure using Zero-Downtime Migration Logical Online) - Developer Coaching Webinar](https://www.youtube.com/watch?v=SanGj96PoxI)
2121
- Developer Coaching Webinar, including a technical demonstration, delivered by Mihai Costeanu and Emiel Ramakers around the use of ZDM for efficient migration to Oracle ADB23ai@Azure .
22+
- [Modernise your Database with Autonomous Database on Oracle Database@Google Cloud - Developer Coaching Webinar](https://youtu.be/5zdOtUEfa1E?si=FeS6xhRf2nxEWSjA)
23+
- Developer Coaching Webinar delivered by Amalraj Puthenchira and Neeraj Pandita covering migration solution , provisioning of key components and a live demo of ZDM logical online migration to Autonomous Database on Oralce Database@Google Cloud.
2224

2325
## Technical Guides
2426

manageability-and-operations/observability-and-manageability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Observability and Manageability (O&M) platform is a suite of OCI services th
44

55
 
66

7-
Reviewed: Reviewed: 15.10.2025
7+
Reviewed: Reviewed: 05.11.2025
88

99
 
1010

@@ -35,7 +35,7 @@ Reviewed: Reviewed: 15.10.2025
3535
| EBS | WIP | Coming Soon|
3636
| Webogic | WIP | Coming Soon|
3737
| Apex | WIP | Coming Soon|
38-
| .... | | |
38+
| OCI CI Container Instance | [Link](https://github.com/adibirzu/oci-container-monitoring) | |
3939
| .... | | |
4040
| .... | | |
4141

security/security-design/shared-assets/oci-security-health-check-standard/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 250722 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0
5+
Version: 251104 (cis_report.py version 3.1.0) for CIS OCI Foundation Benchmark 3.0.0
66

77
# Introduction
88
![Flyer](./files/resources/OCI_Security_Health_Check_Standard.png)
@@ -57,22 +57,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
5757

5858
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
5959

60-
- Download the latest distribution [oci-security-health-check-standard-250722.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip).
60+
- Download the latest distribution [oci-security-health-check-standard-251104.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.zip).
6161
- Download the respective checksum file:
62-
- [oci-security-health-check-standard-250722.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512).
63-
- [oci-security-health-check-standard-250722.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512256).
62+
- [oci-security-health-check-standard-251104.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512).
63+
- [oci-security-health-check-standard-251104.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512256).
6464
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
6565

6666
On MacOS:
6767
```
6868
cd <your_downloads_directory>
69-
shasum -a 512256 -c oci-security-health-check-standard-250722.sha512256
69+
shasum -a 512256 -c oci-security-health-check-standard-251104.sha512256
7070
```
7171
7272
On Linux (including Cloud Shell):
7373
```
7474
cd <your_downloads_directory>
75-
sha512sum -c oci-security-health-check-standard-250722.sha512
75+
sha512sum -c oci-security-health-check-standard-251104.sha512
7676
```
7777
7878
**Reject the downloaded file if the check fails!**
@@ -85,10 +85,10 @@ In OCI Cloud Shell you can do a short cut without downloading the files mentione
8585
2. Open Cloud Shell
8686
3. Run these commands in your Cloud Shell:
8787
```
88-
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip
89-
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512
90-
sha512sum -c oci-security-health-check-standard-250722.sha512
91-
unzip -q oci-security-health-check-standard-250722.zip
88+
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.zip
89+
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512
90+
sha512sum -c oci-security-health-check-standard-251104.sha512
91+
unzip -q oci-security-health-check-standard-251104.zip
9292
```
9393
9494
## Prepare the OCI Tenancy

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 250722 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0
5+
Version: 251104 (cis_report.py version 3.1.0) for CIS OCI Foundation Benchmark 3.0.0
66

77
## When to use this asset?
88

@@ -47,22 +47,22 @@ Tested on **OCI Cloud Shell** with **Public network**, **Oracle Linux**, **MacOS
4747

4848
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
4949

50-
- Download the latest distribution [oci-security-health-check-standard-250722.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip).
50+
- Download the latest distribution [oci-security-health-check-standard-251104.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.zip).
5151
- Download the respective checksum file:
52-
- [oci-security-health-check-standard-250722.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512).
53-
- [oci-security-health-check-standard-250722.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512256).
52+
- [oci-security-health-check-standard-251104.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512).
53+
- [oci-security-health-check-standard-251104.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512256).
5454
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
5555

5656
On MacOS:
5757
```
5858
cd <your_downloads_directory>
59-
shasum -a 512256 -c oci-security-health-check-standard-250722.sha512256
59+
shasum -a 512256 -c oci-security-health-check-standard-251104.sha512256
6060
```
6161
6262
On Linux (including Cloud Shell):
6363
```
6464
cd <your_downloads_directory>
65-
sha512sum -c oci-security-health-check-standard-250722.sha512
65+
sha512sum -c oci-security-health-check-standard-251104.sha512
6666
```
6767
6868
**Reject the downloaded file when the check fails!**
@@ -225,7 +225,7 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
225225
- Upload the distribution file.
226226
- Extract it
227227
```
228-
unzip -q oci-security-health-check-standard-250722.zip
228+
unzip -q oci-security-health-check-standard-251104.zip
229229
```
230230
231231
#### Run the script
@@ -302,11 +302,11 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
302302
Follow the instructions to select /usr/bin/python3.9
303303
- Log out
304304
305-
- From your desktop, upload the `oci-security-health-check-standard-250722.zip` file to the Compute VM using any SFTP client.
305+
- From your desktop, upload the `oci-security-health-check-standard-251104.zip` file to the Compute VM using any SFTP client.
306306
- Log into the Compute VM
307307
- Extract the distribution
308308
```
309-
unzip -q oci-security-health-check-standard-250722.zip
309+
unzip -q oci-security-health-check-standard-251104.zip
310310
```
311311
- Change directory into `oci-security-health-check-standard`:
312312
```

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5-
Version: 250722 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0
5+
Version: 251104 (cis_report.py version 3.1.0) for CIS OCI Foundation Benchmark 3.0.0
66

77
When to use this asset?
88

@@ -130,7 +130,7 @@ Usage
130130
- From the menu select the Cloud Shell item.
131131
- When running it the first time:
132132
- Upload the provided ZIP file.
133-
- Extract it with unzip -q oci-security-health-check-standard-250722.zip
133+
- Extract it with unzip -q oci-security-health-check-standard-251104.zip
134134
- Change directory into oci-security-health-check-standard
135135
$ cd oci-security-health-check-standard
136136
$ screen
@@ -190,11 +190,11 @@ Usage
190190
- Log out
191191

192192
- From your desktop, upload the
193-
"oci-security-health-check-standard-250722.zip" file to the Compute VM
193+
"oci-security-health-check-standard-251104.zip" file to the Compute VM
194194
using any SFTP client.
195195
- Log into the Compute VM
196196
- Extract the distribution
197-
unzip -q oci-security-health-check-standard-250722.zip
197+
unzip -q oci-security-health-check-standard-251104.zip
198198

199199
- Change directory into "oci-security-health-check-standard":
200200
cd oci-security-health-check-standard

0 commit comments

Comments
 (0)