Skip to content

Commit 5bf6a19

Browse files
Brianna-Amblerwilliam-masdon-oraclehope-fisher
authored
LL ID #3984 + LL ID #4008: Screenshots + Collective Updates (#663)
* 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 * Updating Screenshots * WMSID# 11693: Adding the initial workshop structure. * Update adb-free-container-setup.md * Update adb-free-container-setup.md * [WMS ID #11029] DB Collective - JSON Duality Search * WMS ID #11029: Minor fix * Update manifest.json * LL ID #4004: Add JSON Duality Intro * LL ID# 4004: Minor Updates * LL ID #4004: Minor updates. * WMS ID #11693: Revising the workshop structure. * WMS ID# 11693 * HOL 46 * DB Collective - JSON Updates * LL ID #4004: DB Collective Changes * OCW & DB Collective Updates * Update new-duality-views-15.md * Update new-duality-views-15.md * Update new-duality-views-15.md * Update new-duality-views-15.md * Update new-duality-views-15.md * Update new-duality-views-15.md * LL ID #3984: Formatting Changes * HOL 46 Technical Fixes * Update inst-auth-container-setup.md * DB Collective + OCW 24 Updates * Update manifest.json --------- Co-authored-by: William Masdon <[email protected]> Co-authored-by: Hope Fisher <[email protected]>
1 parent 9b4fc02 commit 5bf6a19

File tree

15 files changed

+150
-63
lines changed

15 files changed

+150
-63
lines changed
Loading
Loading
Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Loading

23aifree/adb-free-container-setup/inst-auth-container-setup.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Install Oracle Autonomous Database 23ai Free Docker Image
1+
# Install Oracle Autonomous Database 23ai Free Container Image
22

33
## Introduction
4-
In this lab, you will experience just how easy it is to get started with the Oracle Autonomous Database 23ai Free Container Image. One launched, we will show you how to take advantage of the developer tools available to you, as we show you how to access SQL Developer Web & APEX--without any additional installations!
4+
In this lab, you will experience just how easy it is to get started with the Oracle Autonomous Database 23ai Free container image. Once launched, we will show you how to take advantage of the developer tools available to you, as we show you how to access SQL Developer Web & APEX--without any additional installations!
55

66
**_Estimated Time: 30 minutes_**
77

88
### **Objectives**
99
In this lab, you will:
1010

11-
* Launch the Docker container image.
11+
* Launch the container image.
1212
* Connect to your Autonomous Database.
1313
* Access SQL Developer Web & APEX.
1414

@@ -34,10 +34,12 @@ In the LiveLabs Sandbox, we will download the image from an OCI bucket. However,
3434
wget https://objectstorage.ca-toronto-1.oraclecloud.com/p/GDCjmPfuRMx-juvDGT0Mn7ZsaI_O5y_PsGg41xcLVVl8vewGOm6Ns4zeLsTPAr3p/n/c4u04/b/apex-images/o/configuration-files.zip -P /tmp
3535
3636
# Opening the zip file.
37-
unzip -q /tmp/installation-files.zip
37+
unzip -q /tmp/configuration-files.zip
38+
3839
</copy>
3940
```
40-
![Download container image](images/download-image.png)
41+
![Download container image](images/download-configuration-files.png)
42+
4143
4244
4345
2. **Load the image into the podman catalog. (~5 mins)** Podman-load copies the image from the local docker archive into the podman container storage. This will take about 5 minutes--let's review the YAML file in the meantime.
@@ -47,7 +49,7 @@ In the LiveLabs Sandbox, we will download the image from an OCI bucket. However,
4749
podman load -i adb-free-23ai.tar.gz
4850
</copy>
4951
```
50-
![Load image into podman catalog](images/podman-load-image.png)
52+
![Load image into podman catalog](images/podman-load.png)
5153
5254
3. **Review the YAML file.** Run the following command to learn more about how the YAML file helps launch the container image.
5355
```
@@ -103,30 +105,30 @@ In the LiveLabs Sandbox, we will download the image from an OCI bucket. However,
103105
podman ps --format "{{.Names}} {{.Status}}"
104106
</copy>
105107
```
106-
![Check container status](images/check-container-status)
108+
![Check container status](images/check-container-status.png)
107109
108110
6. **Confirm the files were pre-loaded into the container.**
109111
```
110112
<copy>
111-
podman exec -it oracle_adb-free_1 ls /u01/mount-files
113+
podman exec -it oracle_adb-free_1 ls /u01/
112114
</copy>
113115
```
114-
![PODMAN_CONFIRM_PRELOADS](images/aivs_lab1_task1_step8.png)
116+
![PODMAN_CONFIRM_PRELOADS](images/check-file-mounts.png)
115117
116118
7. **Relocate tnsnames.ora in the container.** 'tnsnames.ora' is a configuration file, storing the database details necessary for connection. We're moving the file into a directory that's meant for our database for easy connection.
117119
```
118120
<copy>
119121
podman exec -it oracle_adb-free_1 cp /u01/app/oracle/wallets/tls_wallet/tnsnames.ora /u01/app/oracle/product/23.0.0.0/dbhome_1/network/admin/tnsnames.ora
120122
</copy>
121123
```
122-
![PODMAN_EXEC](images/aivs_lab1_task1_step9.png)
123124
124-
8. **Confirm ORDS is running.**
125+
8. **Confirm ORDS is running.** The 'jps' command lists out all of the java proceses running on the host. We're then filtering that list on the term 'ords'.
125126
```
126127
<copy>
127128
podman exec -it oracle_adb-free_1 jps -l | grep ords
128129
</copy>
129130
```
131+
![See if ORDS is running.](images/check-ords.png)
130132
131133
9. **Configure the APEX image.** We'll first need to redirect APEX to use the images behind our firewall. Run this command in the terminal to do so. This is only required for APEX use in Livelabs.
132134
@@ -141,27 +143,27 @@ In the LiveLabs Sandbox, we will download the image from an OCI bucket. However,
141143
Oracle Autonomous Database Free has APEX and ORDS (a.k.a Database Actions) preinstalled. Let's see how you can get started!
142144
143145
1. **Open Google Chrome.** Click Activities >> Google Chrome icon, to open a new Chrome window.
144-
[Insert gif]
145-
146+
146147
2. **Launch ORDS.** Paste the following URL into your Chrome browser to Launch ORDS.
147148
148149
```
149150
<copy>
150151
https://localhost:8443/ords
151152
</copy>
152153
```
153-
![ORDS landing page](images/ords-landing.png)
154154
155-
3. **Sign into ORDS.** <br/> <br/>
155+
3. **Launch SQL Developer Web.** You now have access to Database Actions! This is where you'll find both APEX and SQL Developer Web. For now, we'll only launch SQL Developer Web.
156+
157+
![PODMAN_PS](images/aivs_lab1_task2_step5.png)
158+
159+
160+
4. **Sign into ORDS.** <br/>
156161
157162
**Username -** admin<br/>
158163
**Password -** Welcome_12345 (or the custom password you specified in Task 1, Step 5.)
159164
160165
![Sign into DB Actions](images/sign-in-ords.png)
161166
162-
4. **Launch SQL Developer Web.** You now have access to Database Actions! This is where you'll find both APEX and SQL Developer Web. For now, we'll only launch SQL Developer Web.
163-
164-
![PODMAN_PS](images/aivs_lab1_task2_step5.png)
165167
166168
5. **Sign-in to SQL Developer Web.** <br/>
167169
**Username -** admin <br/>

0 commit comments

Comments
 (0)