How to navigate your Oracle Database from your PL/SQL and SQL code in VS Code using Peek and Go To Declaration features.

How to navigate your Oracle Database from your PL/SQL and SQL code in VS Code using Peek and Go To Declaration features.
A quick overview of what we offer in terms of code completion in Oracle SQL Developer for VS Code and a quick word on Snippets.
How to get DEBUG info and logs from when something isn’t working in our Oracle SQL Developer Extension for VS Code, including our SQL and PL/SQL code!
How to import your connections from Oracle SQL Developer to VS Code using SQLcl, it’s easy!
How to update the stored password for your saved Oracle Database connections in Oracle SQLcl, your modern command line interface.
My favorite posts from 2023, the things I think you might enjoy from the past year.
Using SQL Developer Web to create a MLE JavaScript module for generating relational test data in Oracle Database 23c, using Martin Bach’s examples.
Oracle SQL Developer 23.1.1 is now available with several important bug fixes as well as an updated, embedded Java 11 Home.
How to build an Oracle Database REST API that builds paging into browsing the results of a PL/SQL program that returns a REFCURSOR.
Yes, you can use relative file paths in your Oracle SQLcl Liquibase AND runOracleScript changeSets. Here’s an example with creating a table and loading its data.