To use Oracle SQL Developer Extension for VSCode, you will need to install it on VSCode. Follow the steps below to set it up:
Ctrl+Shift+X.
After installing the extension, you need to configure it to connect to your Oracle database:
In the VS Code terminal, run the following command
ssh -N -L 1522:dbhost.students.cs.ubc.ca:1522 your_cwl@remote.students.cs.ubc.caThis will open a tunnel to the DB server which is required since it is hosted on the remote server. You will need to run this EVERY TIME you want to connect to the database. There will be no output if the command is successful.
Connection Details:
ora_CWLIDaSTUDENT_IDdbhost.students.cs.ubc.ca1522stuIf everything is successful, you should be able to see all your tables. The main tabs that are important are Columns (table schema) and Data (rows).