Skip to content

Commit

Permalink
WMS ID #11651: In-Testing Changes (#524)
Browse files Browse the repository at this point in the history
* Self-QA Updates

Adding workshop changes to further align with the Self-QA checklist.

* Update adb-free-container-setup.md

* Post-Testing Edits V1

* Update adb-free-container-setup.md

* Post-Testing Changes V2
  • Loading branch information
Brianna-Ambler authored May 23, 2024
1 parent c89e426 commit bea7095
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 16 deletions.
33 changes: 18 additions & 15 deletions 23aifree/adb-free-container-setup/adb-free-container-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This lab assumes you have:
- An Oracle account

## Task 1: Pull and Start Docker Image
1. The terminal should be open, if not go to Activities and click Terminal.
1. If the terminal is not displayed as shown below, select Activities and click Terminal.

![Open the terminal](images/open-terminal.png)
![Open the terminal](images/novnc-terminal.png)

2. Pull the zip file with our podman-compose files and scripts that we'll be running to create and configure the ADB container. We'll also be unzipping the files, then giving them the permissions to be executable within the container.
2. Copy the commands below and paste them into the terminal. This will pull the zip file with our podman-compose files and scripts that we'll be running to create and configure the ADB container. This series of commands will also unzip the files, and give them the permissions to be executable within the container.

```
<copy>
Expand Down Expand Up @@ -50,7 +50,7 @@ This lab assumes you have:

![Input user variables](images/input-user-vars.png)

5. Input your workload type, admin password, and wallet password as preferred while following the password restrictions listed in the script.
5. Input the desired workload type for your ADB.

![Input ADB configuration variables](images/adb-config-vars.png)

Expand All @@ -70,21 +70,24 @@ This lab assumes you have:

![Waiting until container is healthy](images/container-status.png)

8. Once it reaches SQLPlus, paste this in to run this script within the container. This is going to reset where the APEX images are sourced from so APEX will function within our LiveLabs environment.
8. Once the container is healthy, another script will automatically run to reset where the APEX images are sourced from. This allows APEX to function within our LiveLabs environment.

![Successful execution of reset image prefix script in SQL](images/successful-sql-script.png)

```
<copy>
@/u01/scripts/reset-image-prefix.sql
</copy>
```

![Reset image prefix script in SQL](images/sql-apex-reset-images.png)
9. Note that your wallet and admin password will be printed as shown below.

9. As the script completes, make sure you copy and run the command printed out at the end so you can easily run ADB-CLI commands.
![Screenshot of script output producing the admin and wallet password](images/password-output.png)

10. As the script completes, make sure you copy and run the command printed out at the end so you can easily run ADB-CLI commands.

![ADB CLI](images/adb-cli.png)

10. Now, the ADB container is live and you can run commands against it. You can view the list of available commands using the following command.
11. (Optional) If you want to reset your admin password, use the command printed out by the script and fill in your desired password. Make sure the following passwords you select are between 12-30 characters, with at least 1 uppercase letter, 1 lowercase letter, and 1 number.

![Reset password command](images/reset-password-command.png)

12. Now, the ADB container is live and you can run commands against it. You can view the list of available commands using the following command.

```
<copy>
Expand Down Expand Up @@ -126,11 +129,11 @@ This lab assumes you have:

![ORDS landing page](images/ords-landing.png)

2. Sign in with your admin password you had set for the ADB in Task 1, Step 4.
5. Sign in with your admin password you had set for the ADB in Task 1, Step 4.

![Sign into APEX](images/sign-in-apex.png)

3. Now you have access to Database Actions and APEX within your ADB 23ai Container Image! Feel free to explore what's possible within your environment.
6. Now you have access to Database Actions and APEX within your ADB 23ai Container Image! Feel free to explore what's possible within your environment.

<!-- 11.
9. You can add a database.
Expand Down
Binary file modified 23aifree/adb-free-container-setup/images/adb-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 23aifree/adb-free-container-setup/images/adb-config-vars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 23aifree/adb-free-container-setup/images/apex-images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 23aifree/adb-free-container-setup/images/auth-token-copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 23aifree/adb-free-container-setup/images/input-user-vars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"title": "Get Started",
"description": "Using sandbox",
"filename": "https://oracle-livelabs.github.io/common/labs/cloud-login/cloud-login-livelabs.md"
"filename": "https://oracle-livelabs.github.io/common/labs/remote-desktop/using-novnc-remote-desktop.md"
},
{
"title": "Lab 1: Prepare Setup",
Expand Down

0 comments on commit bea7095

Please sign in to comment.