Skip to content

Commit 250b8df

Browse files
Merge branch 'main' of github.com:oracle-devrel/technology-engineering
2 parents 4fc5275 + 5a435b5 commit 250b8df

File tree

12 files changed

+116
-11
lines changed

12 files changed

+116
-11
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Oracle Vector Search
2+
3+
This page is covering Oracle Vector Search.
4+
5+
# License
6+
7+
Copyright (c) 2023 Oracle and/or its affiliates.
8+
9+
Licensed under the Universal Permissive License (UPL), Version 1.0.
10+
11+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Transportable Tablespace
2+
3+
Transportable tablespace is an Oracle Database feature which helps to migrate either partial or full database from one database to another.
4+
5+
Transportable tablespaces are usually the fastest fast way to move user and application data between databases, because tablespace data files are moved en masse from the source database to the target.
6+
7+
# Table of Contents
8+
9+
1. [Useful Links](#useful-links)
10+
11+
12+
## Useful Links
13+
14+
- [Transportable Tablespace Basics](https://youtu.be/jte-W_6tJME)
15+
- [Transportable Tablespace Checklist](https://youtu.be/PhktQqOlNXE)
16+
- [Migrate Big Endian Database to OCI using Transportable Tablespace ](https://youtu.be/dyDefQxSesI)
17+
18+
19+
# License
20+
21+
Copyright (c) 2023 Oracle and/or its affiliates.
22+
23+
Licensed under the Universal Permissive License (UPL), Version 1.0.
24+
25+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

landing-zones/README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,35 @@
55

66
Welcome to the **Landing Zone Framework (LZF)**.
77

8-
The LZF was created by the EMEA Landing Zone Specialists, collaborating with worldwide Oracle, customers, and partners, to **simplify the OCI onboarding experience** and **reduce OCI day-one and day-two efforts**. It provides **best practices** covering the complete spectrum of OCI landing zones, from the **standards** to the **tailored** approaches.
8+
The LZF was created by the EMEA Landing Zone Specialists, collaborating with worldwide Oracle, customers, and partners, to **simplify the OCI onboarding experience** and **reduce OCI day-one and day-two efforts**. It provides **best practices** covering the complete spectrum of OCI landing zones, from the **standards** to the **tailored** approaches, including landing zone extensions for specific **workloads**.
99

1010
 
1111

1212

13-
| APPROACH | DESCRIPTION |
14-
|---|---|
15-
| <a href="/landing-zones/standard_landing_zones/standard_landing_zones.md" ><img src="images/slz.png" alt= “” width="500" height=""></a> | **Prescribed** and **ready to use** solutions with a **guided setup** and **IaC**. This is the recommended approach for initial landing zone deployments covering the most-common workload scenarios. |
16-
| <a href="tailored_landing_zones/tailored_landing_zones.md" ><img src="images/tlz.png" alt= “” width="500" height=""> </a> | An approach to solve **specific requirements** when the standard is not enough. These LZs run with **configuration-as-code** and are used to scale/bridge with existing **operating models**, complying with fine-grained **segregations of duties**, strong **network isolation**, and heterogeneous **workloads**. |
13+
| TYPE | OBJECTIVE | DESCRIPTION |
14+
|---|---|---|
15+
| <a href="/landing-zones/standard_landing_zones/standard_landing_zones.md" ><img src="images/slz.jpg" alt= “” width="500" height=""></a> | **Basic Workloads** | **Prescribed** and **ready to use** solutions with a **guided setup** and **IaC**. This is the recommended approach for initial landing zone deployments covering the **most-common workload scenarios**. |
16+
| <a href="workload_landing_zones/workload_landing_zones.md" ><img src="images/wlz.jpg" alt= “” width="500" height=""> </a> | **Specific Workloads** | A set of landing zones extension ready for specific **workload**. Each flavour has a **design** with **IaC configurations** ready to run. Examples are EBS, ExaCC, OCVS, OIC, CCC, etc. |
17+
| <a href="tailored_landing_zones/tailored_landing_zones.md" ><img src="images/tlz.jpg" alt= “” width="500" height=""> </a> | **All Workloads** | An approach to solve **specific requirements** when the standard is not enough. These LZs run with **configuration-as-code** and are used to scale/bridge with existing **operating models**, complying with fine-grained **segregations of duties**, strong **network isolation**, and heterogeneous **workloads**. |
18+
1719

1820
&nbsp;
1921

2022
If you're **starting with OCI landing zones**:
2123
1. Start with a **standard** landing zone as they're full of best practices. If it needs adjustments or **extensions on top** of the prescribed design, customize it by code or manually.
22-
2. If your design is very **specific**, requiring **structural changes** to a standard landing zone, and/or you need a **highly scalable operating model**, use the **tailored** approach.
24+
2. If you have a **specific target workload** that is available as a **workload landing zone**, use it directly. If it's not available, talk to us or use the tailored approach to set up your extensions.
25+
3. If your design is very **customized**, requiring **structural changes** to a standard landing zone (IAM or Network), and/or you need a **highly scalable operating model**, use the **tailored** approach to create your solution.
2326

2427
&nbsp;
2528

2629
The following **assets** are also available to improve the OCI landing experience:
27-
- [Executive Overview of the Available Approaches](/landing-zones/commons/EMEA_LandingZonesSpecialists_ExecOverview.pdf)
28-
- [How a Tailored OCI Landing Zone Looks Like (The OCI Open LZ)](https://github.com/oracle-quickstart/terraform-oci-open-lz)
29-
- [Resource Naming Conventions](/landing-zones/commons/resource_naming_conventions.md)
30-
- [User Identity Management](/landing-zones/commons/user_identity_management.md)
31-
- [Budgets and Tagging](/landing-zones/commons/budgets_and_tagging.md)
30+
1. **Overview**: [Executive Overview of the Available Approaches](/landing-zones/commons/EMEA_LandingZonesSpecialists_ExecOverview.pdf)
31+
2. **Solution Definition**: [Creating a Landing Zone Solution Definition (**SDD**)](/landing-zones/commons/lz_solution_definition.md)
32+
3. **Workloads**: [How an OCI Workload Landing Zone Looks Like (**EBS**)](https://github.com/oracle-quickstart/terraform-oci-open-lz/tree/master/examples/oci-ebs-lz)
33+
4. **Tailored**: [How an OCI Tailored Landing Zone Looks Like (**OCI Open LZ**)](https://github.com/oracle-quickstart/terraform-oci-open-lz)
34+
5. **Naming**: [Resource Naming Conventions for OCI](/landing-zones/commons/resource_naming_conventions.md)
35+
6. **Identity**: [OCI User Identity Management](/landing-zones/commons/user_identity_management.md)
36+
7. **Budgets**: [OCI Budgets and Tagging Recommendations](/landing-zones/commons/budgets_and_tagging.md)
3237

3338

3439
&nbsp;

landing-zones/images/lzf_standard.png

86.7 KB
Loading

landing-zones/images/lzf_tailored.png

96.4 KB
Loading
115 KB
Loading

landing-zones/images/slz.jpg

33.3 KB
Loading

landing-zones/images/slz.png

-8.13 KB
Binary file not shown.

landing-zones/images/tlz.jpg

36.5 KB
Loading

landing-zones/images/tlz.png

-8.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)