Skip to content

Commit 23080cc

Browse files
committed
Updated Structure and added new future content areas
1 parent 66caac8 commit 23080cc

File tree

12 files changed

+326
-4
lines changed

12 files changed

+326
-4
lines changed

data-platform/data-development/devops-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development & Operations (DevOps) for the Database and APEX
2-
Reviewed: "17.11.2023"
2+
Reviewed: "21.12.2023"
33

44
## The development lifecycle is the process of periodically: (Development)
55
- Selecting a set of bugs and features that will improve your app
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Oracle Database on OCI Infrastructure and Configuration Management
2+
Reviewed: "21.12.2023"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD - Terraform
9+
2. TBD - Ansible
10+
11+
12+
# Team Publications
13+
- TBD
14+
15+
# Useful Links
16+
- TBD
17+
18+
## Scripts
19+
- TBD
20+
21+
# Tutorials / How To's
22+
- TBD
23+
24+
25+
# License
26+
27+
Copyright (c) 2023 Oracle and/or its affiliates.
28+
29+
Licensed under the Universal Permissive License (UPL), Version 1.0.
30+
31+
See [LICENSE]( https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Oracle Database on Containers
2+
Reviewed: "11.01.2024"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD
9+
10+
11+
# Team Publications
12+
- TBD
13+
14+
# Useful Links
15+
- TBD
16+
17+
## Scripts
18+
- TBD
19+
20+
# Tutorials / How To's
21+
- TBD
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.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Oracle Database Operator for Kubernetes
2+
Reviewed: "11.01.2024"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD
9+
10+
11+
# Team Publications
12+
- TBD
13+
14+
# Useful Links
15+
- TBD
16+
17+
## Scripts
18+
- TBD
19+
20+
# Tutorials / How To's
21+
- TBD
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.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Building Pipelines for APEX and the Oracle Database
2+
Reviewed: "21.12.2023"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD - Jenkins
9+
10+
11+
# Team Publications
12+
- TBD
13+
14+
# Useful Links
15+
- TBD
16+
17+
## Scripts
18+
- TBD
19+
20+
# Tutorials / How To's
21+
- TBD
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.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Running Unit Tests for APEX and the Oracle Database
2+
Reviewed: "04.01.2023"
3+
4+
[utPLSQL](https://www.utplsql.org/about.html) is an open-source testing framework for PL/SQL and SQL
5+
[Selenium](https://www.selenium.dev/) is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers.
6+
[The Robot Framework](https://robotframework.org/?tab=0&example=Advanced%20Example#getting-started) is a generic open source automation framework. It can be used for test automation and robotic process automation (RPA).
7+
8+
It allow for automated testing of Packages, Functions, Procedures, Triggers, Views, and anything else that can be execute and observed from PL/SQL.
9+
10+
# Table of Contents
11+
12+
1. [Team Publications](#team-publications)
13+
2. [Useful Links](#useful-links)
14+
15+
16+
# Team Publications
17+
- TBD
18+
19+
# Useful Links
20+
## utPLSQL
21+
- [utPLSQL Documentation](https://www.utplsql.org/documentation.html)
22+
- [utPLSQL Github Repository](https://github.com/utPLSQL/utPLSQL)
23+
- [Overview - YouTube](https://www.youtube.com/watch?v=zFtUmAe61mg "Extending Oracle Database DevOps with Automated PL/SQL Unit Testing (by Shay Shmeltzer) Overview of running utPLSQL unit tests within Oracle Developer Cloud")
24+
- [Testing with utPLSQL - YoutTube](https://www.youtube.com/watch?v=OxHMaOiPitI "Oracle Groundbreakers - Testing with utPLSQL (by Philipp Salvisberg) Presentation on 28th October 2020 at Oracle Groundbreakers APAC Virtual Tour")
25+
- [Understanding the Oracle APEX Application Development Lifecycle](https://apex.oracle.com/go/lifecycle-technical-paper)
26+
27+
## Selenium
28+
- [Selenium Documentation](https://www.selenium.dev/documentation/)
29+
30+
## The Robot Framework (TRF)
31+
- [The Robot Framework Documenation](https://docs.robotframework.org/docs)
32+
- [TRF - Database Library](https://docs.robotframework.org/docs/different_libraries/database "Database Library is a Robot Framework library that provides keywords for interacting with databases.")
33+
34+
# Tutorials / How To's
35+
- TBD
36+
37+
38+
# License
39+
40+
Copyright (c) 2023 Oracle and/or its affiliates.
41+
42+
Licensed under the Universal Permissive License (UPL), Version 1.0.
43+
44+
See [LICENSE]( https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Oracle Database Continuous Integration Supporting Features
2+
Reviewed: "21.12.2023"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD - DBMS_METADATA
9+
2. TBD - DBMS_CLOUD
10+
3. TBD - ORDS_METADATA
11+
12+
13+
# Team Publications
14+
- TBD
15+
16+
# Useful Links
17+
- TBD
18+
19+
## Scripts
20+
- TBD
21+
22+
# Tutorials / How To's
23+
- TBD
24+
25+
26+
# License
27+
28+
Copyright (c) 2023 Oracle and/or its affiliates.
29+
30+
Licensed under the Universal Permissive License (UPL), Version 1.0.
31+
32+
See [LICENSE]( https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

data-platform/data-development/devops-database/liquibase/README.md renamed to data-platform/data-development/devops-database/continuous-integration/sqlcl-liquibase/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Liquibase in SQLcl
2-
Reviewed: "17.11.2023"
1+
# SQLcl and Liquibase
2+
Reviewed: "05.01.2024"
3+
4+
[Oracle SQLcl (SQL Developer Command Line)](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/index.html) is a Java-based command line interface for Oracle Database. Using SQLcl, you can execute SQL and PL/SQL statements in interactive or batch mode
35

46
[Liquibase](https://www.liquibase.org/) is an open-source database-independent library for tracking, managing and applying database schema changes. This feature, is included in the standalone SQLcl offering, which is different that the SQL Developer installation.
57

@@ -20,7 +22,8 @@ The Liquibase feature in SQLcl enables you to execute commands to generate a cha
2022
- [Oracle Documentation - Oracle SQLcl Release 23.3](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/23.3/sqcug/using-liquibase.html#GUID-4CA25386-E442-4D9D-B119-C1ACE6B79539 "Using Liquibase")
2123
- [SQLcl 23.3 Downloads](https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/)
2224
- [Liquibase Community](https://www.liquibase.org/)
23-
- [Liquibase Documentation](https://docs.liquibase.com/home.html)
25+
- [Liquibase Documentation](https://docs.liquibase.com/home.html "What is Liquibase?")
26+
- [Liquibase Documentation](https://docs.liquibase.com/start/release-notes/home.html "Release Notes")
2427

2528
## Scripts
2629
- [APEX Lifecycle Management Technical Paper Scripts](https://apex.oracle.com/go/lifecycle-technical-paper-files "Zip download")
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Oracle Database Continuous Integration Supporting Features
2+
Reviewed: "21.12.2023"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD - DBMS_METADATA
9+
2. TBD - DBMS_CLOUD
10+
3. TBD - ORDS_METADATA
11+
12+
13+
# Team Publications
14+
- TBD
15+
16+
# Useful Links
17+
- TBD
18+
19+
## Scripts
20+
- TBD
21+
22+
# Tutorials / How To's
23+
- TBD
24+
25+
26+
# License
27+
28+
Copyright (c) 2023 Oracle and/or its affiliates.
29+
30+
Licensed under the Universal Permissive License (UPL), Version 1.0.
31+
32+
See [LICENSE]( https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Oracle Backend for SpringBoot
2+
Reviewed: "11.01.2024"
3+
4+
5+
6+
# Table of Contents
7+
8+
1. TBD
9+
10+
11+
# Team Publications
12+
- TBD
13+
14+
# Useful Links
15+
- TBD
16+
17+
## Scripts
18+
- TBD
19+
20+
# Tutorials / How To's
21+
- TBD
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.

0 commit comments

Comments
 (0)