Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion data-platform/data-development/sql/sql-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ This section covers Oracle SQL Tools: from SQL Developer Desktop to SQL Develope
Providing links to public useful documentation and articles/blogs written by Oracle SQL and Database Advocates and Product Managers.
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.

Reviewed: 19.11.2025
An additional managed offering in Oracle Cloud Infrastructure (OCI) called <b>Oracle Database Tools Service</b> enables the creation of multiple connections to oracle databases which can be reused by multiple users. This OCI service has been introduced in 2021 and ehnanced over the years.
You establish the connection and then access your database resources via web-based SQL Worksheet or use the SQLcl connection via OCI Cloud Shell.
Security is preserved as passwords and ADB credentials are securely stored and encrypted in OCI Vault resource.

Reviewed: 18.05.2026

# Table of Contents

Expand All @@ -26,6 +30,8 @@ Reviewed: 19.11.2025

# Useful Links

- [Oracle Database Tool Service](https://www.oracle.com/database/tools-service/)
- [Announcing the Oracle Cloud Database Tools Service](https://www.thatjeffsmith.com/archive/2021/11/announcing-the-database-tools-oracle-cloud-service/)
- [SQL Developer](https://www.oracle.com/uk/database/sqldeveloper/)
- [SQL Developer Releases](https://docs.oracle.com/en/database/oracle/sql-developer/)
- [SQL Developer - Jeff Smith Page](https://www.thatjeffsmith.com/sql-developer/)
Expand Down