-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
46 lines (46 loc) · 1.64 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"tutorials": [
{
"title": "Workshop Overview",
"description":"Workhop Overview",
"publisheddate": "01/15/2020",
"filename":"./about-the-workshop/content.md"
},
{
"title": "Lab 0: Connect to HOL image",
"description":"Setup the Lab Environment",
"publisheddate": "03/20/2020",
"filename":"./lab000/content.md"
},
{
"title": "Lab 1: Create 19c target",
"description":"Install software and create a new 19c database",
"publisheddate": "03/20/2020",
"filename":"./lab100/content.md"
},
{
"title": "Lab 2: Auto Upgrade to 19c",
"description":"Upgrade using the new AutoUpgrade tool",
"publisheddate": "03/20/2020",
"filename":"./lab200/content.md"
},
{
"title": "Lab 3: Full Transportable to 19c",
"description":"Upgrade using Full Transportable Tablespaces",
"publisheddate": "03/20/2020",
"filename":"./lab300/content.md"
},
{
"title": "Lab 4: Unplug and Plug to 19c",
"description":"Upgrade using unplugging a PDB from the old version and plug it into a new version",
"publisheddate": "03/20/2020",
"filename":"./lab400/content.md"
},
{
"title": "Lab 5: MV2ADB to 19c ADB",
"description":"Upgrade to 19c on Oracle Autonomous Database cloud using MV2ADB",
"publisheddate": "03/20/2020",
"filename":"./lab500/content.md"
}
]
}