Skip to content

Commit 91f4eca

Browse files
authored
Merge branch 'main' into lift-fsdr
2 parents 626ea64 + 0fc9dda commit 91f4eca

File tree

3 files changed

+7
-5
lines changed
  • cloud-infrastructure/compute-including-hpc/compute-hardware
  • data-platform/core-converged-db

3 files changed

+7
-5
lines changed

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

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

33
This page has information about Oracle Cloud Infrastructure (OCI) Compute hardware components such as Intel, AMD, ARM, Confidential Compute, Roving Edge Infrastructure, and Compute on HPC.
44

5-
Review date: 20.11.2023
5+
<i>Review date: 23 January 2024</i>
66

77
# Useful Links
88

99
- [Arm Based Compute](https://docs.oracle.com/en-us/iaas/Content/Compute/References/arm.htm)
1010
- [Confidential Computing](https://docs.oracle.com/en-us/iaas/Content/Compute/References/confidential_compute.htm) - data, and the application processing the data, are encrypted
1111
- [Oracle Blog - Oracle Cloud Infrastructure Bare Metal Shapes and Specifications](https://blogs.oracle.com/cloud-infrastructure/post/oracle-cloud-infrastructure-bare-metal-shapes-and-specifications)
1212
- [Dedicated VM Hosts](https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/dedicatedvmhosts.htm) - let you run Oracle Cloud Infrastructure Compute virtual machine (VM) instances on a dedicated server
13-
- [Changing the shape of a compute instance: X5 to X9, or VM.Standard2 series to Flexible instance](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/resizinginstances.htm#Changing_the_Shape_of_an_Instance)
1413
- [Deploy high-performance computing (HPC) on Oracle Cloud Infrastructure](https://docs.oracle.com/en/solutions/deploy-hpc-on-oci/index.html#GUID-F216B94E-33C5-44A6-92F8-2DE1E5880242)
1514
- [Oracle Roving Edge Infrastructure FAQ](https://www.oracle.com/cloud/roving-edge-infrastructure/faq/) - is an infrastructure service designed to host workloads and use cases that operate at the edge, in a disconnected manner.
1615

@@ -19,6 +18,7 @@ Review date: 20.11.2023
1918
- [What is an Oracle OCPU, Core, and VCPU?](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/what-is-ocpu-vcpu.md) - Oracle Compute Processing Unit - used for sizing and pricing for an Oracle Cloud resource
2019
- [Change the hostname of OCI Compute Instance Virtual Machine](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/rename-hostname.md) - explains how to change the hostname of an Oracle Linux Virtual Machine (VM) running on Oracle Cloud Infrastructure (OCI)
2120
- [OCI Compute shape naming convention](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources) ex VM Shape name with <b>A</b> refers to Ampere (ARM), <b>E</b> refers to AMD Epyc, <b>X</b> refers to Intel
21+
- [Migrate and change the Compute shape from VM.Standard2.x to flexible shape on OCI](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/Migrate-VM.Standard2%20to%20Flex%20shape.pdf)
2222

2323
# License
2424

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/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)