Skip to content

Commit 5d162a2

Browse files
authored
Merge branch 'main' into LZF.2023.11-2
2 parents 4287482 + 707483d commit 5d162a2

File tree

3 files changed

+42
-6
lines changed
  • data-platform
    • autonomous-database/autonomous-serverless
    • modernise/transportable-tablespace

3 files changed

+42
-6
lines changed

data-platform/autonomous-database/autonomous-serverless/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Oracle Cloud provides a set of data management services built on self-driving Or
1616
- [4 ways to connect to Autonomous Database on a Private Network](https://blogs.oracle.com/datawarehousing/post/4-ways-to-connect-to-autonomous-database-on-a-private-network)
1717
- Learn how to connect to Autonomous Database when is on a private network.
1818

19-
- [How to use Terraform to automate Oracle Autonomous Database deployments](https://blogs.oracle.com/datawarehousing/post/how-to-use-terraform-to-automate-oracle-autonomous-database-deployments)
19+
- [How to use Terraform to automate Oracle Autonomous Database deployments](https://blogs.oracle.com/datawarehousing/post/how-to-use-terraform-to-automate-oracle-autonomous-database-deployments)
2020
- Learn how to use Terraform to automate Oracle Autonomous Database deployments.
2121

22-
- [Recently announced Autonomous Database container image] (https://www.linkedin.com/posts/manuela-mitu-1119a3259_adb-activity-7112093727061340161-L8L1?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
23-
- Learn how to download and run an Autonomous Database Free container image.
22+
- [Recently announced Autonomous Database container image](https://www.linkedin.com/posts/manuela-mitu-1119a3259_adb-activity-7112093727061340161-L8L1?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
23+
- Learn how to download and run Autonomous Database Free container image.
2424

25-
- [Recently announced Autonomous Database container image] (https://www.linkedin.com/posts/manuela-mitu-1119a3259_autonomousdatabase-activity-7117196782438076416-YHBt?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
26-
- Access built-in database tools and load data.
27-
25+
- [Recently announced Autonomous Database container image](https://www.linkedin.com/posts/manuela-mitu-1119a3259_autonomousdatabase-activity-7117196782438076416-YHBt?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
26+
- Access built-in database tools and load data.
27+
2828
# Useful Links
2929

3030
- [Autonomous Database Serverless documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/shared/index.html)
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.

0 commit comments

Comments
 (0)