Skip to content

Commit 1609378

Browse files
committed
Rebase
2 parents 30e3cfe + 7f5c244 commit 1609378

File tree

3 files changed

+18
-28
lines changed

3 files changed

+18
-28
lines changed

data-platform/data-development/sql/sql-oracle23ai/README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
12
# Oracle 23ai
23

34
This section covers the new features introduced in the Oracle Database 23ai release, focusing on enhancements and functionalities in SQL for application development.
45

5-
Reviewed: 24.10.2024
6+
Reviewed: 18.11.2024
67

78
# When to use this asset?
89

@@ -63,24 +64,6 @@ The list of New Features will be periodically updated and adjusted.
6364
-- - **Description**: Index multiple schema objects for full-text search using DBMS_SEARCH.
6465
-- - **Example**: `EXEC DBMS_SEARCH.CREATE_INDEX('index_name', 'table_name');-->
6566

66-
67-
<!-- # Team Publications
68-
- [23ai New Features Series - Part 1](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart1-developer-activity-7196221427056889856-3HF2?utm_source=share&utm_medium=member_desktop)
69-
- [23ai New Features Series - Part 2](https://www.linkedin.com/posts/cristina-varas-menadas-591825119_oracle-oracle23ai-sql-activity-7198945654272864256-wduQ/?utm_source=share&utm_medium=member_ios)
70-
- [23ai New Features Series - Part 3](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart3-developer-activity-7201958687005982721-Oo3B?utm_source=share&utm_medium=member_desktop)
71-
- [23ai New Features Series - Part 4](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart4-teammates-activity-7204946957843267584-x664?utm_source=share&utm_medium=member_desktop)
72-
- [23ai New Features Series - Part 5](https://www.linkedin.com/posts/ppaolucci_cristinavarasmenadas-sonjameyer-activity-7207374755878887425-a--C?utm_source=share&utm_medium=member_desktop) -->
73-
74-
75-
# Useful Links
76-
- [Oracle Database 23ai New Features](https://apex.oracle.com/database-features/)
77-
78-
79-
<!-- # Release Information
80-
- **Version**: 23ai
81-
- **Applicable Offerings**: All Oracle Database offerings .................
82-
For more detailed information, please visit the [Oracle Database Features](https://apex.oracle.com/database-features/) page. -->
83-
8467
# License
8568

8669
Copyright (c) 2024 Oracle and/or its affiliates.
@@ -90,6 +73,3 @@ Licensed under the Universal Permissive License (UPL), Version 1.0.
9073
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
9174

9275

93-
94-
# Useful Links
95-
- [Oracle Database Features](https://apex.oracle.com/database-features/) page.

data-platform/data-development/sql/sql_tools/README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@
33
This section covers Oracle SQL Tools: from SQL Developer Desktop to SQL Developer Web on GUI ADB Database Actions to SQLcl.
44
Providing links to public useful documentation and articles/blogs written by Oracle SQL and Database Advocates and Product Managers.
55

6-
<!-- A SQL Clue Card is also provided. -->
76

8-
Reviewed: 18.11.2024
97

108
# When to use this asset?
119
When we want to explore the various SQL IDE development tools like SQL Developer, sqlcl and VS Code with SQL Developer extentions.
1210

13-
<!-- # How to use this asset? -->
1411

15-
<!-- # Team Publications
12+
13+
14+
# Table of Contents
15+
16+
1. [Team Publications](#team-publications)
17+
2. [Useful Links](#useful-links)
18+
19+
20+
Reviewed: 24.10.2024
21+
22+
23+
# Team Publications
24+
1625
- Application Continuity - [Does your Database really know your application - Part 1](https://medium.com/@paulbrad71/application-continuity-on-adb-does-your-database-know-your-application-376e44d8a30) - Published on [Medium](http://www.medium.com) on 13th March 2023;
1726

1827
- Application Continuity - [Does your Database really know your application - Part 2](https://medium.com/@paulbrad71/does-your-database-really-know-your-application-second-part-48321b0ab81) - Published on [Medium](http://www.medium.com) on 6th April 2023;
@@ -34,7 +43,7 @@ When we want to explore the various SQL IDE development tools like SQL Developer
3443
- [Live SQL](https://livesql.oracle.com/apex/f?p=590:1000)
3544
- [SQL Developer Extension for VS Code v24.2 is now available](https://www.thatjeffsmith.com/archive/2024/07/sql-developer-extension-for-vs-code-24-2-is-now-available/)
3645

37-
<!-- >
46+
3847
# Dev Gyms
3948
- [The amazing Dev Gym](https://devgym.oracle.com/pls/apex/f?p=10001:20011::::20011::)
4049
- Join the Oracle Product Management Dev Gym (FREE!) and build your Oracle technology muscles by taking workouts, quizzes, and even entire classes on SQL, PL/SQL, database design, logic and more.

manageability-and-operations/operations-advisory/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Reviewed: 04.11.2024
2222
- [Automation to enable Logging Analytics for instances](https://karthicin.medium.com/automation-to-enable-logging-analytics-for-instances-8eef71302b36)
2323
- [Create a DataGuard Association on Oracle Cloud Exa servers using Ansible Collections](https://www.linkedin.com/pulse/create-dataguard-association-oracle-cloud-exa-servers-eugene-simos-hflkf)
2424
- [Why you should start thinking about your cloud operations right at the start of your cloud journey and what to consider](https://medium.com/@manu72tomcat/why-you-should-start-thinking-about-your-cloud-operations-right-at-the-start-of-your-cloud-journey-6000b36d9786)
25-
- [Start and Stop your OCI DB Node via script](https://karthicin.medium.com/script-to-stop-start-oci-db-node-41ccad09fd35)
25+
- [Script to stop/start OCI DB Node](https://karthicin.medium.com/script-to-stop-start-oci-db-node-41ccad09fd35)
26+
2627

2728

2829
# Useful Links

0 commit comments

Comments
 (0)