Skip to content

Commit c703443

Browse files
Merge branch 'main' into uschwinn-patch-1
2 parents 4470e7a + 1419e5f commit c703443

File tree

5 files changed

+41
-10
lines changed

5 files changed

+41
-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-blockchain/README.md

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

33
Blockchain tables are insert-only tables that organize rows into a number of system chains. Blockchain and Immutable tables are part of the Crypto-Secure Data Management features in Oracle 19c and later releases. Rows in a blockchain table are made tamper-resistant by special sequencing and chaining algorithms.
44
Users can verify that rows have not been tampered. A hash value that is part of the row metadata is used to chain and validate rows.
5-
5+
6+
Review Date: 03.06.2024
67

78
## Useful Links
89

@@ -43,4 +44,5 @@ Copyright (c) 2023 Oracle and/or its affiliates.
4344

4445
Licensed under the Universal Permissive License (UPL), Version 1.0.
4546

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

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.

0 commit comments

Comments
 (0)