Skip to content

Commit 86c7158

Browse files
authored
Merge branch 'main' into uschwinn-patch-35
2 parents 1c8b3db + b6a29e2 commit 86c7158

File tree

14 files changed

+804
-630
lines changed

14 files changed

+804
-630
lines changed

data-platform/modernise/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Reviewed: 07.10.2025
5252
- Detailed, step-by-step instructions for Migrating Database from existing ExaDB-D to latest generation of ExaDB-D , available on Amalraj Puthenchira's public platform
5353
- [Migrate and Upgrade your Oracle Base Database to Exadata Database Service on Exascale Infrastructure using AutoUpgrade](https://amalrajputhenchira.wordpress.com/2025/03/03/migrate-your-oracle-base-database-to-exadata-database-service-on-exascale-infrastructure-using-autoupgrade/)
5454
- Detailed, step-by-step instructions for Migrate and Upgrade Oracle Base Database 19c to ExaDB-XS using AutoUpgrade , available on Amalraj Puthenchira's public platform
55+
- [Exadata Cloud Infrastructure Migration Automation Utility for ExaDB-D and ExaDB-C@C ](https://youtu.be/0GA-c24nFd4?si=Rl7E0Fd0jfSglxb8)
56+
- Detailed Oracle Developer On Demand video with step-by-step instructions for migrating Infrastucture , VM Cluster and Databases on ExaDB-D and ExaDB-C@C using new Automation Utility , delivered by Amalraj Puthenchira in collaboration with Black Belts from Mission Critical Team and Exadata Cloud@Customer Team.
5557
# Useful Links
5658

5759
- [OCI Migration Hub - Migrate Oracle Databases to OCI](https://www.oracle.com/database/cloud-migration/)

data-platform/modernise/zero-downtime-migration/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Reviewed: 07.10.2025
1919
- Cloud Coaching Webinar, including a technical demonstration, delivered by Amalraj Puthenchira and Bilegt Bat Ochir around the use of ZDM for efficient migration into OCI.
2020
- [Fast-track your Journey to AI with Oracle and Azure (Migration to Oracle ADB23ai@Azure using Zero-Downtime Migration Logical Online) - Developer Coaching Webinar](https://www.youtube.com/watch?v=SanGj96PoxI)
2121
- Developer Coaching Webinar, including a technical demonstration, delivered by Mihai Costeanu and Emiel Ramakers around the use of ZDM for efficient migration to Oracle ADB23ai@Azure .
22+
- [Modernise your Database with Autonomous Database on Oracle Database@Google Cloud - Developer Coaching Webinar](https://youtu.be/5zdOtUEfa1E?si=FeS6xhRf2nxEWSjA)
23+
- Developer Coaching Webinar delivered by Amalraj Puthenchira and Neeraj Pandita covering migration solution , provisioning of key components and a live demo of ZDM logical online migration to Autonomous Database on Oralce Database@Google Cloud.
2224

2325
## Technical Guides
2426

security/security-design/shared-assets/oci-security-health-check-standard/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 250722 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0
5+
Version: 251104 (cis_report.py version 3.1.0) for CIS OCI Foundation Benchmark 3.0.0
66

77
# Introduction
88
![Flyer](./files/resources/OCI_Security_Health_Check_Standard.png)
@@ -57,22 +57,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
5757

5858
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
5959

60-
- Download the latest distribution [oci-security-health-check-standard-250722.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip).
60+
- Download the latest distribution [oci-security-health-check-standard-251104.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.zip).
6161
- Download the respective checksum file:
62-
- [oci-security-health-check-standard-250722.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512).
63-
- [oci-security-health-check-standard-250722.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512256).
62+
- [oci-security-health-check-standard-251104.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512).
63+
- [oci-security-health-check-standard-251104.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512256).
6464
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
6565

6666
On MacOS:
6767
```
6868
cd <your_downloads_directory>
69-
shasum -a 512256 -c oci-security-health-check-standard-250722.sha512256
69+
shasum -a 512256 -c oci-security-health-check-standard-251104.sha512256
7070
```
7171
7272
On Linux (including Cloud Shell):
7373
```
7474
cd <your_downloads_directory>
75-
sha512sum -c oci-security-health-check-standard-250722.sha512
75+
sha512sum -c oci-security-health-check-standard-251104.sha512
7676
```
7777
7878
**Reject the downloaded file if the check fails!**
@@ -85,10 +85,10 @@ In OCI Cloud Shell you can do a short cut without downloading the files mentione
8585
2. Open Cloud Shell
8686
3. Run these commands in your Cloud Shell:
8787
```
88-
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip
89-
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512
90-
sha512sum -c oci-security-health-check-standard-250722.sha512
91-
unzip -q oci-security-health-check-standard-250722.zip
88+
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.zip
89+
wget -q https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512
90+
sha512sum -c oci-security-health-check-standard-251104.sha512
91+
unzip -q oci-security-health-check-standard-251104.zip
9292
```
9393
9494
## Prepare the OCI Tenancy

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Owner: Olaf Heimburger
44

5-
Version: 250722 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0
5+
Version: 251104 (cis_report.py version 3.1.0) for CIS OCI Foundation Benchmark 3.0.0
66

77
## When to use this asset?
88

@@ -47,22 +47,22 @@ Tested on **OCI Cloud Shell** with **Public network**, **Oracle Linux**, **MacOS
4747

4848
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
4949

50-
- Download the latest distribution [oci-security-health-check-standard-250722.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.zip).
50+
- Download the latest distribution [oci-security-health-check-standard-251104.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.zip).
5151
- Download the respective checksum file:
52-
- [oci-security-health-check-standard-250722.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512).
53-
- [oci-security-health-check-standard-250722.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-250722.sha512256).
52+
- [oci-security-health-check-standard-251104.sha512](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512).
53+
- [oci-security-health-check-standard-251104.sha512256](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-251104.sha512256).
5454
- Verify the integrity of the distribution. Both files must be in the same directory (for example, in your downloads directory).
5555

5656
On MacOS:
5757
```
5858
cd <your_downloads_directory>
59-
shasum -a 512256 -c oci-security-health-check-standard-250722.sha512256
59+
shasum -a 512256 -c oci-security-health-check-standard-251104.sha512256
6060
```
6161
6262
On Linux (including Cloud Shell):
6363
```
6464
cd <your_downloads_directory>
65-
sha512sum -c oci-security-health-check-standard-250722.sha512
65+
sha512sum -c oci-security-health-check-standard-251104.sha512
6666
```
6767
6868
**Reject the downloaded file when the check fails!**
@@ -225,7 +225,7 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
225225
- Upload the distribution file.
226226
- Extract it
227227
```
228-
unzip -q oci-security-health-check-standard-250722.zip
228+
unzip -q oci-security-health-check-standard-251104.zip
229229
```
230230
231231
#### Run the script
@@ -302,11 +302,11 @@ allow group 'Default'/'grp-auditors' to inspect vcns in compartment <compartment
302302
Follow the instructions to select /usr/bin/python3.9
303303
- Log out
304304
305-
- From your desktop, upload the `oci-security-health-check-standard-250722.zip` file to the Compute VM using any SFTP client.
305+
- From your desktop, upload the `oci-security-health-check-standard-251104.zip` file to the Compute VM using any SFTP client.
306306
- Log into the Compute VM
307307
- Extract the distribution
308308
```
309-
unzip -q oci-security-health-check-standard-250722.zip
309+
unzip -q oci-security-health-check-standard-251104.zip
310310
```
311311
- Change directory into `oci-security-health-check-standard`:
312312
```

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
OCI Security Health Check - Standard Edition
33
============================================
44
Owner: Olaf Heimburger
5-
Version: 250722 (cis_report.py version 3.0.1) for CIS OCI Foundation Benchmark 3.0.0
5+
Version: 251104 (cis_report.py version 3.1.0) for CIS OCI Foundation Benchmark 3.0.0
66

77
When to use this asset?
88

@@ -130,7 +130,7 @@ Usage
130130
- From the menu select the Cloud Shell item.
131131
- When running it the first time:
132132
- Upload the provided ZIP file.
133-
- Extract it with unzip -q oci-security-health-check-standard-250722.zip
133+
- Extract it with unzip -q oci-security-health-check-standard-251104.zip
134134
- Change directory into oci-security-health-check-standard
135135
$ cd oci-security-health-check-standard
136136
$ screen
@@ -190,11 +190,11 @@ Usage
190190
- Log out
191191

192192
- From your desktop, upload the
193-
"oci-security-health-check-standard-250722.zip" file to the Compute VM
193+
"oci-security-health-check-standard-251104.zip" file to the Compute VM
194194
using any SFTP client.
195195
- Log into the Compute VM
196196
- Extract the distribution
197-
unzip -q oci-security-health-check-standard-250722.zip
197+
unzip -q oci-security-health-check-standard-251104.zip
198198

199199
- Change directory into "oci-security-health-check-standard":
200200
cd oci-security-health-check-standard

0 commit comments

Comments
 (0)