You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-development/sql/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ Welcome to the SQL repository of the Data Development team at Oracle. This repos
4
4
5
5
Structured Query Language (SQL) is the standard programming language used for managing and manipulating relational databases. SQL allows you to perform a variety of operations such as querying data, updating records, creating and modifying schema, and controlling access to the database. It is a crucial skill for data developers and analysts, enabling efficient data retrieval and manipulation to support data-driven decision-making.
6
6
7
+
PL/SQL, the Oracle procedural extension of SQL, is a portable, high-performance transaction-processing language. PL/SQL offers several advantages over other programming languages: from being tightly integrated with SQL to leveraging High Performance and High Productivity. PL/SQL is a portable and scalable Procedural Language which also increase Manageability and support for Object Oriented Programming.
8
+
7
9
Below you'll find an index to all the sections available in this repository, along with a brief introduction to what you can expect in each section.
8
10
9
-
Reviewed: 20.11.2024
11
+
Reviewed: 06.03.2024
10
12
11
13
# Table of contents
12
14
@@ -59,6 +61,7 @@ To support your development journey, here are some valuable resources related to
59
61
-[SQL Blog by Chris Saxon](https://blogs.oracle.com/sql)
60
62
-[The Magic of SQL by Chris Saxon - YouTube Channel](https://www.youtube.com/c/TheMagicofSQL)
61
63
-[SQL and Database explained! By Connor McDonald - YouTube Channel](https://www.youtube.com/@DatabaseDude)
64
+
-[Learning is not a Spectator Sport - Connor McDonald Blog](https://connor-mcdonald.com)
62
65
63
66
We hope you find these resources helpful in your SQL journey. If you have any questions or suggestions, please feel free to contribute or reach out to the team. Happy querying!
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/README.md
+31-12Lines changed: 31 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 241206
5
+
Version: 250307 (cis_report.py version 2.8.8) for CIS OCI Foundation Benchmark 2.0.0
6
6
7
7
Reviewed: 01.02.2024
8
8
@@ -13,7 +13,7 @@ Reviewed: 01.02.2024
13
13
14
14
## When to use this asset?
15
15
16
-
The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for [CIS Oracle Cloud Infrastructure Foundations Benchmark](https://www.cisecurity.org/benchmark/Oracle_Cloud) compliance.
16
+
The *OCI Security Health Check - Standard Edition* checks your OCI tenancy for [CIS Oracle Cloud Infrastructure Foundations Benchmark](https://www.cisecurity.org/benchmark/Oracle_Cloud) compliance.
17
17
18
18
### Disclaimer
19
19
@@ -28,6 +28,25 @@ The main goals of this script are:
28
28
- Make the run as easy and smooth as possible.
29
29
- Do not affect your desktop whenever possible.
30
30
31
+
## Benefits of this package
32
+
33
+
This package includes *two* files
34
+
- standard.sh
35
+
- scripts/cis_reports/cis_reports.py
36
+
37
+
The file standard.sh acts as the entry point and does the following:
38
+
39
+
- Automatic check for Python runtime version
40
+
- Automatic venv creation and activation
41
+
- Automatci installation of required Python libraries
42
+
- Automatic **OCI Cloud Shell** and tenancy name detection
43
+
- Automatic creation of timestamped output directory
44
+
- Call of cis_reports.py
45
+
- Automatic output archive (ZIP file) creation
46
+
- Automatic runtime protocol
47
+
48
+
Tested on **OCI Cloud Shell** with **Public network**, **Oracle Linux**, **MacOS 12** and higher.
49
+
31
50
## Complete Runtime Example
32
51
33
52
See the *OCI Security Health Check - Standard Edition* in action and watch the [OCI Health Checks - Self Service video](https://www.youtube.com/watch?v=EzjKLxfxaAM).
@@ -38,22 +57,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
38
57
39
58
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
40
59
41
-
- Download the latest distribution [oci-security-health-check-standard-241206.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-241206.zip).
60
+
- Download the latest distribution [oci-security-health-check-standard-250307.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-250307.zip).
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright (c) 2024 Oracle and/or its affiliates.
1
+
Copyright (c) 2022-2025 Oracle and/or its affiliates.
2
2
3
3
The Universal Permissive License (UPL), Version 1.0
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 241206 (cis_report.py version 2.8.6)
5
+
Version: 250307 (cis_report.py version 2.8.8) for CIS OCI Foundation Benchmark 2.0.0
6
6
7
7
## When to use this asset?
8
8
@@ -27,22 +27,22 @@ The main goals of this script are:
27
27
28
28
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
29
29
30
-
- Download the latest distribution [oci-security-health-check-standard-241206.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-241206.zip).
30
+
- Download the latest distribution [oci-security-health-check-standard-250307.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-250307.zip).
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
OCI Security Health Check - Standard Edition
3
3
============================================
4
4
Owner: Olaf Heimburger
5
-
Version: 241206 (cis_report.py version 2.8.6)
5
+
Version: 250307 (cis_report.py version 2.8.8) for CIS OCI Foundation Benchmark 2.0.0
6
6
7
7
When to use this asset?
8
8
@@ -85,7 +85,7 @@ Usage
85
85
- From the menu select the Cloud Shell item.
86
86
- When running it the first time:
87
87
- Upload the provided ZIP file.
88
-
- Extract it with unzip -q oci-security-health-check-standard-241206.zip
88
+
- Extract it with unzip -q oci-security-health-check-standard-250307.zip
89
89
- Change directory into oci-security-health-check-standard
90
90
$ cd oci-security-health-check-standard
91
91
$ screen
@@ -142,11 +142,11 @@ Usage
142
142
- Log out
143
143
144
144
- From your desktop, upload the
145
-
"oci-security-health-check-standard-241206.zip" file to the Compute VM
145
+
"oci-security-health-check-standard-250307.zip" file to the Compute VM
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/requirements.txt
0 commit comments