diff --git a/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.BAK b/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.BAK new file mode 100644 index 000000000..a2fde4e60 --- /dev/null +++ b/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.BAK @@ -0,0 +1,67 @@ +{ + "workshoptitle": "Upgrade to 19c", + "support": "https://community.oracle.com/tech/developers/categories/database-19c", + "help": "livelabs-help-db_us@oracle.com", + "tutorials": [ + { + "title": "Introduction", + "description": "The Introduction to Upgrade to 19c Workshop.", + "filename": "../../introduction/introduction.md" + }, + { + "title": "Get Started with noVNC Remote Desktop", + "description": "Using noVNC Remote Desktop", + "filename": "https://oracle-livelabs.github.io/common/labs/remote-desktop/using-novnc-remote-desktop.md" + }, + { + "title": "Lab 1: Initialize Environment", + "description": "Initialize Environment", + "filename": "../../initialize-environment/initialize-environment.md" + }, + { + "title": "Lab 2: Generate AWR Snapshot", + "filename": "../../awr-snapshot/awr-snapshot.md" + }, + { + "title": "Lab 3: Capture and Preserve SQL", + "filename": "../../capture-sql/capture-sql.md" + }, + { + "title": "Lab 4: AutoUpgrade", + "filename": "../../upgrade/upgrade-to-19c.md" + }, + { + "title": "Lab 5: AWR Compare Report", + "filename": "../../awr-compare/awr-compare.md" + }, + { + "title": "Lab 6: SQL Performance Analyzer", + "filename": "../../sql/sql-perf-analyzer.md" + }, + { + "title": "Lab 7: SQL Plan Management", + "filename": "../../sql/sql-plan-mgmt.md" + }, + { + "title": "Lab 8: SQL Tuning Advisor", + "filename": "../../sql/sql-tuning-advisor.md" + }, + { + "title": "Lab 9: Plugin UPGR into CDB2", + "filename": "../../upgrade/plugin-upgr-cdb2.md" + }, + { + "title": "Lab 10: Transportable Export/Import", + "filename": "../../migrate-ftex/migrate-ftex.md" + }, + { + "title": "Lab 11: Unplug Plug Upgrade", + "filename": "../../upgrade/unplug-plug-upgr.md" + }, + { + "title": "Need Help?", + "description": "Solutions to Common Problems and Directions for Receiving Live Help", + "filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md" + } + ] +} diff --git a/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.json b/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.json index a2fde4e60..2775c6f8d 100644 --- a/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.json +++ b/hitchhikers-guide-upgrade-to-19c/workshops/desktop/manifest.json @@ -6,7 +6,7 @@ { "title": "Introduction", "description": "The Introduction to Upgrade to 19c Workshop.", - "filename": "../../introduction/introduction.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/00-introduction/00-introduction.md" }, { "title": "Get Started with noVNC Remote Desktop", @@ -16,47 +16,47 @@ { "title": "Lab 1: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/01-initialize-environment/01-initialize-environment.md" }, { "title": "Lab 2: Generate AWR Snapshot", - "filename": "../../awr-snapshot/awr-snapshot.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/02-awr-snapshot/02-awr-snapshot.md" }, { "title": "Lab 3: Capture and Preserve SQL", - "filename": "../../capture-sql/capture-sql.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/03-capture-sql/03-capture-sql.md" }, { "title": "Lab 4: AutoUpgrade", - "filename": "../../upgrade/upgrade-to-19c.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/04-autoupgrade/04-autoupgrade.md" }, { - "title": "Lab 5: AWR Compare Report", - "filename": "../../awr-compare/awr-compare.md" + "title": "Lab 5: AWR Compare Periods", + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/05-awr-compare/05-awr-compare.md" }, { "title": "Lab 6: SQL Performance Analyzer", - "filename": "../../sql/sql-perf-analyzer.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/06-spa/06-spa.md" }, { "title": "Lab 7: SQL Plan Management", - "filename": "../../sql/sql-plan-mgmt.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/07-spm/07-spm.md" }, { "title": "Lab 8: SQL Tuning Advisor", - "filename": "../../sql/sql-tuning-advisor.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/08-sqltune/08-sqltune.md" }, { "title": "Lab 9: Plugin UPGR into CDB2", - "filename": "../../upgrade/plugin-upgr-cdb2.md" + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/09-upg-plugin/09-upg-plugin.md" }, { - "title": "Lab 10: Transportable Export/Import", - "filename": "../../migrate-ftex/migrate-ftex.md" + "title": "Lab 10: Full Transportable Export/Import", + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/10-ftex/10-ftex.md" }, { - "title": "Lab 11: Unplug Plug Upgrade", - "filename": "../../upgrade/unplug-plug-upgr.md" + "title": "Lab 11: Unplug-plug Upgrade", + "filename": "../../../hitchhikers-guide-upgrade-to-19c-2-0/11-unplug-plug/11-unplug-plug.md" }, { "title": "Need Help?", @@ -64,4 +64,4 @@ "filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md" } ] -} +} \ No newline at end of file