Skip to content

Commit fef1635

Browse files
Merge pull request #96 from oracle-devrel/SDUBranch1
Sdu branch1
2 parents 75da5db + 5f59bcd commit fef1635

File tree

7 files changed

+2326
-26
lines changed

7 files changed

+2326
-26
lines changed

data-platform/core-converged-db/multitenant

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Multitenant
2+
3+
The Multitenant option allows the containerization of Oracle database. By creating pluggable databases in a Container database, we can achieve more management flexibility, under the concept of "Manage many as one".
4+
5+
## Useful Links
6+
7+
- [Oracle Multitenant Administrator's guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/multi/index.html#Oracle%C2%AE-Multitenant)
8+
- [Oracle Multitenant Administrator's guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/multi/index.html#Oracle%C2%AE-Multitenant)
9+
- [Database 23c online doc](https://docs.oracle.com/en/database/oracle/oracle-database/19/index.html)
10+
- [Database and Cloud Technology Blogs](https://blogs.oracle.com/coretec/category/crt-english-content)
11+
12+
13+
## Livelabs Workshops
14+
15+
- [Pluggables, Clones and Containers: Oracle Multitenant Fundamentals](https://apexapps.oracle.com/pls/apex/f?p=133:180:14022653449816::::wid:892)
16+
- [Multitenant Advanced Capabilities](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=605&clear=RR,180&session=116011704584971)
17+
18+
## Ad'hoc workshops
19+
20+
- We propose an ad'hoc workshop, designed for customers wanting to get a complete overview of the multitenant option (3 hours). This workshop will get you through the basic features (creating,cloning)
21+
as well as more advanced features like snap clones, application containers and resource management.
22+
23+
## Useful scripts and step by steps
24+
25+
In this section you'll find step by step scripts:
26+
27+
- Unplug/plug a PDB, with or without its data
28+
- Setup an application container with application PDB
29+
- Create and manage a proxy application container
30+
31+
# License
32+
33+
Copyright (c) 2023 Oracle and/or its affiliates.
34+
35+
Licensed under the Universal Permissive License (UPL), Version 1.0.
36+
37+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Multitenant
2+
3+
The Multitenant option allows the containerization of Oracle database. By creating pluggable databases in a Container database, we can achieve more management flexibility, under the concept of "Manage many as one".
4+
5+
## Useful scripts and step by steps
6+
7+
In this section you'll find step by step scripts:
8+
9+
- Unplug/plug a PDB, with or without its data
10+
- Setup an application container with application PDB
11+
- Create and manage a proxy application container
12+
13+
# License
14+
15+
Copyright (c) 2023 Oracle and/or its affiliates.
16+
17+
Licensed under the Universal Permissive License (UPL), Version 1.0.
18+
19+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)