Skip to content

Commit

Permalink
Patch PAR URLs database repository (#491)
Browse files Browse the repository at this point in the history
Patch PAR URLs database repository
  • Loading branch information
klazarz authored Mar 14, 2024
1 parent 84f122d commit 8ac87ac
Show file tree
Hide file tree
Showing 43 changed files with 109 additions and 111 deletions.
2 changes: 1 addition & 1 deletion 23cfree/create-java-schema/create-java-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Watch the video below for a quick walk-through of the lab.
```
<copy>
wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/JdbcDuality.zip
wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/JdbcDuality.zip
</copy>
```
Expand Down
2 changes: 1 addition & 1 deletion 23cfree/create-schema/create-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This lab assumes you have:
![Set environment](images/oraenv.png " ")
3. Next click [here](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/swingbench15082023_jdk11.zip) to download the latest version of Swingbench.
3. Next click [here](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/swingbench15082023_jdk11.zip) to download the latest version of Swingbench.
4. Once the download is complete, open a terminal or command prompt on your computer and navigate to the location where the file was saved.
Expand Down
2 changes: 1 addition & 1 deletion 23cfree/dbms-search-schema/dbms-search-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This lab assumes you have:
3. The sample schemas are available in a zip file on Object Storage. We will download them using the wget command line tool and a pre-authenticated request (PAR) link. Copy the following into the command window, pressing "Enter" if necessary:
```
<copy>
wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/db-sample-schemas-23.1.zip
wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/db-sample-schemas-23.1.zip
</copy>
```
![wget to download zip file](images/wget.png " ")
Expand Down
2 changes: 1 addition & 1 deletion 23cfree/install-swingbench/install-swingbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This lab assumes you have:
![Set environment](images/oraenv.png " ")
3. Next click **[here](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/swingbench15082023_jdk11.zip)** to download the latest version of Swingbench.
3. Next click **[here](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/swingbench15082023_jdk11.zip)** to download the latest version of Swingbench.
4. Once the download is complete, open a terminal or command prompt on your computer and navigate to the location where the file was saved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The `validator` module can be downloaded from multiple sources. As long as you p
```bash
<copy>
curl -Lo /home/oracle/hol23c/validator.min.js 'https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/validator.min.jsvalidator.min.js'
curl -Lo /home/oracle/hol23c/validator.min.js 'https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/validator.min.jsvalidator.min.js'
</copy>
```
Expand Down
2 changes: 1 addition & 1 deletion 23cfree/populate-dv/populate-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This lab assumes you have:
```
$ <copy>mkdir -p /home/oracle/examples/rest/json-autorest</copy>
$ <copy>cd /home/oracle/examples/rest/json-autorest</copy>
$ <copy>wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/json_autorest.zip</copy>
$ <copy>wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/json_autorest.zip</copy>
$ <copy>unzip json_autorest.zip</copy>
```
Expand Down
26 changes: 13 additions & 13 deletions 23cfree/prepare-setup/prepare-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ This lab assumes you have:
1. Click on the link below to download the Resource Manager zip file you need to build your environment:

<if type="sql-duality">
- [sql-duality.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/sql-duality.zip)
- [sql-duality.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/sql-duality.zip)
</if>
<if type="java-dvs">
- [java-dvs.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/java-dvs.zip)
- [java-dvs.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/java-dvs.zip)
</if>
<if type="js-generic">
- [js-generic.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/js-generic.zip)
- [js-generic.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/js-generic.zip)
</if>
<if type="json-autorest">
- [json-autorest.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/json-autorest.zip)
- [json-autorest.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/json-autorest.zip)
</if>
<if type="json-enhancements">
- [json-enhancements](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/json-enhancements.zip)
- [json-enhancements](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/json-enhancements.zip)
</if>
<if type="property-graphs">
- [property-graphs](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/property-graphs.zip)
- [property-graphs](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/property-graphs.zip)
</if>
<if type="unify-ocw23">
- [unify-ocw23](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/unify-ocw23.zip)
- [unify-ocw23](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/unify-ocw23.zip)
</if>
<if type="23c-install">
- [unify-ocw23](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/23c-install.zip)
- [unify-ocw23](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23c/23c-install.zip)
</if>

2. Save in your downloads folder.
Expand All @@ -53,11 +53,11 @@ This workshop requires a certain number of ports to be available. The default VC

If you choose the second option, *Compute only*, then you will need to manually add these rules onto an existing VCN. Egress:

| Port |Description |
| :------------- | :------------------------------------ |
| 22 | SSH |
| 80 | Application (http) |
| 6080 | noVNC Remote Desktop |
| Port | Description |
| :--- | :------------------- |
| 22 | SSH |
| 80 | Application (http) |
| 6080 | noVNC Remote Desktop |

1. Go to *Networking >> Virtual Cloud Networks*
2. Choose your network
Expand Down
2 changes: 1 addition & 1 deletion 23cfree/property-graphs-setup/property-graphs-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This lab assumes you have:
3. Pull down the materials for setup.
```
$ <copy>wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/23cfree-property-graph.zip</copy>
$ <copy>wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/23cfree-property-graph.zip</copy>
```
![Wget to pull materials](images/material-pulldown-setup.png)
Expand Down
2 changes: 1 addition & 1 deletion app-continuity-fundamentals/setup/livelabs-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You will be using Terraform to create your database environment.

**Needs to be modified to real link in LiveLabs env**

- [db_system_rac_tf.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/db_system_rac_tf.zip) - Packaged terraform DB system creation script
- [db_system_rac_tf.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/db_system_rac_tf.zip) - Packaged terraform DB system creation script

2. Save in your local downloads folder.

Expand Down
4 changes: 1 addition & 3 deletions create-database-in-docker/build-db-docker/build-db-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ Oracle has provided a complete set of Docker build files on an Oracle GitHub rep
Download the zip file to this folder.
```
<copy>wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/3pVf_6xSFIgi7VHOh-wPFYnQVVReNn8q21JhED6cgBJVnZ9hOkQrwwisa1AHRtn6/n/c4u04/b/data-management-library-files/o/LINUX.X64_193000_db_home.zip</copy>
```
![](images/download_PAR.png " ")
Expand Down
Loading

0 comments on commit 8ac87ac

Please sign in to comment.