Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions workshops/dbcs-dba/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down