Skip to content

Commit

Permalink
Patch PAR URLs developer repository (#265)
Browse files Browse the repository at this point in the history
* WMS ID 11172: new manifest for OCW AUH

WMS ID 11172: new manifest for OCW AUH

* WMS 11120: Updates to reflect ADB Serverless and ECPU

WMS 11120: Updates to reflect ADB Serverless and ECPU

* Patch PAR URLs developer repository

Patch PAR URLs developer repository
  • Loading branch information
klazarz authored Mar 14, 2024
1 parent 2f79517 commit c26434f
Show file tree
Hide file tree
Showing 31 changed files with 83 additions and 83 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Watch the video below for a quick walk-through of the lab.

5. We'll load some sample data into the database and create a table at the same time. Start by **downloading** this file

💾 [CSV data](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/csv_data.csv)
💾 [CSV data](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/csv_data.csv)

6. Once on your desktop, **drag the file into the Upload Data into New Table modal**. You can also click the Select Files button and find where you downloaded it via your operating system's/Web Browser's file browser.

Expand Down
2 changes: 1 addition & 1 deletion build-ords-apis-in-adb/create-table/create-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Watch the video below for a quick walk-through of the lab.

5. We'll load some sample data into the database and create a table at the same time. Start by **downloading** this file

💾 [CSV data](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/csv_data.csv)
💾 [CSV data](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/csv_data.csv)

6. Once on your desktop, **drag the file into the Upload Data into New Table modal**. You can also click the Select Files button and find where you downloaded it via your operating system's/Web Browser's file browser.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Watch the video below for a quick walk-through of the lab.
3. Using the below `curl` command, download the CSV file to a directory in your OCI Cloud Shell, or your local computer.

````curl
<copy>curl -o 2M.csv https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/2M.csv</copy>
<copy>curl -o 2M.csv https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/2M.csv</copy>
````

4. Now that you have the file locally, you can batch load it to your `CSV_DATA` table. To do this you will need to retrieve the `BATCHLOAD` ORDS endpoint, from your `REST`-enabled table.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Watch the video below for a quick walk-through of the lab.
5. On to the data load. First, download the CSV file. Using the Cloud Shell, enter the following command:

````
<copy>curl -o 2M.csv https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/2M.csv</copy>
<copy>curl -o 2M.csv https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/2M.csv</copy>
````

6. Now that we have the file locally, we can load it into the database. Using our cURL command from earlier, we'll make a few adjustments and then run it in the Cloud Shell.
Expand Down
4 changes: 2 additions & 2 deletions db-operator-k8s/deploy-db-bv/deploy-db-on-bv.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In kubernetes we store these passwords in secrets.

## Task 2: Create the DB Config file for the Operator

To initiate the creation of the database by the Operator we'll have to create a config file describing the desired database setup. For this lab we'll use the file [singleinstancedatabase-create.yaml](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-create.yaml) which contains a configuration ready to use for this part of the lab.
To initiate the creation of the database by the Operator we'll have to create a config file describing the desired database setup. For this lab we'll use the file [singleinstancedatabase-create.yaml](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-create.yaml) which contains a configuration ready to use for this part of the lab.

We'll be highlighting some of the sections of this file below, no need to do any edits in this Task :

Expand Down Expand Up @@ -107,7 +107,7 @@ In this section we'll explain a number of commands that allow you to track what
1. Apply the config file to initiate the DB creation :

```
<copy>kubectl apply -f https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-create.yaml</copy>
<copy>kubectl apply -f https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-create.yaml</copy>
```

2. Validate the instance definition was submitted to the operator:
Expand Down
4 changes: 2 additions & 2 deletions db-operator-k8s/deploy-db-fss/deploy-db-on-fss.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Estimated Time: 20 minutes

## Task 2: Creating the DB Config file for the Operator

To initiate the creation of the database by the Operator we'll have to create a config file describing the desired database setup. For this lab we'll use the file [singleinstancedatabase_fss.yaml](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-fss.yaml) which contains a configuration ready to use for this part of the lab.
To initiate the creation of the database by the Operator we'll have to create a config file describing the desired database setup. For this lab we'll use the file [singleinstancedatabase_fss.yaml](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-fss.yaml) which contains a configuration ready to use for this part of the lab.

We'll be highlighting some of the sections of this file that differ from the first lab we ran:

Expand Down Expand Up @@ -193,7 +193,7 @@ Launching the creation of the database is done through the same single command a
1. Apply the config file to initiate the DB creation :

```
<copy>kubectl apply -f https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-fss.yaml</copy>
<copy>kubectl apply -f https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/singleinstancedatabase-fss.yaml</copy>
```

2. You can validate the process of creation of the database as in the previous lab, using the below set of commands :
Expand Down
14 changes: 7 additions & 7 deletions graalvm-development/cloud-native/cloud-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
```
<copy>
wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/jdkimage.tar.gz
wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/jdkimage.tar.gz
</copy>
```
```
Expand Down Expand Up @@ -116,7 +116,7 @@
<!--
```
<copy>
wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/ol7image.tar.gz
wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/ol7image.tar.gz
</copy>
```
```
Expand Down Expand Up @@ -237,7 +237,7 @@

```
<copy>
wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/distroless.tar.gz
wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/distroless.tar.gz
</copy>
```
```
Expand Down Expand Up @@ -283,10 +283,10 @@

以下は3種類のDockerコンテナイメージをベースに作成したコンテナの起動時間とイメージサイズの比較です。

| アプリ形式 | fat jar | native image | ほぼ静的なnaitve image |
| --- | --- | --- | --- |
| 起動時間(秒) | 1.441 | 0.022 | 0.026 |
| コンテナイメージサイズ(MB) | 580 | 207 | 94.1 |
| アプリ形式 | fat jar | native image | ほぼ静的なnaitve image |
| -------------------------- | ------- | ------------ | ---------------------- |
| 起動時間(秒) | 1.441 | 0.022 | 0.026 |
| コンテナイメージサイズ(MB) | 580 | 207 | 94.1 |


## Troubleshooting
Expand Down
22 changes: 11 additions & 11 deletions graalvm-development/graal-fw/graal-fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ native imageの高速起動と小さいフットプリントはJavaベースの
-->

```
<copy>wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/mndemo.zip</copy>
<copy>wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/mndemo.zip</copy>
```

```
Expand Down Expand Up @@ -82,12 +82,12 @@ native imageの高速起動と小さいフットプリントはJavaベースの
</copy>
```
Ctrl+Xを押し、内容保存の確認メッセージに対し、"Y"を入力し、Enterを押下してソースファイルを保存します。
| ソース箇所 | 実行内容 |
| --- | --- |
|| @Controller アノテーションがコントローラーを定義し、/helloというリクエスト・パスに対応します。 |
||@Get アノテーションは下記index メソッドをすべてのHTTP Getリクエストに対応するようにマッピングします。|
||デフォルトではMicronautアプリのレスポンスのContentTypeはapplicaiton/jasonです。ここではJSONオブジェクトの代わりにStringをリターンしますので、text/plain を明示的に指定します。 |
|| "Hello World" をリターンします。 |
| ソース箇所 | 実行内容 |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| | @Controller アノテーションがコントローラーを定義し、/helloというリクエスト・パスに対応します。 |
| | @Get アノテーションは下記index メソッドをすべてのHTTP Getリクエストに対応するようにマッピングします。 |
| | デフォルトではMicronautアプリのレスポンスのContentTypeはapplicaiton/jasonです。ここではJSONオブジェクトの代わりにStringをリターンしますので、text/plain を明示的に指定します。 |
| | "Hello World" をリターンします。 |

3. ソースファイルをビルドします。mndemo配下で以下のコマンドを実行します。

Expand Down Expand Up @@ -151,9 +151,9 @@ native imageの高速起動と小さいフットプリントはJavaベースの
![stop micronaut](images/micronaut-stop02.png)


| Column | JITモード | Nativeモード |
| --- | --- | --- |
| 起動時間 | 821ms | 14ms |
| Column | JITモード | Nativeモード |
| -------- | --------- | ------------ |
| 起動時間 | 821ms | 14ms |


## Task 2: Spring Bootアプリケーションの開発
Expand All @@ -176,7 +176,7 @@ native imageの高速起動と小さいフットプリントはJavaベースの
-->

```
<copy>wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/spdemo.zip</copy>
<copy>wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/spdemo.zip</copy>
```

```
Expand Down
2 changes: 1 addition & 1 deletion graalvm-development/graal-jit/graal-jit.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
```
```
<copy>
wget https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/m2.tar.gz
wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/m2.tar.gz
</copy>
```
```
Expand Down
2 changes: 1 addition & 1 deletion liquibase-deploy-apex-ords/lab2-deploy/lab2-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Completion of:

![Cloud Shell Upload](./images/5click-upload.png " ")

2. Download [workshop_changelogs.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/workshop_changelogs.zip) by clicking the link.
2. Download [workshop_changelogs.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/workshop_changelogs.zip) by clicking the link.
* This contains the files you'll be using.

3. Once that zip file has downloaded to your computer, select it in the "File Upload to your Home Directory" menu and click Upload.
Expand Down
2 changes: 1 addition & 1 deletion oracle-db-features-for-developers/python/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ You need to create a file-system directory and place a JSON document in this dir
````
<copy>
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
</copy>
````
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ But before you continue, you need to perform the first step, **Create Dataset**

![Data labeling on Github](images/data-labeling-examples.png " ")

3. Alternatively you can also download this python code. [data-labeling-python-code.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/b1_vZe_9llVqw_oTDq-SQyRrkDshcuABTHc6QuUDG984jfUi0mbk5x7pOZ7mPDPh/n/c4u04/b/livelabsfiles/o/partner-solutions/oas-and-vision/lab2.zip) to your computer.
3. Alternatively you can also download this python code. [data-labeling-python-code.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/partner-solutions/oas-and-vision/lab2.zip) to your computer.

4. Extract the zip file, it creates a folder structure similar

Expand Down
2 changes: 1 addition & 1 deletion orcl-db-cicd-for-devs/lab1-setup/lab1-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Just as you can create and have different tables in your database (`employees`,
5. Before you connect to your database, let's upload some files you'll need for the workshop. Select the settings gear in the top right of the Cloud Shell interface then click “Upload”.
![Select Upload Cloud Shell](./images/10selectuploadcloudshell.png)

6. Download [setup_changelogs.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEaopGvnBQgotbj8iHpFEKSUZQhnszZJtFQpT_EOviGNRWhY21qeq0itQe3f_ykZ/n/c4u04/b/livelabsfiles/o/developer-library/setup_changelogs.zip) by clicking the link.
6. Download [setup_changelogs.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/setup_changelogs.zip) by clicking the link.
* The files in this zip folder will be used to automatically create the database objects you will use in the workshop

7. Once that zip file has downloaded to your computer, select it in the "File Upload to your Home Directory" menu and click Upload.
Expand Down
6 changes: 3 additions & 3 deletions ords-in-oci/lab-2-csv-function/lab-2-csv-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ This lab assumes you have:

Download the lab files with the following link.

[Lab Files](https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/func.zip)
[Lab Files](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/func.zip)

We will be using the `file1.csv` file in the next section via a browser so unzip the func.zip file in your local environment/desktop.

To download them in the OCI Cloud Console, use the following command:

```curl
curl -o func.zip https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/func.zip
curl -o func.zip https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/func.zip
```

If you have the OCI Cloud Shell open, you can now drag and drop files to your home directory.
Expand Down Expand Up @@ -365,7 +365,7 @@ In Oracle Functions, an application is:
18. Download the function code in your OCI Cloud Shell with the following command if you have not done so already:

```curl
curl -o func.zip https://objectstorage.us-ashburn-1.oraclecloud.com/p/LNAcA6wNFvhkvHGPcWIbKlyGkicSOVCIgWLIu6t7W2BQfwq2NSLCsXpTL9wVzjuP/n/c4u04/b/livelabsfiles/o/developer-library/func.zip
curl -o func.zip https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/func.zip
```

Once downloaded, unzip it
Expand Down
Loading

0 comments on commit c26434f

Please sign in to comment.