diff --git a/backup-recovery/database-backup-services/database-backup-services.md b/backup-recovery/database-backup-services/database-backup-services.md
index 52c13e25..ad12b0f9 100644
--- a/backup-recovery/database-backup-services/database-backup-services.md
+++ b/backup-recovery/database-backup-services/database-backup-services.md
@@ -47,7 +47,7 @@ Estimated Time: 2 hours
4. You can download the backup module from [Oracle Cloud Backup Downloads](https://www.oracle.com/database/technologies/oracle-cloud-backup-downloads.html), however, to load the zip through Cloud Shell, you will use this `wget` command:
```
- [oracle@workshop downloads]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/opc_installer.zip
+ [oracle@workshop downloads]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/opc_installer.zip
```
5. Extract the contents of the zip file. The file contains two directories: oci\_installer and opc\_installer, and a README file.
@@ -167,17 +167,17 @@ Run the installer, **oci\_install.jar** to install the backup module. This examp
The following table lists the required and some optional parameters.
-| **Parameter** | **Description** | **Required or Optional**|
-| ------------------------- | ------------------------------------------------------------ |-------------------------|
-| -host | End point of the Oracle Cloud Infrastructure account. Constructed as https://objectstorage.``.oraclecloud.com. See [this reference](https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm) for the region codes. |Required |
-| -vtKeyFile | File that contains the private key used to authenticate Oracle Cloud Infrastructure API requests. The key file must be in PEM format. |Required|
-| -pubFingerPrint | Finger print of the public key paired with the specified private key. |Required|
-| -tOCID | Tenancy OCID for the Oracle Cloud Infrastructure account. |Required|
-| -uOCID | User OCID for the Oracle Cloud Infrastructure account. |Required|
-| -cOCID | Resource compartment ID for the Oracle Cloud Infrastructure account. |Required|
-| -bucket | Name of the bucket in which backups are stored. If this bucket does not exist, then the installer creates it. When this parameter is omitted, a default bucket is automatically created to store backups |Optional|
-| -walletDir | Directory in which Oracle Cloud Infrastructure Object Storage credentials are stored. |Required|
-| -libDir | Directory in which the system backup to tape (SBT) library used for backups and restores with Oracle Cloud Infrastructure is stored. |Required|
+| **Parameter** | **Description** | **Required or Optional** |
+| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------ |
+| -host | End point of the Oracle Cloud Infrastructure account. Constructed as https://objectstorage.``.oraclecloud.com. See [this reference](https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm) for the region codes. | Required |
+| -vtKeyFile | File that contains the private key used to authenticate Oracle Cloud Infrastructure API requests. The key file must be in PEM format. | Required |
+| -pubFingerPrint | Finger print of the public key paired with the specified private key. | Required |
+| -tOCID | Tenancy OCID for the Oracle Cloud Infrastructure account. | Required |
+| -uOCID | User OCID for the Oracle Cloud Infrastructure account. | Required |
+| -cOCID | Resource compartment ID for the Oracle Cloud Infrastructure account. | Required |
+| -bucket | Name of the bucket in which backups are stored. If this bucket does not exist, then the installer creates it. When this parameter is omitted, a default bucket is automatically created to store backups | Optional |
+| -walletDir | Directory in which Oracle Cloud Infrastructure Object Storage credentials are stored. | Required |
+| -libDir | Directory in which the system backup to tape (SBT) library used for backups and restores with Oracle Cloud Infrastructure is stored. | Required |
The installation creates a configuration file *opcORCL.ora* and wallet directory *oci\_wallet* and places these in $ORACLE_HOME/dbs.
diff --git a/hybrid-adg/setup-environment/setup-environment.md b/hybrid-adg/setup-environment/setup-environment.md
index 5f1ea7fc..4b3b08f4 100755
--- a/hybrid-adg/setup-environment/setup-environment.md
+++ b/hybrid-adg/setup-environment/setup-environment.md
@@ -18,7 +18,7 @@ This lab assumes you have already completed the following:
Click on the link below to download the Resource Manager zip files you need to build your environment.
-- [db19c-primary-19.20.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/db19c-primary-19.20.zip) - Packaged terraform primary database instance creation script.
+- [db19c-primary-19.20.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/db19c-primary-19.20.zip) - Packaged terraform primary database instance creation script.
## Task 1: Prepare the Primary Database
diff --git a/hybrid-adg/test-with-adg/test-with-adg.md b/hybrid-adg/test-with-adg/test-with-adg.md
index e06f7e38..8256c374 100644
--- a/hybrid-adg/test-with-adg/test-with-adg.md
+++ b/hybrid-adg/test-with-adg/test-with-adg.md
@@ -204,8 +204,8 @@ There are several ways to check the lag between the primary and standby.
```
- wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
- wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
```
@@ -214,8 +214,8 @@ There are several ways to check the lag between the primary and standby.
2. From on-premise side, run as **oracle** user, download scripts using the command you copied.
```
- [oracle@primary ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
- --2020-10-31 02:48:08-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
+ [oracle@primary ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
+ --2020-10-31 02:48:08-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
Resolving objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1.oraclecloud.com)... 134.70.31.247, 134.70.27.247, 134.70.35.189
Connecting to objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1.oraclecloud.com)|134.70.31.247|:443... connected.
HTTP request sent, awaiting response... 200 OK
@@ -226,8 +226,8 @@ There are several ways to check the lag between the primary and standby.
2020-10-31 02:48:09 (10.5 MB/s) - ‘workload.sh’ saved [1442/1442]
- [oracle@primary ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
- --2020-10-31 02:48:29-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
+ [oracle@primary ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
+ --2020-10-31 02:48:29-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
Resolving objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1.oraclecloud.com)... 134.70.35.189, 134.70.31.247, 134.70.27.247
Connecting to objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1.oraclecloud.com)|134.70.35.189|:443... connected.
HTTP request sent, awaiting response... 200 OK
diff --git a/move-improve-application-adb/install-application-migrate-database/install-application-migrate-database.md b/move-improve-application-adb/install-application-migrate-database/install-application-migrate-database.md
index ace4ee65..95ff935b 100644
--- a/move-improve-application-adb/install-application-migrate-database/install-application-migrate-database.md
+++ b/move-improve-application-adb/install-application-migrate-database/install-application-migrate-database.md
@@ -186,7 +186,7 @@ The .dmp file has been copied to the Object Storage. You will use this in a lat
AShburn, US East:
```
-https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/soedump18C_1G.dmp
+https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/soedump18C_1G.dmp
```
@@ -242,7 +242,7 @@ Execute the impdb statement below from your compute with Instant Client software
4. Set parallel import to 2 since we can use 2 the OCPU cores in ATP.
```
- $ impdp admin/@ directory=data_pump_dir credential= schemas=soe dumpfile=https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/soedump18C_1G.dmp logfile=import.log parallel=2
+ $ impdp admin/@ directory=data_pump_dir credential= schemas=soe dumpfile=https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/soedump18C_1G.dmp logfile=import.log parallel=2
```
It should take about 15-25 minutes to import. If successful, you will see a similar output like the following:
@@ -264,7 +264,7 @@ Execute the impdb statement below from your compute with Instant Client software
Master table "ADMIN"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded
- Starting "ADMIN"."SYS_IMPORT_SCHEMA_01": admin/********@atp18c_high directory=data_pump_dir credential=STORAGE_CREDENTIAL schemas=soe dumpfile=https://objectstorage.us-ashburn-1.oraclecloud.com/p/jyHA4nclWcTaekNIdpKPq3u2gsLb00v_1mmRKDIuOEsp--D6GJWS_tMrqGmb85R2/n/c4u04/b/livelabsfiles/o/labfiles/soedump18C_1G.dmp logfile=import.log parallel=2
+ Starting "ADMIN"."SYS_IMPORT_SCHEMA_01": admin/********@atp18c_high directory=data_pump_dir credential=STORAGE_CREDENTIAL schemas=soe dumpfile=https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/soedump18C_1G.dmp logfile=import.log parallel=2
Processing object type SCHEMA_EXPORT/USER
diff --git a/on-premise-19c-adg/test-with-adg/test-with-adg.md b/on-premise-19c-adg/test-with-adg/test-with-adg.md
index 40fd63e6..efd73e50 100644
--- a/on-premise-19c-adg/test-with-adg/test-with-adg.md
+++ b/on-premise-19c-adg/test-with-adg/test-with-adg.md
@@ -222,8 +222,8 @@ There are several ways to check the lag between the primary and standby.
```
- wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
- wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
```
@@ -232,8 +232,8 @@ There are several ways to check the lag between the primary and standby.
2. From primary side, run as **oracle** user, download scripts using the command you copied.
```
- [oracle@primary ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
- --2020-10-31 02:48:08-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
+ [oracle@primary ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
+ --2020-10-31 02:48:08-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/workload.sh
Resolving objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1. oraclecloud.com)... 134.70.31.247, 134.70.27.247, 134.70.35.189
Connecting to objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1. oraclecloud.com)|134.70.31.247|:443... connected.
HTTP request sent, awaiting response... 200 OK
@@ -244,8 +244,8 @@ There are several ways to check the lag between the primary and standby.
2020-10-31 02:48:09 (10.5 MB/s) - ‘workload.sh’ saved [1442/1442]
- [oracle@primary ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
- --2020-10-31 02:48:29-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
+ [oracle@primary ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
+ --2020-10-31 02:48:29-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/scn.sql
Resolving objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1. oraclecloud.com)... 134.70.35.189, 134.70.31.247, 134.70.27.247
Connecting to objectstorage.us-ashburn-1.oraclecloud.com (objectstorage.us-ashburn-1. oraclecloud.com)|134.70.35.189|:443... connected.
HTTP request sent, awaiting response... 200 OK
diff --git a/oracle-db-features-for-developers/python/python.md b/oracle-db-features-for-developers/python/python.md
index fd38833d..e54870c9 100644
--- a/oracle-db-features-for-developers/python/python.md
+++ b/oracle-db-features-for-developers/python/python.md
@@ -433,7 +433,7 @@ You need to create a file-system directory and place a JSON document in this dir
````
cd /home/oracle/labs/python/External
- wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/jyHA4nclWcTaekNIdpKPq3u2gsLb00v_1mmRKDIuOEsp--D6GJWS_tMrqGmb85R2/n/c4u04/b/livelabsfiles/o/labfiles/deptJSON.zip
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/deptJSON.zip
unzip deptJSON.zip
````
diff --git a/sample-workshop/tables/tables.md b/sample-workshop/tables/tables.md
index 945bbd71..529dc6f7 100644
--- a/sample-workshop/tables/tables.md
+++ b/sample-workshop/tables/tables.md
@@ -5,18 +5,18 @@
You can define a table in Markdown just like so:
```
-| Tables | Are | Cool |
-| ------------- |:-------------:| -----:|
+| Tables | Are | Cool |
+| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
-| col 2 is | *centered* | $12 |
+| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
```
The result looks like this:
-| Tables | Are | Cool |
-| ------------- |:-------------:| -----:|
+| Tables | Are | Cool |
+| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
-| col 2 is | *centered* | $12 |
+| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
You can see that there is a default table caption provided which is by default a concatenation of the workshop title and the lab title.
@@ -30,20 +30,20 @@ If you don't like the default, you can also provide your own table title by addi
The complete markdown looks like this:
```
-| Tables | Are | Cool |
-| ------------- |:-------------:| -----:|
+| Tables | Are | Cool |
+| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
-| col 2 is | *centered* | $12 |
+| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
{: title="My table title"}
```
Now our table looks like this:
-| Tables | Are | Cool |
-| ------------- |:-------------:| -----:|
+| Tables | Are | Cool |
+| ------------- | :-----------: | ----: |
| **col 3 is** | right-aligned | $1600 |
-| col 2 is | *centered* | $12 |
+| col 2 is | *centered* | $12 |
| zebra stripes | ~~are neat~~ | $1 |
{: title="My table title"}
@@ -51,4 +51,4 @@ As you can see, the numbering is added automatically.
Isn't that cool?
-You can also refer to the [LiveLabs Markdown Cheatsheet](https://objectstorage.us-ashburn-1.oraclecloud.com/p/MKKRgodQ0WIIgL_R3QCgCRWCg30g22bXgxCdMk3YeKClB1238ZJXdau_Jsri0nzP/n/c4u04/b/qa-form/o/LiveLabs_MD_Cheat_Sheet.pdf)
\ No newline at end of file
+You can also refer to the [LiveLabs Markdown Cheatsheet](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/LiveLabs_MD_Cheat_Sheet.pdf)
\ No newline at end of file
diff --git a/sharding-quick-start/deploy-demo-app/deploy-demo-app.md b/sharding-quick-start/deploy-demo-app/deploy-demo-app.md
index d2768ec5..1bde72a9 100644
--- a/sharding-quick-start/deploy-demo-app/deploy-demo-app.md
+++ b/sharding-quick-start/deploy-demo-app/deploy-demo-app.md
@@ -43,7 +43,7 @@ This lab assumes you have already completed the following:
2. Download the `sdb-demo-app-qs.zip` file.
```
- oracle@cata ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/sdb-demo-app-qs.zip
+ oracle@cata ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/sdb-demo-app-qs.zip
```
diff --git a/sharding-quick-start/setup-environment/setup-environment.md b/sharding-quick-start/setup-environment/setup-environment.md
index 7e673320..2e8fc7d7 100755
--- a/sharding-quick-start/setup-environment/setup-environment.md
+++ b/sharding-quick-start/setup-environment/setup-environment.md
@@ -22,7 +22,7 @@ This lab assumes you have already completed the following:
Click on the link below to download the Resource Manager zip files you need to build your enviornment.
-- [shardstack-marketplace-103-nodomain.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/mAH8tEFXPeUT--YrjUthbjEyyHv-Q7Hm4eXA_LU32I6TLWuWneQJedYPjTAkm-YP/n/c4u04/b/livelabsfiles/o/shardstack-marketplace-103-nodomain.zip) - Packaged terraform primary database instances creation script.
+- [shardstack-marketplace-103-nodomain.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/shardstack-marketplace-103-nodomain.zip) - Packaged terraform primary database instances creation script.
diff --git a/sharding/migrate-to-sdb/migrate-to-sdb.md b/sharding/migrate-to-sdb/migrate-to-sdb.md
index 37d2154c..09c76fc0 100644
--- a/sharding/migrate-to-sdb/migrate-to-sdb.md
+++ b/sharding/migrate-to-sdb/migrate-to-sdb.md
@@ -55,7 +55,7 @@ Before the existing database can be migrated to the sharded database, you must d
2. Download the sharded demo schema SQL scripts `sdb-app-schema.sql`.
```
- [oracle@cata ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb-app-schema.sql
+ [oracle@cata ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb-app-schema.sql
```
diff --git a/sharding/setup-environment/setup-environment.md b/sharding/setup-environment/setup-environment.md
index c8ddc193..ad2a5a82 100755
--- a/sharding/setup-environment/setup-environment.md
+++ b/sharding/setup-environment/setup-environment.md
@@ -24,7 +24,7 @@ This lab assumes you have already completed the following:
Click on the link below to download the Resource Manager zip files you need to build your environment.
-- [sdb19c-market-19.20.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/sdb19c-market-19.20.zip) - Packaged terraform primary database instances creation script.
+- [sdb19c-market-19.20.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/sdb19c-market-19.20.zip) - Packaged terraform primary database instances creation script.
diff --git a/sharding/setup-nonshard-app/setup-nonshard-app.md b/sharding/setup-nonshard-app/setup-nonshard-app.md
index e53ff322..df988c4a 100644
--- a/sharding/setup-nonshard-app/setup-nonshard-app.md
+++ b/sharding/setup-nonshard-app/setup-nonshard-app.md
@@ -150,13 +150,13 @@ This lab assumes you have already completed the following:
1. Still in the shard3 host with oracle user. Download the SQL script `nonshard-app-schema.sql`.
```
- [oracle@shd3 ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql
- --2020-12-06 10:45:06-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql
+ [oracle@shd3 ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql
+ --2020-12-06 10:45:06-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
- Location: https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql [following]
- --2020-12-06 10:45:08-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql
+ Location: https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql [following]
+ --2020-12-06 10:45:08-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/nonshard-app-schema.sql
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.76.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.76.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
@@ -482,13 +482,13 @@ This lab assumes you have already completed the following:
2. Download the `sdb_demo_app.zip` file.
```
- [oracle@cata ~]$ wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip
- --2020-12-06 10:50:35-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip
+ [oracle@cata ~]$ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip
+ --2020-12-06 10:50:35-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
- Location: https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip [following]
- --2020-12-06 10:50:37-- https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip
+ Location: https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip [following]
+ --2020-12-06 10:50:37-- https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/Oracle%20Sharding/sdb_demo_app.zip
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.88.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.88.133|:443... connected.
HTTP request sent, awaiting response... 200 OK