Skip to content

Commit

Permalink
WMS ID 11029 (#730)
Browse files Browse the repository at this point in the history
Updates to create visuals for SE deep dive
  • Loading branch information
KillianLynch authored Dec 9, 2024
1 parent 5d36584 commit 0556350
Show file tree
Hide file tree
Showing 9 changed files with 587 additions and 0 deletions.
20 changes: 20 additions & 0 deletions db-23ai-fundamentals/db-tools/db-tools-intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Introduction

Welcome to the "Database Tools" section of this workshop. In the following two labs, you will learn about two different tools that you can use to access the Oracle Database. We will cover both Database Actions (AKA SQL Developer Web) and the new SQL Developer VS Code Extension. These two labs will focus on what they are and how to set them up.

### **SQL Developer Web**
SQL Developer Web provides a browser-based interface to manage your Oracle Database without requiring additional installations. It supports running queries, managing database objects, and visualizing data models directly through Oracle Database Actions. It’s a straightforward tool designed for quick access and efficient database management.

### **SQL Developer on VS Code
For those who live in VS Code, the SQL Developer extension integrates Oracle Database management directly into your favorite editor. It combines the elegance of Oracle’s SQL tools with the flexibility of a lightweight coding environment. Writing and running queries, exploring database objects, or debugging PL/SQL—all without leaving the editor—makes this extension a dream for developers who want everything in one place. Plus, with almost 200k installs (since I last checked) it’s as simple to set up as it is to use.

## Learn More

* [About SQL Developer Web](https://docs.oracle.com/en/database/oracle/sql-developer-web/20.3/sdweb/about-sdw.html)
* [SQL Developer for VS Code](https://www.oracle.com/database/sqldeveloper/vscode/)

## Acknowledgements
* **Author** - Killian Lynch, Database Product Management
* **Contributors**:
* **Last Updated By/Date** - Killian Lynch, December 2024

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
567 changes: 567 additions & 0 deletions db-23ai-fundamentals/new-property-graph/property-graph-se-deep-dive.md

Large diffs are not rendered by default.

0 comments on commit 0556350

Please sign in to comment.