From f331be2b29bc42a46484b1b326a52d2f70cc00cf Mon Sep 17 00:00:00 2001
From: Kirk Kirkconnell <2966377+NoSQLKnowHow@users.noreply.github.com>
Date: Mon, 29 Jun 2026 09:02:16 -0400
Subject: [PATCH 1/3] Added Workshop time
---
data-fundamentals-dev-rel/introduction/introduction.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data-fundamentals-dev-rel/introduction/introduction.md b/data-fundamentals-dev-rel/introduction/introduction.md
index bdba1e46b..d70a095c5 100644
--- a/data-fundamentals-dev-rel/introduction/introduction.md
+++ b/data-fundamentals-dev-rel/introduction/introduction.md
@@ -6,6 +6,8 @@ In this lab, we'll interact with a data set from an application named Prism City
You'll utilize a Jupyter Notebook with real Python code, completing real activities, and using aspects of Unified Model Theory (UMT) to present data in various forms, from JSON documents, to graph traversals with visual of those relationships, and perform AI search via vector data, all within Oracle AI Database.
+Estimated Workshop Time: 50 - 60 minutes
+
✅ **Overview of Labs**
In the next labs, you'll connect to your JupyterLab environment and work through a data fundamentals notebook built around the Prism CityOps dataset. You'll inspect the same operational data through relational tables, JSON, graph, and vector representations, then use Oracle AI Database to generate embeddings, run Vector Search, and compare search patterns. Labs 1 and 2 will be in the morning session, and Labs 3 and 4 will be completed in the afternoon sessions.
From 097d7b0b7d147ac96d59304ae2df22722fec9140 Mon Sep 17 00:00:00 2001
From: Kirk Kirkconnell <2966377+NoSQLKnowHow@users.noreply.github.com>
Date: Mon, 29 Jun 2026 10:08:20 -0400
Subject: [PATCH 2/3] Added "need help" section to manifest
---
data-fundamentals-dev-rel/workshops/sandbox/manifest.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data-fundamentals-dev-rel/workshops/sandbox/manifest.json b/data-fundamentals-dev-rel/workshops/sandbox/manifest.json
index f90337541..1def72137 100644
--- a/data-fundamentals-dev-rel/workshops/sandbox/manifest.json
+++ b/data-fundamentals-dev-rel/workshops/sandbox/manifest.json
@@ -16,6 +16,11 @@
"title": "Take the quiz!",
"description": "This is a step-by-step guide showcasing how the hands-on lab instance is navigated",
"filename": "../../quiz/quiz.md"
+ },
+ {
+ "title": "Need Help?",
+ "description": "Solutions to Common Problems and Directions for Receiving Live Help",
+ "filename": "https://livelabs.oracle.com/cdn/common/labs/need-help/need-help-freetier.md"
}
]
}
\ No newline at end of file
From 9dbf28e3fb8752751f79c3c61e8c389ed62a3a3d Mon Sep 17 00:00:00 2001
From: Kirk Kirkconnell <2966377+NoSQLKnowHow@users.noreply.github.com>
Date: Mon, 29 Jun 2026 10:17:22 -0400
Subject: [PATCH 3/3] Changed image text to add context.
---
data-fundamentals-dev-rel/connect-to-env/connect-to-env.md | 5 ++---
data-fundamentals-dev-rel/introduction/introduction.md | 1 -
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/data-fundamentals-dev-rel/connect-to-env/connect-to-env.md b/data-fundamentals-dev-rel/connect-to-env/connect-to-env.md
index 4e0015920..29e9bd6c7 100644
--- a/data-fundamentals-dev-rel/connect-to-env/connect-to-env.md
+++ b/data-fundamentals-dev-rel/connect-to-env/connect-to-env.md
@@ -19,7 +19,7 @@ Estimated Time: 5 minutes
2. Paste in the Development IDE Login Password that you copied in the previous step. Click **Login**.
- 
+ 
1. Select **`notebooks/data_fundamentals`** directory to open it. Double click on file **`data_fundamentals_lab.ipynb`** and it will open in the the panel on the right.
@@ -39,7 +39,7 @@ You will use a Jupyter Notebook in a JupyterLab server to build and test databas
**NOTE:** Look for **green text** as in the image below where it says "Connected successfully!". Many cells will have different message, but the final successful one should always be green. When you see the green text, the cell completed. For some longer running cells, this is important to watch for.
- 
+ 
## Task 3: Hybrid Vector Search lab section. **(Optional)**
@@ -55,5 +55,4 @@ Make sure you take the quiz by clicking on **Take the quiz!** link on the left n
## Acknowledgements
* **Authors** - Kirk Kirkconnell
-* **Contributors** - Anant Srivastava
* **Last Updated By/Date** - Kirk Kirkconnell, June 2026
diff --git a/data-fundamentals-dev-rel/introduction/introduction.md b/data-fundamentals-dev-rel/introduction/introduction.md
index d70a095c5..864898f52 100644
--- a/data-fundamentals-dev-rel/introduction/introduction.md
+++ b/data-fundamentals-dev-rel/introduction/introduction.md
@@ -50,5 +50,4 @@ This lab assumes you have:
## Acknowledgements
* **Authors** - Kirk Kirkconnell
-* **Contributors** - Anant Srivastava
* **Last Updated By/Date** - Kirk Kirkconnell, June 2026