-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LL ID 4008 - Adding workshop structure (#612)
LL ID 4408 - Adding workshop structure
- Loading branch information
1 parent
31eb8ee
commit d15d0ba
Showing
3 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Introduction | ||
|
||
Welcome to the Oracle Database Security workshop for Oracle Database 23ai! In this workshop, we will explore some of the new security features introduced in Oracle Database 23ai, focusing on Security Firewall, Schema Level Privileges, and the Developer Role. By the end of this lab, you will have a deeper understanding of how these features can help improve the security of your database environment. This section will be updated over time. If you'd like to see a specific feature added, tag me on X (twitter) with your suggestion! [@Killianlynchh](https://twitter.com/Killianlynchh) | ||
|
||
## About Oracle Database 23ai | ||
|
||
Building on the strengths of its predecessor, Oracle Database 23ai represents the latest long-term support release, delivering new cutting-edge technology. Just like Oracle Database 19c, version 23ai provides best-in-class support for all data types, including the new Vector data type along with relational, JSON, XML, spatial, graph, and more, coupled with industry-leading performance, scalability, availability, and security for various workloads. | ||
|
||
Users of Oracle Database 19c and 21c can directly upgrade to Oracle Database 23ai. | ||
|
||
Check out this workshop for free access to two databases and a hands on guide to get some experience with upgrading: | ||
[Hitchhiker's Guide for Upgrading to Oracle Database 19c & Oracle Database 23ai](https://livelabs.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=3943) | ||
|
||
### **New Security Features** | ||
|
||
This section explores some of the new Security features in Oracle Database 23ai. | ||
* **SQL Firewall:** | ||
- SQL Firewall offers real-time protection against common database attacks by monitoring and blocking unauthorized SQL and SQL injection attacks from inside the database. | ||
|
||
- **Schema Level Privileges:** | ||
- Prior to Oracle Database 23ai, managing schema privileges required more administration efforts. With schema-level privileges, administrators can easily reduce the overhead involved in granting and managing privileges, and improve security at the same time. | ||
|
||
- **Developer Role:** | ||
- The Developer Role provides a comprehensive set of system privileges, object privileges, predefined roles, PL/SQL package privileges, and tracing privileges required by application developers. | ||
|
||
|
||
You may now proceed to the next section. | ||
|
||
## Learn More | ||
|
||
* [Announcing Oracle Database 23ai : General Availability](https://blogs.oracle.com/database/post/oracle-23ai-now-generally-available) | ||
* [Oracle Database Features and Licensing](https://apex.oracle.com/database-features/) | ||
* [Oracle Database 23ai : Where to find information](https://blogs.oracle.com/database/post/oracle-database-23ai-where-to-find-more-information) | ||
* [Free sandbox to practice upgrading to 23ai!](https://livelabs.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=3943) | ||
|
||
|
||
## Acknowledgements | ||
* **Author** - Killian Lynch, Database Product Management | ||
* **Contributors** - Dom Giles, Distinguished Database Product Manager | ||
* **Last Updated By/Date** - Killian Lynch, April 2024 | ||
|
63 changes: 63 additions & 0 deletions
63
db-23ai-fundamentals/workshops/ai-db-collective-security-15/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Oracle LiveLabs gives you access to Oracle's products to run a wide variety of labs and workshops; allowing you to experience our best technology, live!"> | ||
<title>Oracle LiveLabs</title> | ||
|
||
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/jquery-1.11.0.min.js"></script> | ||
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/jquery-ui-1.10.4.custom.js"></script> | ||
<script src="main.21.1.1.js"></script> | ||
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/main.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://oracle-livelabs.github.io/common/redwood-hol/css/style.min.css" /> | ||
<link rel="shortcut icon" href="https://oracle-livelabs.github.io/common/redwood-hol/img/favicon.ico" /> | ||
</head> | ||
|
||
<body> | ||
<header class="hol-Header" role="banner"> | ||
<div class="hol-Header-wrap"> | ||
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div> | ||
<a href="https://developer.oracle.com/livelabs" target="_blank" id="livelabs" title="Oracle LiveLabs"></a> | ||
<div class="hol-Header-actions"> | ||
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu" | ||
title="Open Menu"> | ||
<span class="hol-Header-toggleIcon"></span> | ||
</button> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<div id="container"> | ||
<div id="leftNav"> | ||
<div id="toc"></div> | ||
</div> | ||
<div id="contentBox"> | ||
<main class="hol-Content" id="module-content"></main> | ||
</div> | ||
</div> | ||
|
||
<footer class="hol-Footer"> | ||
<a class="hol-Footer-topLink" href="#top">Return to Top</a> | ||
<div id="footer-banner"><div class="footer-row"> | ||
<div class="footer-content"><ul class="footer-links"> | ||
<li><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li> | ||
<li><a href="https://www.oracle.com/corporate/index.html" target="_blank" aria-label="Open a new window to learn more about oracle" data-lbl="about-oracle">About Oracle</a></li> | ||
<li><a href="https://www.oracle.com/corporate/contact/" target="_blank" aria-label="Open a new window to contact oracle" data-lbl="contact-us">Contact Us</a></li> | ||
<li class="footer-links-break"></li> | ||
<li><a href="https://docs.oracle.com/en/browseall.html" target="_blank" aria-label="Open a new window to products a-z" data-lbl="products-a-z">Products A-Z</a></li> | ||
<li><a href="https://www.oracle.com/legal/privacy/" target="_blank" aria-label="Open a new window to read more about Oracle terms of use and privacy" data-lbl="terms-of-use-and-privacy">Terms of Use & Privacy</a></li> | ||
<li><a href="https://www.oracle.com/legal/privacy/privacy-policy.html#11" target="_blank" aria-label="Open a new window to read more about managing Oracle cookie preferences" data-lbl="cookie-preferences">Cookie Preferences</a></li> | ||
<li><a href="https://www.oracle.com/legal/privacy/marketing-cloud-data-cloud-privacy-policy.html#adchoices" target="_blank" aria-label="Open a new window to ad choices" data-lbl="ad-choices">Ad Choices</a></li> | ||
<li class="footer-links-break"></li><li class="last"><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |
40 changes: 40 additions & 0 deletions
40
db-23ai-fundamentals/workshops/ai-db-collective-security-15/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"workshoptitle": "Security Quick Start", | ||
"help": "[email protected]", | ||
"tutorials": [ | ||
{ | ||
"title": "Introduction", | ||
"description": "This is an introduction to security in 23ai", | ||
"type": "livelabs", | ||
"filename": "../../intro/security-intro-15.md" | ||
}, | ||
{ | ||
"title": "Get Started with LiveLabs", | ||
"filename": "../../intro/green-button-setup.md" | ||
}, | ||
{ | ||
"title": "Lab 1: SQL Firewall", | ||
"description": "Fortify your database security with SQL Firewall, protecting against unauthorized access and potential threats.", | ||
"type": "livelabs", | ||
"filename": "../../new-sql-firewall/new-sql-firewall.md" | ||
}, | ||
{ | ||
"title": "Lab 2: Schema Level Privileges", | ||
"description": "Gain insights into schema-level privileges management, enhancing control and security at a granular level.", | ||
"type": "livelabs", | ||
"filename": "../../new-schema-level-privileges/new-schema-level-privileges.md" | ||
}, | ||
{ | ||
"title": "Lab 3: Developer Role", | ||
"description": "Establish and configure a dedicated developer role, streamlining development activities within the database.", | ||
"type": "livelabs", | ||
"filename": "../../new-developer-role/new-developer-role.md" | ||
}, | ||
|
||
{ | ||
"title": "Need Help?", | ||
"description": "Template to link to Need Help lab at the end of workshop. Change 'CHANGE-ME' in link below to need-help-livelabs.md or need-help-freetier.md", | ||
"filename":"https://raw.githubusercontent.com/oracle-livelabs/common/main/labs/need-help/need-help-freetier.md" | ||
} | ||
] | ||
} |