From ea45d6c88ea02bb5666efec09c8443d546120eab Mon Sep 17 00:00:00 2001 From: TheInMemoryGuy <70405512+TheInMemoryGuy@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:02:01 -0800 Subject: [PATCH] WMS 11385 - QA Updates (#461) * Updated workshops to match standard naming Updated workshops to match standard naming * Fixed files for QA checklist Updated last lab to remove "proceed" message Updated email address in manifest files --------- Co-authored-by: Andy Rivenes --- in-memory-21c/im-parallel/parallel.md | 2 -- in-memory-21c/workshops/desktop-advanced/manifest.json | 4 ++-- in-memory-21c/workshops/sandbox/manifest.json | 2 +- in-memory-21c/workshops/tenancy-advanced/manifest.json | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/in-memory-21c/im-parallel/parallel.md b/in-memory-21c/im-parallel/parallel.md index 47f1a080c..6542ee027 100755 --- a/in-memory-21c/im-parallel/parallel.md +++ b/in-memory-21c/im-parallel/parallel.md @@ -1247,8 +1247,6 @@ SQL> This lab demonstrated how Database In-Memory can optimize the access of external data, and support both external and hybrid partitioned tables. -You may now **proceed to the next lab**. - ## Acknowledgements - **Author** - Andy Rivenes, Product Manager, Database In-Memory diff --git a/in-memory-21c/workshops/desktop-advanced/manifest.json b/in-memory-21c/workshops/desktop-advanced/manifest.json index 902f8314f..64072c759 100644 --- a/in-memory-21c/workshops/desktop-advanced/manifest.json +++ b/in-memory-21c/workshops/desktop-advanced/manifest.json @@ -1,6 +1,6 @@ { "workshoptitle": "Learn How Database In-Memory Enables Real-Time Analytics", - "help": "livelabs-help-db_us@oracle.com", + "help": "andy.rivenes@oracle.com", "tutorials": [ { "title": "Introduction", @@ -18,7 +18,7 @@ "filename": "../../initialize-environment/initialize-environment.md" }, { - "title": "Lab 2: Setting up the In-Memory Column Store", + "title": "Lab 2: Set up the In-Memory Column Store", "description": "Populating and administering the In-Memory column store", "filename": "../../setup/setup.md" }, diff --git a/in-memory-21c/workshops/sandbox/manifest.json b/in-memory-21c/workshops/sandbox/manifest.json index c1f1efbbb..3399d15e6 100644 --- a/in-memory-21c/workshops/sandbox/manifest.json +++ b/in-memory-21c/workshops/sandbox/manifest.json @@ -18,7 +18,7 @@ "filename": "../../initialize-environment/initialize-environment.md" }, { - "title": "Lab 3: Setting up the In-Memory Column Store", + "title": "Lab 3: Set up the In-Memory Column Store", "description": "Populating and administering the In-Memory column store", "filename": "../../setup/setup.md" }, diff --git a/in-memory-21c/workshops/tenancy-advanced/manifest.json b/in-memory-21c/workshops/tenancy-advanced/manifest.json index 77691097e..7af8e95ff 100644 --- a/in-memory-21c/workshops/tenancy-advanced/manifest.json +++ b/in-memory-21c/workshops/tenancy-advanced/manifest.json @@ -1,6 +1,6 @@ { "workshoptitle": "Learn How Database In-Memory Enables Real-Time Analytics", - "help": "livelabs-help-db_us@oracle.com", + "help": "andy.rivenes@oracle.com", "tutorials": [ { "title": "Introduction", @@ -31,7 +31,7 @@ "filename": "../../initialize-environment/initialize-environment.md" }, { - "title": "Lab 4: Setting up the In-Memory Column Store", + "title": "Lab 4: Set up the In-Memory Column Store", "description": "Populating and administering the In-Memory column store", "filename": "../../setup/setup.md" },