Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions database/advanced/aso-aco/aco/setup/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ By completing the instructions below the sample schemas **SH**, **OE**, and **HR

![substitute user oracle](./images/sudo-oracle.png " ")

3. Set the environment variables to point to the Oracle binaries. When prompted for the SID (Oracle Database System Identifier), enter **cdb1**.
3. Set the environment variables to point to the Oracle binaries. When prompted for the SID (Oracle Database System Identifier), enter **cdb1**.
````
<copy>
. oraenv
Expand All @@ -54,7 +54,7 @@ By completing the instructions below the sample schemas **SH**, **OE**, and **HR

````
<copy>
wget https://github.com/oracle/db-sample-schemas/archive/v19c.zip
wget https://github.com/oracle-samples/db-sample-schemas/archive/refs/tags/v19c.zip
unzip v19c.zip
cd db-sample-schemas-19c
perl -p -i.bak -e 's#__SUB__CWD__#'$(pwd)'#g' *.sql */*.sql */*.dat
Expand Down Expand Up @@ -83,7 +83,7 @@ By completing the instructions below the sample schemas **SH**, **OE**, and **HR
````
![start sqlplus](./images/start-sqlplus-create-tbs-01.png " ")

7. Install the Sample Schemas by running the script below.
7. Install the Sample Schemas by running the script below.

````
<copy>
Expand All @@ -104,7 +104,7 @@ By completing the instructions below the sample schemas **SH**, **OE**, and **HR

![schema installed](./images/tables-created.png " " )

8. Exit SQL Plus to the oracle user.
8. Exit SQL Plus to the oracle user.

```
<copy>
Expand All @@ -114,7 +114,7 @@ By completing the instructions below the sample schemas **SH**, **OE**, and **HR

![return to opc](images/return-to-opc.png)

9. Create gzip backup of the sample data datafile (storage compression simulation)
9. Create gzip backup of the sample data datafile (storage compression simulation)

**Note**: Your numbers may by slightly different then what is shown in the screenshot, but the point is to show that compression has occured. As long is that is still shown for you, you are good to keep going through the lab.

Expand Down
2 changes: 1 addition & 1 deletion database/common/prepare-setup/prepare-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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="aso">
- [`dbseclabs-init-vm-aso.zip`](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/security-library/dbseclabs-v62_init-vm-aso.zip)
- [`https://c4u02.objectstorage.us-ashburn-1.oci.customer-oci.com/p/9DEArLjsgbKXuJgQtSG95E8hMXRFtxgHR8jiHbqz4HgyVYXVnSo0SC_s-zq5CJA3/n/c4u02/b/hosted-files/o/dbseclabs-v62_init-vm-aso.zip)
</if>
<if type="avdf">
- [`dbseclabs-avdf.zip`](https://c4u02.objectstorage.us-ashburn-1.oci.customer-oci.com/p/9DEArLjsgbKXuJgQtSG95E8hMXRFtxgHR8jiHbqz4HgyVYXVnSo0SC_s-zq5CJA3/n/c4u02/b/hosted-files/o/dbseclabs-v62_avdf.zip)
Expand Down
Loading