Skip to content

Commit 2e7c302

Browse files
Merge pull request #1019 from oracle-devrel/Ppaolucc-branch-sql-I
Ppaolucc branch sql I
2 parents b54edb4 + 0c84165 commit 2e7c302

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +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
A SQL Clue Card is also provided.
66

7-
# Table of Contents
8-
9-
1. Team Publications
10-
2. Useful Links
11-
3. SQL Best Practices
12-
4. Reusable Assets Overview
13-
5. PMs Personal Websites
7+
Reviewed: 3.5.2024
148

159
# Team Publications
1610

@@ -32,9 +26,8 @@ A SQL Clue Card is also provided.
3226
- [SQL Tools Training](https://education.oracle.com/database/oracle-database/pFamily_32)
3327
- [Autonomous Database Actions](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-database-actions.html#GUID-102845D9-6855-4944-8937-5C688939610F)
3428
- [Live SQL](https://livesql.oracle.com/apex/f?p=590:1000)
35-
36-
- The amazing [Dev Gym](https://devgym.oracle.com/pls/apex/f?p=10001:20011::::20011::) from PM Join the Oracle 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.
37-
- Dev Gym Workout Class [Getting Started on Oracle Cloud](https://devgym.oracle.com/pls/apex/f?p=10001:29:4444375111375:::29:P29_CLASS_ID:20342&cs=1qfK8bInptu93se5QM5iMzsT-iih_gFsY78j308d3ZUzrCzX2c0-kgiimo59pm0c_NblFShALC1oOB8MosiaSYQ)
29+
- [The amazing Dev Gym](https://devgym.oracle.com/pls/apex/f?p=10001:20011::::20011::) 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.
30+
- [Dev Gym Workout Class - Getting Started on Oracle Cloud](https://devgym.oracle.com/pls/apex/f?p=10001:29:4444375111375:::29:P29_CLASS_ID:20342&cs=1qfK8bInptu93se5QM5iMzsT-iih_gFsY78j308d3ZUzrCzX2c0-kgiimo59pm0c_NblFShALC1oOB8MosiaSYQ)
3831

3932
As a "SQL - Do it yourself" in Oracle Dev Gym you can find, to start:
4033
- [Database For Developers: Foundations](https://devgym.oracle.com/pls/apex/f?p=10001:29:112499394488989:::29:P29_CLASS_ID:5481&cs=1Nx3TDJgh0w-ygq3icYMX7urIWoNPCEJuXLH5pqVOkknGnq2I33EJh57LsiiynySdqwMpwClQNviXsLC73e3-0Q);

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ A SQL Clue Card is also provided.
2525

2626
2.3. [Getting Started](#getting-started)
2727

28+
3. [SQL Developer](#SQL-Developer)
29+
2830

2931
## 1. Public Oracle SQL Tools
3032

@@ -100,9 +102,11 @@ Ready to explore SQLcl? Follow these steps to install SQLcl and start leveraging
100102
3. Explore SQLcl commands and features to familiarize yourself with its capabilities.
101103
4. Start scripting and executing SQL commands with ease using SQLcl's intuitive interface.
102104

103-
# 3. Reusable Assets Overview
105+
# 3. SQL Developer
106+
Oracle SQL Developer is a free, integrated development environment that simplifies the development and management of Oracle Database in both traditional and Cloud deployments. SQL Developer offers complete end-to-end development of your PL/SQL applications, a worksheet for running queries and scripts, a DBA console for managing the database, a reports interface, a complete data modeling solution, and a migration platform for moving your 3rd party databases to Oracle.
107+
108+
[SQL Developer Official Documentation](https://docs.oracle.com/en/database/oracle/sql-developer/)
104109

105-
TBD
106110

107111
# License
108112

0 commit comments

Comments
 (0)