Skip to content

Commit 2568f18

Browse files
authored
Merge branch 'main' into oheimbur-250623
2 parents 7aec74d + 3d1422b commit 2568f18

File tree

2 files changed

+27
-2
lines changed
  • data-platform/data-development

2 files changed

+27
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section covers Oracle SQL Tools: from SQL Developer Desktop to SQL Develope
44
Providing links to public useful documentation and articles/blogs written by Oracle SQL and Database Advocates and Product Managers.
55
We use this asset when we want to explore the various SQL IDE development tools like SQL Developer, sqlcl and VS Code with SQL Developer extentions.
66

7-
Reviewed: 28.04.2025
7+
Reviewed: 22.07.2025
88

99
# Table of Contents
1010

@@ -35,7 +35,7 @@ Reviewed: 28.04.2025
3535
- [SQL Tools Training](https://education.oracle.com/database/oracle-database/pFamily_32)
3636
- [Autonomous Database Actions](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-database-actions.html#GUID-102845D9-6855-4944-8937-5C688939610F)
3737
- [Live SQL](https://livesql.oracle.com/apex/f?p=590:1000)
38-
- [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/)
38+
- [SQL Developer Extension for VS Code v25.2 is now available](https://www.oracle.com/database/sqldeveloper/vscode/)
3939

4040

4141
## Dev Gyms
@@ -61,6 +61,7 @@ Periodical sharing of Standard Query Language Best Practices links and blog, vid
6161
- The power of SQL JOIN: [The JOIN syntax in SQL that no-one knows about](https://www.youtube.com/watch?v=nb52Gx4i364) (From Connor McDonald)
6262
- Analytic Functions: [how to get SQL cumulative running total on each row](https://blogs.oracle.com/sql/post/cumulative-running-total-of-previous-rows-with-sql) (from Chris Saxon);
6363
- V$ views: [Top 10 V$ Views For DBA and Developers](https://youtu.be/oI1F4vFwM9Q?si=i1UslciVja50792t) (From Connor McDonald);
64+
- LiveSQL - SQL Macro: [Working with SQL Macro](https://livesql.oracle.com/next/library/tutorials/sql-macros-creating-parameterised-views-mgEdl9)
6465

6566

6667
## PMs Personal Websites
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SQLDev Copilot Integration VSCode & SQLcl MCP Support
2+
3+
4+
Reviewed: 21.07.2025
5+
6+
# Table of Contents
7+
8+
1. [Team Publications](#team-publications)
9+
2. [Useful Links](#useful-links)
10+
11+
# Team Publications
12+
13+
14+
# Useful Links
15+
16+
17+
18+
# License
19+
20+
Copyright (c) 2025 Oracle and/or its affiliates.
21+
22+
Licensed under the Universal Permissive License (UPL), Version 1.0.
23+
24+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)