Apex

Introduction:

In this blog post I will show you how to install Oracle SQL Developer Extension for VS Code and SQLcl. SQLcl is included with the Oracle SQL Developer Extension for VS Code. The extension provides integrated command-line functionality through SQLcl, allowing users to spawn CLI sessions to their database directly within VS Code.

Pre-Requisite:

Installed VS code (Visual Studio Code) Access to Oracle Database from cloud or on-prem

Steps:

From within VS Code, navigate to Extensions, search for Oracle and “Oracle SQL Developer Extension for VSCode” will appear on the top of the results. Click Install

Apex

Apex

Once installed, navigate to SQL Developer Extension for VS Code located in activity Bar.

Apex

Click on the plus(+) sign to create database connection.

Apex

Enter your Oracle database connection details and test it and save it.

Apex

Your new connection will appear in the Primary Side Bar. Click the connection name. In my case it’s test1. Click the connection name establishes a connection to the target database and reveals various database objects.

Apex

Right click on the connection name and you can see it installed SQL Worksheet, SQL Notebook and SQLcl.

Apex

In my next blog post, I will show you how to use these tools to run queries.


<
Previous Post
How to Rotate TDE master key on ExaCC when standby on OCI DBCS
>
Next Post
SQL Notebooks in Oracle SQL Developer extension for VS Code