From f4e521f8ba79d1eea5fda06f9a04860ff6a78b09 Mon Sep 17 00:00:00 2001 From: Derek O'Neill Date: Fri, 23 Feb 2018 13:25:13 -0500 Subject: [PATCH] Update manifest.json --- workshops/dbcs-dba/manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/workshops/dbcs-dba/manifest.json b/workshops/dbcs-dba/manifest.json index 47cd533..d6a98b3 100644 --- a/workshops/dbcs-dba/manifest.json +++ b/workshops/dbcs-dba/manifest.json @@ -3,6 +3,18 @@ "title": "Database Cloud Services Workshop", "description": "These labs will give you a basic understanding of the Oracle Database Cloud Service and many of the capabilities around administration and database development. The labs will walk you through creating and accessing a new Database Cloud Service instance. You will explore some common use cases for moving your data from on-premises to the cloud. Next, you will use the Oracle Database Cloud Backup Module and RMAN to backup your on-premise data to the Oracle Public Cloud and then recover lost data. Lastly, you will deploy an APEX application and adjust the firewall rules to support access to the application from the Internet using your browser, smart phone or tablet.", "interactive":"https://launch.oracle.com/?dbcs", + "versions": [ + { + "name": "Instructor Led", + "description": "An in-person workshop with an Oracle instructor", + "imageUrl": "https://oracle.github.io/learning-library/workshops/common-content/images/common/Instructor Led.png" + }, + { + "name": "Self-Service", + "description": "Individual self-guided learning", + "imageUrl": "https://oracle.github.io/learning-library/workshops/common-content/images/common/Self-Service.jpg" + } + ], "labs": [ { "number": "0",