Skip to content

Commit 5bf7c7d

Browse files
Merge branch 'main' into uschwinn-patch-8
2 parents 84e30dc + c879844 commit 5bf7c7d

File tree

6 files changed

+42
-10
lines changed

6 files changed

+42
-10
lines changed

cloud-infrastructure/compute-including-hpc/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Compute (Including HPC)
22

3-
This area is focused on the core Compute Service of Oracle Cloud Infrastructure (OCI) which includes and covers High Performance Computing (HPC), [Compute Hardware](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-hardware), and [Compute Software](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-software).
3+
This area is focused on the core Compute Service of Oracle Cloud Infrastructure (OCI) which includes and covers High Performance Computing (HPC), [Compute Hardware](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-hardware), and [Compute Software](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-software) residing on several CPU architectures.
44

5-
<pre>
6-
<img alt="Cloud Computing" src="images/ARM-logo.png" width="10%" style="float:right"> <img alt="Cloud Computing" src="images/AMD-logo.png" width="10%" style="float:right"> <img alt="Cloud Computing" src="images/Intel-logo.png" width="10%" style="float:right">
7-
</pre>
85

9-
Review date: 20.11.2023
6+
7+
<i>Review date: 23 January 2024</I>
108

119
# Useful Links
1210

cloud-infrastructure/fsdr/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Full Stack Disaster Recovery with OCI CLI for a Cold Standby Topology
2+
3+
Oracle Cloud Infrastructure Full Stack Disaster Recovery (Full Stack DR) provides a fully automated and comprehensive disaster recovery orchestration solution for all the layers of a full-stack cloud application, including infrastructure, database, and application. Using Full Stack DR, you can recover your full stack applications across OCI regions, or across availability domains within the same region.
4+
5+
Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a small-footprint tool that you can use on its own or with the Oracle Cloud Console to complete Oracle Cloud Infrastructure (OCI) tasks. The Command Line Interface (CLI) provides the same core functionality as the Oracle Cloud Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.
6+
7+
The CLI is built on the OCI SDK for Python and runs on Mac, Windows, or Linux. The Python code makes calls to Oracle Cloud Infrastructure APIs to provide the functionality implemented for the various services. These are REST APIs that use HTTPS requests and responses.
8+
9+
# Table of Contents
10+
11+
1. [Team Publications](#team-publications)
12+
2. [Useful Links](#useful-uinks)
13+
14+
## Team Publications
15+
16+
- [Automate Full Stack Disaster Recovery with OCI CLI for a Cold Standby Topology](https://docs.oracle.com/en/learn/full-stack-dr-oci-cli-command/#introduction)
17+
18+
19+
## Useful Links
20+
21+
- [Full Stack Disaster Recovery](https://www.oracle.com/in/cloud/full-stack-disaster-recovery/)
22+
23+
24+
# License
25+
26+
Copyright (c) 2023 Oracle and/or its affiliates.
27+
28+
Licensed under the Universal Permissive License (UPL), Version 1.0.
29+
30+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

data-platform/core-converged-db/db-performance/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Examples are:
1515
- Special Performance pages (aka Performance Hub) in Cloud Control or OCI Console and associated reports deliver a consolidated view of all performance data for
1616
and provide summary information not only on overall IO, CPU and Memory usage by the database but also detailed SQL monitoring information.
1717

18+
Review Date: 03.06.2024
1819

1920
## Useful Links
2021

@@ -41,4 +42,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
4142

4243
Licensed under the Universal Permissive License (UPL), Version 1.0.
4344

44-
See LICENSE for more details.
45+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/core-converged-db/hybrid-partitioned/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hybrid Partitioned Tables
22

33
As the name implies the partitions of hybrid partitioned tables can exist in both – inside the Oracle database in tablespaces and outside in external sources, such as Linux files, files on Hadoop Distributed File System (HDFS),and files in Cloud Object Storage. Hybrid Partitioned Tables enhance the functionality of partitioning for mixed Big Data scenarios where large portions of a table can reside in external partitions.
4-
4+
Review Date: 03.06.2024
55

66
## Useful Links
77

@@ -40,4 +40,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
4040

4141
Licensed under the Universal Permissive License (UPL), Version 1.0.
4242

43-
See LICENSE for more details.
43+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/core-converged-db/real-application-testing/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Statements from a SQL workload can be tested and compared and tuned if necessary
55

66
Database Replay can be used to capture a real workload on the production system and replay it on a test system with the exact timing, concurrency, and transaction characteristics of the original workload. This enables you to test the effects of a system change without affecting the production system.
77

8+
Review Date: 03.06.2024
89
## Useful Links
910

1011
### Documentation
@@ -34,4 +35,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
3435

3536
Licensed under the Universal Permissive License (UPL), Version 1.0.
3637

37-
See LICENSE for more details.
38+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/core-converged-db/sql-performance/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The workload runs twice - once BEFORE the change and then AFTER a change. The re
1616
measured by different metrics such as elapsed time, cpu_time, etc. Optionally, you can automate the tuning process using SQL Tuning Advisor or SQL Plan Baselines.
1717
In this way, statements from a SQL workload can be tested and compared and tuned if necessary.
1818

19+
Review Date: 03.06.2024
20+
1921
## Useful Links
2022

2123
### Documentation
@@ -30,4 +32,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
3032

3133
Licensed under the Universal Permissive License (UPL), Version 1.0.
3234

33-
See LICENSE for more details.
35+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)