Skip to content

Commit 2a7b95b

Browse files
Merge branch 'main' into david-vision-streaming
2 parents 6c6614f + 100c464 commit 2a7b95b

File tree

20 files changed

+904
-637
lines changed

20 files changed

+904
-637
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

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# <Asset Name> Mastering Cloud Cost Control with OCI Log Analytics
2+
3+
Oracle Cloud Infrastructure (OCI) provides several built-in tools to
4+
help users monitor, analyze, and control cloud spending. Among these
5+
tools are OCI Cost Analysis and Scheduled Reports, which offer
6+
visibility into usage patterns and cost trends over time. These tools
7+
are valuable for high-level reporting and day-to-day cost tracking,
8+
especially when trying to stay within budget or identify cost anomalies.
9+
10+
However, for more in-depth analysis—such as breaking down spending
11+
across departments, correlating costs with specific resource tags, or
12+
building custom dashboards—access to raw cost and usage data becomes
13+
essential. This is where the ability to export and analyze detailed cost
14+
reports becomes particularly useful.
15+
16+
OCI is fully compliant with the FinOps Foundation’s FOCUS (FinOps Open
17+
Cost and Usage Specification) standard. The FOCUS report provides a
18+
standardized and comprehensive dataset that includes detailed
19+
information about costs, services, compartments, tags, and more. This
20+
standardized format makes it easier to integrate OCI cost data into
21+
third-party tools or advanced analytics platforms.
22+
23+
In this asset I import
24+
FOCUS report into OCI Log Analytics. By doing this, you can take
25+
advantage of powerful querying capabilities and visualization features
26+
within the Log Analytics platform. This approach allows you to build
27+
customized dashboards, run advanced queries, and perform granular
28+
analysis tailored to your organization’s specific needs.
29+
30+
31+
Reviewed: 29.10.2025
32+
33+
# When to use this asset?
34+
35+
[**Better Cloud cost control**]
36+
OCI’s cost analysis tool provides a great high-level view of your cloud costs, but sometimes you need more detailed customization. For instance, you might want to track when you hit an overage, monitor monthly costs, and calculate the percentage of your budget consumed. Additionally, having visibility at the resource level, rather than just service categories, can give you deeper insights into where your money is going.
37+
38+
[**Custom alerts on budgeting**] OCI’s Budget tool lets you set alerts based on compartments, tenancy, or billing tags. However, there may be instances where you need more granular control. For example, you might want alerts triggered when a new service is used, or to restrict usage to a specific set of services. This enables tighter cost control and better oversight over your cloud spending.
39+
40+
[**Cross-Referencing Costs with Resource Utilization**]In a cloud environment, it’s crucial to monitor both resource allocation and resource utilization on the same dashboard. This approach allows you to identify inefficiencies, such as underutilized resources that may be driving up costs. By aligning cost data with utilization insights, you can optimize infrastructure usage and better manage your cloud expenditures.
41+
42+
43+
# How to use this asset?
44+
45+
You can follow the instruction of the [step by step guide](https://github.com/oracle-quickstart/oci-o11y-solutions/tree/main/knowledge-content/FinOps/files)
46+
47+
48+
# License
49+
50+
Copyright (c) 2025 Oracle and/or its affiliates.
51+
52+
Licensed under the Universal Permissive License (UPL), Version 1.0.
53+
54+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
55+
56+

manageability-and-operations/observability-and-manageability/oci-monitoring/custom-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This section will bring some examples of how to create OCI Monitoring custom metric namespaces to extend the default, out-of-the-box, OCI Monitoring metrics for OCI resources.
55

6-
Reviewed: 18.11.2024
6+
Reviewed: 05.11.2025
77

88
# Team Publications
99

manageability-and-operations/observability-and-manageability/oci-monitoring/custom-metrics/custom-metric-FN-services-limit-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using OCI Functions to create OCI Monitoring custom metric namespace: Services Limit monitoring example use case
22

3-
Reviewed: 15.11.2024
3+
Reviewed: 05.11.2025
44

55
## 1. INTRODUCTION
66

manageability-and-operations/observability-and-manageability/oci-monitoring/custom-metrics/custom-metric-python-SDK-services-limit-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Using Python SDK to create OCI Monitoring custom metric namespace: Services Limit monitoring example use case
33

4-
Reviewed: 15.11.2024
4+
Reviewed: 05.11.2025
55

66
## 1. INTRODUCTION
77

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
```

0 commit comments

Comments
 (0)